Context
I have multiple services like :
- User (LDAP or active directory etc...)
- Billing
- Planning
- etc...
- Authentication
I need to connect on my microservices Using OAuth2.0, for beginning, using the standard login / password (I use my own data, and not gettint a third leg server)
Problem
According to these pictures :
Step 1
Step 2
How can I handle access_token control or authorization control, in my other services than authmicroservice ?
For the authentication process - you can use spring data JPA for querying mySQL database using method name conversation.
Also you can use spring security's BCeypt algorithm to hash the password.
Links: Spring data JPA: https://spring.io/projects/spring-data-jpa Spring Security: https://spring.io/projects/spring-authorization-server
You can use this approach
Authentication controller
For the detailed implementation, you can refer this blog: https://www.tatvasoft.com/blog/microservices-implementation-java/