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 |
- Authlete is an OAuth 2.0 & OpenID Connect implementation on cloud (overview).
- This authorization server is written using Authlete's open source libraries.
- This authorization server is DB-less because authorization data are stored on cloud.
- You can manage settings of authorization servers by Service Owner Console (document).
- You can manage settings of client applications by Developer Console (document).