Microservices authentication
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 ? In order to manage authentication in a microservices architecture, you must have a different point of view. Remember when you worked on a monolith, you had a