The my OpenID Connect/OAuth2 Auth server
This project is actually a journey. This is a big evolution of the OAuth2 authorization server
developed during my master thesis to an OpenID Connect authentication server.
In this new version I expand the initial project in order to use JWT token embracing OpenID Connect protocol,
all written in Kotlin based on Spring Boot 3.x and more over to the latest spring based oauth2.1/openid connect framework:
spring-authorization-server.
Right now it is based, as said before to the latest version on spring oauth2/open id connect framework spring-authorization-server.
API:
Storage:
For more details please follow to this link readme.md
The application configuration is very versatile and you can decide what persistence and key management provider to use AWS or not AWS native.
For more details please refer to the detailed page here