Okta.Sdk.Model.OAuthMetadata

October 22, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
AuthorizationEndpointstringURL of the authorization server's authorization endpoint.[optional]
BackchannelAuthenticationRequestSigningAlgValuesSupportedList<SigningAlgorithm><x-lifecycle-container><x-lifecycle class=&quot;oie&quot;></x-lifecycle></x-lifecycle-container>A list of signing algorithms that this authorization server supports for signed requests.[optional]
BackchannelTokenDeliveryModesSupportedList<TokenDeliveryMode><x-lifecycle-container><x-lifecycle class=&quot;oie&quot;></x-lifecycle></x-lifecycle-container>The delivery modes that this authorization server supports for Client-Initiated Backchannel Authentication.[optional]
ClaimsSupportedList<string>A list of the claims supported by this authorization server.[optional]
CodeChallengeMethodsSupportedList<CodeChallengeMethod>A list of PKCE code challenge methods supported by this authorization server.[optional]
DeviceAuthorizationEndpointstring[optional]
DpopSigningAlgValuesSupportedList<string>A list of signing algorithms supported by this authorization server for Demonstrating Proof-of-Possession (DPoP) JWTs.[optional]
EndSessionEndpointstringURL of the authorization server's logout endpoint.[optional]
GrantTypesSupportedList<GrantType>A list of the grant type values that this authorization server supports.[optional]
IntrospectionEndpointstringURL of the authorization server's introspection endpoint.[optional]
IntrospectionEndpointAuthMethodsSupportedList<EndpointAuthMethod>A list of client authentication methods supported by this introspection endpoint.[optional]
IssuerstringThe authorization server's issuer identifier. In the context of this document, this is your authorization server's base URL. This becomes the `iss` claim in an access token.[optional]
JwksUristringURL of the authorization server's JSON Web Key Set document.[optional]
PushedAuthorizationRequestEndpointstring[optional]
RegistrationEndpointstringURL of the authorization server's JSON Web Key Set document.[optional]
RequestObjectSigningAlgValuesSupportedList<SigningAlgorithm>A list of signing algorithms that this authorization server supports for signed requests.[optional]
RequestParameterSupportedboolIndicates if Request Parameters are supported by this authorization server.[optional]
ResponseModesSupportedList<ResponseMode>A list of the `response_mode` values that this authorization server supports. More information here.[optional]
ResponseTypesSupportedList<ResponseTypesSupported>A list of the `response_type` values that this authorization server supports. Can be a combination of `code`, `token`, and `id_token`.[optional]
RevocationEndpointstringURL of the authorization server's revocation endpoint.[optional]
RevocationEndpointAuthMethodsSupportedList<EndpointAuthMethod>A list of client authentication methods supported by this revocation endpoint.[optional]
ScopesSupportedList<string>A list of the scope values that this authorization server supports.[optional]
SubjectTypesSupportedList<SubjectType>A list of the Subject Identifier types that this authorization server supports. Valid types include `pairwise` and `public`, but only `public` is currently supported. See the Subject Identifier Types section in the OpenID Connect specification.[optional]
TokenEndpointstringURL of the authorization server's token endpoint.[optional]
TokenEndpointAuthMethodsSupportedList<EndpointAuthMethod>A list of client authentication methods supported by this token endpoint.[optional]

[Back to Model list] [Back to API list] [Back to README]