Skip to main content

OidcConfigurationResponse

An OidcConfigurationResponse defines the external OpenID Connect identity provider configuration.

Properties

NameTypeDescriptionNotes
authorization_endpointstrThe authorization endpoint of the external OIDC identity provider.[optional]
claims_supportedList[str]A list of claims supported by the external OIDC identity provider.[optional]
jwks_uristrThe JWKS URI endpoint of the external OIDC identity provider used to verify a token signature.[optional]
require_userinfo_signatureboolA flag indicating if the user information endpoint of the external OIDC identity provider should be signed and verified.[optional]
revocation_endpointstrThe revocation endpoint of the external OIDC identity provider.[optional]
scopes_supportedList[str]A list of scopes supported by the external OIDC identity provider.[optional]
token_endpointstrThe token endpoint of the external OIDC identity provider.[optional]
userinfo_endpointstrThe user information endpoint of the external OIDC identity provider.[optional]

Example