Okta.Sdk.Model.OAuthMetadata
October 22, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| AuthorizationEndpoint | string | URL of the authorization server's authorization endpoint. | [optional] |
| BackchannelAuthenticationRequestSigningAlgValuesSupported | List<SigningAlgorithm> | <x-lifecycle-container><x-lifecycle class="oie"></x-lifecycle></x-lifecycle-container>A list of signing algorithms that this authorization server supports for signed requests. | [optional] |
| BackchannelTokenDeliveryModesSupported | List<TokenDeliveryMode> | <x-lifecycle-container><x-lifecycle class="oie"></x-lifecycle></x-lifecycle-container>The delivery modes that this authorization server supports for Client-Initiated Backchannel Authentication. | [optional] |
| ClaimsSupported | List<string> | A list of the claims supported by this authorization server. | [optional] |
| CodeChallengeMethodsSupported | List<CodeChallengeMethod> | A list of PKCE code challenge methods supported by this authorization server. | [optional] |
| DeviceAuthorizationEndpoint | string | [optional] | |
| DpopSigningAlgValuesSupported | List<string> | A list of signing algorithms supported by this authorization server for Demonstrating Proof-of-Possession (DPoP) JWTs. | [optional] |
| EndSessionEndpoint | string | URL of the authorization server's logout endpoint. | [optional] |
| GrantTypesSupported | List<GrantType> | A list of the grant type values that this authorization server supports. | [optional] |
| IntrospectionEndpoint | string | URL of the authorization server's introspection endpoint. | [optional] |
| IntrospectionEndpointAuthMethodsSupported | List<EndpointAuthMethod> | A list of client authentication methods supported by this introspection endpoint. | [optional] |
| Issuer | string | The 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] |
| JwksUri | string | URL of the authorization server's JSON Web Key Set document. | [optional] |
| PushedAuthorizationRequestEndpoint | string | [optional] | |
| RegistrationEndpoint | string | URL of the authorization server's JSON Web Key Set document. | [optional] |
| RequestObjectSigningAlgValuesSupported | List<SigningAlgorithm> | A list of signing algorithms that this authorization server supports for signed requests. | [optional] |
| RequestParameterSupported | bool | Indicates if Request Parameters are supported by this authorization server. | [optional] |
| ResponseModesSupported | List<ResponseMode> | A list of the `response_mode` values that this authorization server supports. More information here. | [optional] |
| ResponseTypesSupported | List<ResponseTypesSupported> | A list of the `response_type` values that this authorization server supports. Can be a combination of `code`, `token`, and `id_token`. | [optional] |
| RevocationEndpoint | string | URL of the authorization server's revocation endpoint. | [optional] |
| RevocationEndpointAuthMethodsSupported | List<EndpointAuthMethod> | A list of client authentication methods supported by this revocation endpoint. | [optional] |
| ScopesSupported | List<string> | A list of the scope values that this authorization server supports. | [optional] |
| SubjectTypesSupported | List<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] |
| TokenEndpoint | string | URL of the authorization server's token endpoint. | [optional] |
| TokenEndpointAuthMethodsSupported | List<EndpointAuthMethod> | A list of client authentication methods supported by this token endpoint. | [optional] |