Questions tagged [microservices]

16 questions
0
votes
1 answer

Microservice security: How to perform authorization + services also need auth checks individually?

I have the following architecture for accessing a REST service that requires authentication: Oidc token flow managed at the client Access token verified at the server in the auth service (proxied by the api gateway), exchanged for a jwt that…
Trace
  • 327
  • 3
  • 14
1
2