API referenceIdentity and accessOAuth 2.1
OAuth 2.1
11 operations.
Signing keys
GET /.well-known/jwks.json
Authorization server metadata
GET /.well-known/oauth-authorization-server
Protected resource metadata
GET /.well-known/oauth-protected-resource
OpenID Connect discovery document
GET /.well-known/openid-configuration
Start an authorization code flow
GET /oauth/authorize
Submit credentials for an authorization code flow
POST /oauth/authorize
Register a client dynamically
POST /oauth/register
Revoke a token
POST /oauth/revoke
Establish the single sign-on cookie
POST /oauth/session
Issue an access token
POST /oauth/token
Claims about the signed-in user
GET /oauth/userinfo