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
high-optician-2097
05/12/2022, 5:58 PM
use a “meta” redirect URL and then implement the logic in your app
👍 1
p
purple-apple-47041
05/12/2022, 5:59 PM
Thanks @high-optician-2097 will look into this. I appreciate the response!