Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 439 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 439 Bytes

Authorization Server

An authorization server built with spring boot and implements oauth 2.0 + OIDC 1.0 protocols

User information is persisted in a postgres DB.
Auth server runs on port 8081.

openid information endpoint: basurl/.well-known/openid-configuration
jwk key set: baseurl/oauth2/jwks
token endpoint: baseurl/oauth2/token
authorization endpoint: baseurl/oauth2/authorize