Authorization Server

Authorization server supporting OAuth 2.0 & OpenID Connect, powered by Authlete.

Endpoint Path
Authorization Endpoint /api/authorization
Token Endpoint /api/token
JWK Set Endpoint /api/jwks
Configuration Endpoint /.well-known/openid-configuration
Revocation Endpoint /api/revocation
Management Console https://so.authlete.com
Source Code https://github.com/authlete/java-oauth-server
Libraries https://github.com/authlete/authlete-java-common
https://github.com/authlete/authlete-java-jaxrs
  1. Authlete is an OAuth 2.0 & OpenID Connect implementation on cloud (overview).
  2. This authorization server is written using Authlete's open source libraries.
  3. This authorization server is DB-less because authorization data are stored on cloud.
  4. You can manage settings of authorization servers by Service Owner Console (document).
  5. You can manage settings of client applications by Developer Console (document).