OAuth
Register applications, authorize on behalf of a Gladys user, and exchange, introspect, or revoke tokens.
OAuth2 Authorization Server Metadata
RFC 8414 discovery document, so OAuth client libraries can configure themselves
OAuth2 Authorize
Renders the consent screen, or redirects straight back when the user has already approved these scopes
Resolve a consent screen
Records the user's approval or refusal and redirects back to the client
Get My OAuth Clients
Retrieve OAuth2 clients owned by the authenticated user
Create OAuth Client
Create a new OAuth2 client
Get All OAuth Clients
Retrieve all OAuth2 clients (Admin only)
Get OAuth Client by ID
Retrieve an OAuth2 client by its ID
Update OAuth Client
Update an existing OAuth2 client
Delete OAuth Client
Delete an OAuth2 client
Regenerate Client Secret
Regenerate the secret for an OAuth2 client
List connected applications
The applications this user has authorized, and what each may do
Disconnect an application
Withdraws consent and revokes every token the application holds for this user
OAuth2 Token Introspection
Introspect an OAuth2 token
OAuth2 Token Revocation
Revoke an OAuth2 token
OAuth2 Token
Token endpoint for OAuth2 flows