Traefik + Pocket ID, working but redirects for every client authorization event #219
Unanswered
adrianmace
asked this question in
Q&A
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
This may be related to the cookie, I notice that its Expiry is set to "Session" and SameSite is unset. By contrast, Authentik has their cookie expiry set to 1 month from today and SameSite set to Lax. With regard to the SameSite parameter, this is useful since I want to sign in once and access all resources configured with that Middleware. I don't want to have to configure a new OIDC client / middleware for each container I am protecting. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have traefik working using the traefik-oidc-auth plugin. I hope to sanitise my configuration files soon and share them with you. I've noticed a behaviour that I would like to get clarification on if it's correct or not.
Frequently when I load a protected website, it will redirect to Pocket ID which, since it still has a valid login from earlier, will complete the login animation and redirect back automatically.
Do you think this is expected behaviour, or a bug in either Pocket ID or the plugin I'm using within traefik.
Beta Was this translation helpful? Give feedback.
All reactions