I started building my OAuth2 Client management using Spring Authorization Server while I was impacted with a rif from my previous employer in March of 2024. I wanted to use that time to put a front-end to manage OAuth2 Client and for setting up user and assoiciated roles with an organization.
I chose Spring Authorization Server because I enjoy programming in Java and using Spring Framework. There is also a good support on StackOverflow that can help answer questions when running into difficulty with implementations.
My application is available at authorization.sonam.cloud/issuer. There is also a corresponding authzmanager webapplication for managing client, user, roles and organizations.
I have put together few pages on how to signup a user, create a OAuth2 Client with organization and roles. I have also put a Spring Boot app that uses the user to sign-in and retrieve the roles.
You are welcome to use my Authorization server for creating OAuth2 Client and signinup users. This authorization server works only for a small use case and will need more extending.
The following artifacts are used to manage my authorization server: