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

NameTypeDescriptionNotes
AuthorizationOAuthAuthorizationEndpoint[optional]
JwksOidcJwksEndpoint[optional]
SloOidcSloEndpoint[optional]
TokenOAuthTokenEndpoint[optional]
UserInfoOidcUserInfoEndpoint[optional]

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