Microservices - Authentication #361
Unanswered
rajesh-ryse
asked this question in
Q&A
Replies: 2 comments
-
|
If you use OAuth, you can use an external identity provider. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
why a microservice need OAuth or any authentication logic, when a user is authenticated before its request hits the microservice? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Every microservice that I create via jHipster, has code for user authentication using email & password.
Is this really needed for each microservice?
We rely on central authentication before a request hits any microservice. The service should just deal with the authentication token for roles.
Please advise.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions