Double encoded return URL after OpenIDConnect login
Hi. We have integrated Azure AD login via OpenID for backoffice users.
There is a problem with the redirect URL, after succesful login the user see a 404 page because the backoffice URL is encoded. My guess is that it gets encoded twice but only decoded once.
I have managed to solve this for our users by adding a redirect in the CMS Url Tracker. But I would like to know if it is possible to configure/fix this in code or settings somehow.
Double encoded return URL after OpenIDConnect login
Hi. We have integrated Azure AD login via OpenID for backoffice users. There is a problem with the redirect URL, after succesful login the user see a 404 page because the backoffice URL is encoded. My guess is that it gets encoded twice but only decoded once.
https://xyz.se/umbraco/ExternalLogin?redirectUrl=%252Fumbraco%2523%252Fcontent
... Microsoft login page and /signin-oidc page ...
https://xyz.se/%2Fumbraco%23%2Fcontent
I have managed to solve this for our users by adding a redirect in the CMS Url Tracker. But I would like to know if it is possible to configure/fix this in code or settings somehow.
Cheers, Josef
is working on a reply...