-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
OIDC does not work with some responses #235
Comments
Quick update: goth has a closed issue, that suggests creating a custom gorilla session store. I wonder if ephemeral sessions would be sufficient. If so, a simple map+cleanup might be sufficient. |
got the same issue when testing this today :) You can use sessions.NewFilesystemStore and set And change this code in internal/web/server.go
This should fix it, I'll try to make a PR later |
I bypassed the issue by using an ECC key for signing the token, so no
hurry from my sie, but if its an easy fix, all the better!
…--
Moritz Poldrack
https://moritz.sh
|
Same as #212 |
Please try the latest release, I can't reproduce the bug anymore with authentik |
When authenticating with my IdP, I get the following error served with a side of 404 page:
Cannot complete user auth: securecookie: the value is too long: 4456
The text was updated successfully, but these errors were encountered: