Core Endpoints
Direct API references for the Kotha Auth core OIDC implementation.
Discovery & Keys
GET /.well-known/openid-configuration- OIDC Discovery metadataGET /.well-known/jwks.json- JSON Web Key Set for verifying JWTs
OAuth 2.0 Actions
GET /oauth2/authorize- Authorization endpointPOST /oauth2/token- Token exchange and generationGET /oauth2/userinfo- Retrieve verified user claimsPOST /oauth2/revoke- Revoke an active access token