-
-
Notifications
You must be signed in to change notification settings - Fork 946
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Infinite redirect loop on proxy providers since 2024.10 #11883
Comments
i have the same issue. |
+1 to this issue |
+1 here too |
I'm getting the following errors: Error 1
Error 2
|
+1 |
1 similar comment
+1 |
I also have edit: this is now captured in #11895 |
Confirm same issue. Interestingly, when I initially setup 2024.10 my proxies were working fine. But by the time I finished getting all my config setup (branding/flows/etc) they were looping and unrecoverable. |
Based on the error in the logs, this should be fixed by #11879 Aside: the |
Thank you, I'll try when a new image will be available. How do I actually rotate the JWTs? Are those specific to a user or the Authentik App itself? |
Oh, I didn't mean rotate the JWT. Rotate the credentials encoded in the JWT. You can see what was exposed if you plug the JWT into a service like https://jwt.io/#debugger-io |
Well I deleted the logs. The jwt contained the application URL and some temporary tokens I guess so it's fine but while looking at the logs I realised my email wasnt properly replaced everywhere😅. Thanks. |
@Buco7854 FYI the edit history of your issue is still public so the logs are still visible, and so are the credentials. We recommend you rotate the passwords in calibre and another application that is not named. We can also delete the issue. |
Well I can rotate the calibre password easily enough the only thing was my email but I'm already receiving tons of spam so I guess it doesn't matter. If it's fine with you I guess deleting the issue would be best but I can just rotate all of them otherwise (edit: done) Thanks for the warning 😀. |
I just updated the 2024.10.1 and the problem is still there so 🤷 |
Hi, The image for 2024.10.1 (sha256:b6b2fc02ea1c77943b8aa519af7f392bc1fcc2fc6341279bf7b54a9bc7fbe4e7) did correct this bug on my deployments. Cheers. |
For me it wouldn't work with an alternative server name (aka the outpost has AUTHENTIK_HOST: http://server:9000 and AUTHENTIK_HOST_BROWSER: https://[public domain]). The only solution was to the public domain as AUTHENTIK_HOST for both the deployment of the outpost and its configuration in authentik |
error: "oidc: id token issued by a different provider
|
Hiya, I'm getting this infinite redirect loop as well. The event logs in the admin dashboard show the application being authorised, and then a generic system exception that UUID Objects aren't JSON serialisable. Appears it may be a slightly different issue with the same symptoms?
|
I'm also seeing the exact same error as @mgrove36 now. For reference this is image
|
I am also getting the same as @mgrove36 - i'm using the helm chart in k8s from https://artifacthub.io/packages/helm/goauthentik/authentik?modal=values with the output running locally. I use traefik and my middleware & ingressroute is the following if that helps?
|
Looks like this may be caused by/linked to #11949 |
This is still happening after I upgraded to 2024.10.2 |
seems to have resolved itself |
I just updated to 2024.10.2 and I appeared to still have the same issue, had to downgrade to get working agian. |
Same problem. Anyone able to resolve the issue? Still happens for me on 2024.10.2. |
Same for me. I'm getting the same error as I posted above still. @BeryJu do you have any insights? |
Also still getting this, with the same error about UUID serialisation |
Issue just resolved itself for me. Not sure what caused it to work. The only thing I changed was fixing an error I got in the authentik worker described here (e.g. I gave read/write permissions for |
Describe the bug
Every proxy providers i have now are blocked in an infinite loop. Even new one i create are affected.
To Reproduce
Go to an application that use a proxy provider
Expected behavior
The authorization process should be passed and the website displayed
Logs
REDACTED
Version and Deployment(please complete the following information):
Additional context
Anything else works fine.
chnaging docker image version back to 2024.8 doesnt work tho seems like the scheme are incompatible.
Was forced to restore a backup to go back to 2024.8
The text was updated successfully, but these errors were encountered: