Okta.Sdk.Model.OAuthEndpoints
October 22, 2025 ยท View on GitHub
The OAUTH2 and OIDC protocols support the authorization and token endpoints. Also, the OIDC protocol supports the userInfo and jwks endpoints. The IdP Authorization Server (AS) endpoints are currently defined as part of the IdP provider and are read-only.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Authorization | OAuthAuthorizationEndpoint | [optional] | |
| Jwks | OidcJwksEndpoint | [optional] | |
| Slo | OidcSloEndpoint | [optional] | |
| Token | OAuthTokenEndpoint | [optional] | |
| UserInfo | OidcUserInfoEndpoint | [optional] |