🤖 For AI agents: The complete documentation index is available at /docs/llms.txt. A markdown version of this page is available at /docs/apis/oauth.md.

We provide these endpoints to support the following standards:

If present in a query string, request parameters must be URL encoded.

This page contains the OAuth2 endpoint and reference sections.

Use the following APIs to manage OAuth2 endpoints:

SectionMethodEndpoint
AuthorizeGET/oauth2/authorize
LogoutGET / POST/oauth2/logout
TokenPOST/oauth2/token
DevicePOST / GET/oauth2/device_authorize
/oauth2/device/user-code
/oauth2/device/validate
/oauth2/device/approve
IntrospectPOST/oauth2/introspect
UserInfoGET / POST/oauth2/userinfo
JSON Web Key Set (JWKS)GET/.well-known/jwks.json
OpenID ConfigurationGET/{tenantId}/.well-known/openid-configuration
/.well-known/openid-configuration
OAuthErrorReference-
Client SecretReference-