Core Endpoints

Direct API references for the Kotha Auth core OIDC implementation.

Discovery & Keys

  • GET /.well-known/openid-configuration - OIDC Discovery metadata
  • GET /.well-known/jwks.json - JSON Web Key Set for verifying JWTs

OAuth 2.0 Actions

  • GET /oauth2/authorize - Authorization endpoint
  • POST /oauth2/token - Token exchange and generation
  • GET /oauth2/userinfo - Retrieve verified user claims
  • POST /oauth2/revoke - Revoke an active access token