Is it possible to have 2 different return URLs in ...
# talk-kratos
p
Is it possible to have 2 different return URLs in the OIDC flow? Our project has authentication on 2 different services, and after OIDC we would like to return to the appropriate service. Has anyone else ever needed to do this?
h
use a “meta” redirect URL and then implement the logic in your app
👍 1
p
Thanks @high-optician-2097 will look into this. I appreciate the response!
h
my pleasure 🙂