goauthentik / authentik

The authentication glue you need.
https://goauthentik.io
Other
13.67k stars 915 forks source link

Redirect URI Error in 2024.10.3 The request fails due to a missing, invalid, or mismatching redirection URI (redirect_uri). #12136

Closed MFYDev closed 16 hours ago

MFYDev commented 16 hours ago

After upgraded to 2024.10.3, the domain level forward auth url match got fully messed up, the matching uri which was working well in 2024.10.2 is not working anymore, Allowed Redirect URIs become like this [RedirectURI(matching_mode=RedirectURIMatchingMode.STRICT, url='https://fmydomainoutpost.goauthentik.io/callback\\?X-authentik-auth-callback=true'), RedirectURI(matching_mode=RedirectURIMatchingMode.STRICT, url='https://mydomain\\?X-authentik-auth-callback=true')]

Now I cannot log in anymore

mathieuruellan commented 16 hours ago

hello @MFYDev..

I've got the same issue.

BeryJu commented 16 hours ago

duplicate of #12135