Skip to main content

OidcConfigurationResponse

An OidcConfigurationResponse defines the external OpenID Connect identity provider configuration.

Properties

NameTypeDescriptionNotes
authorizationEndpointStringThe authorization endpoint of the external OIDC identity provider.[optional]
claimsSupportedList<String>A list of claims supported by the external OIDC identity provider.[optional]
jwksUriStringThe JWKS URI endpoint of the external OIDC identity provider used to verify a token signature.[optional]
requireUserinfoSignatureBooleanA flag indicating if the user information endpoint of the external OIDC identity provider should be signed and verified.[optional]
revocationEndpointStringThe revocation endpoint of the external OIDC identity provider.[optional]
scopesSupportedList<String>A list of scopes supported by the external OIDC identity provider.[optional]
tokenEndpointStringThe token endpoint of the external OIDC identity provider.[optional]
userinfoEndpointStringThe user information endpoint of the external OIDC identity provider.[optional]