lsauthsinglesignon
Use the lsauthsinglesignon command to list the system-wide single sign-on authentication configuration.
Syntax
Parameters
None.
Description
Use this command to display a detailed view to list the system-wide single sign-on authentication configuration.
This table provides the attribute values that can be displayed as output view data.
Attribute | Description |
---|---|
status | Indicates the SSO enablement status. Value can be enabled or disabled. |
oidc_configuration_endpoint | Indicates the full path to the openid-configuration endpoint of the SSO authentication server. It must consist of a string up to 255 printable ASCII characters. |
use_proxy | Indicates whether the SSO authentication server uses a configured proxy server to connect. Value can be yes or no. |
client_id | Indicates OpenID Connect client ID for the system. It must consist of a string up to 64 printable ASCII characters. |
client_secret_set | Indicates whether the OpenID Connect client secret has been set or not. Value can be yes or no. |
user_claim | Indicates the claim in the OpenID Connect ID token used to identify the user's name. It must consist of a string up to 64 printable ASCII characters. |
group_claim | Indicates the claim in the OpenID Connect ID token used to identify the user's group. It must consist of a string up to 64 printable ASCII characters. |
A detailed invocation example
lsauthsinglesignon
The resulting output:
status enabled
oidc_configuration_endpoint https://adfs.domain.com/adfs/.well-known/openid-configuration
use_proxy no
client_id f120491c-3447-42c7-9084-2cadbada6110
client_secret_set yes
user_claim upn
group_claim group