Skip to main content
List existing trust relationships. nsc auth trust-relationships list displays all currently configured trust relationships for your workspace, showing the issuer and subject match patterns for each relationship.

Usage

Example Output

Output

Understanding the Output

Each trust relationship displays:
  • ID: Unique identifier for the trust relationship, used when removing relationships
  • Issuer: The external identity provider that issued the tokens
  • Subject Match: Pattern that defines which subjects are trusted
  • Created: When the trust relationship was established

Options

-o, —output string (optional)

Controls the output format. The only currently supported value is json, which prints the trust relationships as a JSON array instead of the human-readable listing shown above. If omitted, the default human-readable format is used.
Last modified on August 20, 2026