Hey everyone, curious to hear your thoughts on wha...
# talk-kratos
j
Hey everyone, curious to hear your thoughts on whatwould be the best practices for this use case. We are doing auth using cookies between app and API gateway. We have a challenge there in regards to CORS (as we have multiple domains) but we have a possible workaround. My question is, what is the Ory recommendation in regards to autorization on downstream services. i.e 1. API receives session id and validates 2. API then calls downstream services (and they need to validate).
Should we be passing the session id and validating via API? Should we be doing OAuth 2.0 via Hydra on downstream services?
what is a simple but secure way to tackle this in your experience?
Thanks!