-
Notifications
You must be signed in to change notification settings - Fork 57
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
cannot get authentik sign-in to work #1597
Comments
From the logs, I see something strange. Sharry tries to get the authorization token using the code |
i think this is a second request. i tried setting the
you can see on line 17 & 18, authentik replies with a 302, presumably to the /resume endpoint. on lines 22 & 23, there's a successful request to |
Thank you for the detailed logs! yeah this sounds strange. I'll try to set it up on my end when I find the time. I tested it soem time ago, always without a reverse proxy |
spent a long time on this, and i can't figure out what's wrong. i tried using both authentik on its own, and also using the github compatibility interface. my config:
here's the combined logs from both sharry and authentik:
the symptom is that i get logged in (authentik thinks everything went well) and redirected to the redirect url, which never loads, just sits there spinning. what i see on that screen is the authentik UI. eventually, there seems to be a timeout which i see in the logs, and i get bounced to the shari login page with a 403 error on the session endpoint
looking at the logs, it kinda seems like sharri makes a few requests to
authentik.tld
and at least one of them seems to succeed? i see the app getting an access token in the logs. but there's also a request that clearly fails with an invalid code, not sure why. and another request that times out, again not sure why.using github provider with the same client and secret but an additional redirect url has the same symptoms.
would appreciate any help debugging this!
The text was updated successfully, but these errors were encountered: