Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Josef Henryson 24 posts 98 karma points
    Aug 30, 2022 @ 07:50
    Josef Henryson
    0

    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

Please Sign in or register to post replies

Write your reply to:

Draft