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 isjson, 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.
Related Topics
- nsc auth trust-relationships - Main command overview
- nsc auth trust-relationships add - Add new relationships
- nsc auth trust-relationships remove - Remove relationships
- Workspace Access Controls - Authentication and access management