OidcConfigInfo
Contains the OpenID Connect (OIDC) configuration information for Single Sign-On (SSO) authentication, including identity provider settings and client credentials.
Types
Properties
The unique identifier for the registered OIDC application. Valid range is 1-10.
The name of the OIDC application as registered with the identity provider.
The X.509 CA certificate for validating SSL/TLS connections to the identity provider when using self-signed or enterprise certificates.
The OAuth client secret used to authenticate the application with the identity provider.
A custom field mapping to extract the username from the OIDC token when the standard username claim is insufficient.
Additional authentication parameters to include in the OIDC authorization request as a query string. Useful for provider-specific extensions.
The callback URL where the identity provider redirects users after successful authentication. This URL must be registered with the identity provider.
The grace period in minutes before the SSO token expires when the system should proactively refresh the token to maintain seamless user access.