lbcli list idp-client-configurations

AI Tools

Lists all IdP client configurations.

Synopsis

Lists all IdP client configurations.

lbcli list idp-client-configurations [flags]

Examples:

# list all idp-client-configurations. lbcli -J $JWT list idp-client-configurations

Flag

Short

Type

Default

Description

--help

-h

bool


Help for idp-client-configurations.

This command returns the following fields for each snapshot. The default output format is human-readable. The human-readable output only shows some of these fields. The json/yaml output format is also supported and includes additional fields.

Field

Type

Description

UUID

string

The UUID of the idp-client-config entry.

name

string

A unique name of the idp-client-config.

clientId

string

A unique client ID identifier registered in the IdP to identify a specific application (or a client) that wants to access resources from a Lightbits cluster. When using converge authorization mode, this field must be configured to: NOT_APPLICABLE.

idpConfigurationName

string

A reference to the IdP configuration that will use this client configuration.

claimName

string

When working in user authorization/converge mode, the claim name specifies the name of the field in JWT claim from which to extract the identifier value. Note that this field is only required when authzMode is user or converge.

authzMode

string

The authorization mode will determine what information from access JWT will be mapped to a matching scope/role in the Lightbits cluster. The authorization mode can be one of the following: user, app, converge.

Enum: UnknownAuthzMode,App,User,Converge

Default: UnknownAuthzMode