SSO Configurations
CreateSSOConfiguration
DeleteSSOConfiguration
ListSSOConfigurations
GetSSOConfiguration
UpdateSSOConfiguration
ModelsExpand Collapse
SSOConfiguration object { id, issuerUrl, organizationId, 9 more }
additional_scopes are extra OIDC scopes requested from the identity provider during sign-in.
claims are key/value pairs that defines a mapping of claims issued by the IdP.
claims_expression is a CEL (Common Expression Language) expression evaluated against
the OIDC token claims during login. When set, the expression must evaluate to true
for the login to succeed. The expression has access to a claims variable containing
all token claims as a map. Example: claims.email_verified && claims.email.endsWith("@example.com")
SSOConfigurationCreateResponse object { ssoConfiguration }
sso_configuration is the created SSO configuration
sso_configuration is the created SSO configuration
additional_scopes are extra OIDC scopes requested from the identity provider during sign-in.
claims are key/value pairs that defines a mapping of claims issued by the IdP.
claims_expression is a CEL (Common Expression Language) expression evaluated against
the OIDC token claims during login. When set, the expression must evaluate to true
for the login to succeed. The expression has access to a claims variable containing
all token claims as a map. Example: claims.email_verified && claims.email.endsWith("@example.com")
SSOConfigurationRetrieveResponse object { ssoConfiguration }
sso_configuration is the SSO configuration identified by the ID
sso_configuration is the SSO configuration identified by the ID
additional_scopes are extra OIDC scopes requested from the identity provider during sign-in.
claims are key/value pairs that defines a mapping of claims issued by the IdP.
claims_expression is a CEL (Common Expression Language) expression evaluated against
the OIDC token claims during login. When set, the expression must evaluate to true
for the login to succeed. The expression has access to a claims variable containing
all token claims as a map. Example: claims.email_verified && claims.email.endsWith("@example.com")