You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can successfully Single Sign-On (SSO) with Google on the whoami service, but I am unable to log out.
After logging out from Google, I can't clear the _forward_auth cookie from the browser using the paths whoami.home.example.com/_oauth/logout nor oauth.home.example.com/_oauth/logout.
I also even tried home.example.com/_oauth/logout which points to a homepage docker container and is configured with - "traefik.http.routers.homepage.middlewares=forwardAuth@file". It doesn't remove the cookie either.
Can anyone provide guidance on how to properly log out and remove the _forward_auth cookie from the browser? Any help would be greatly appreciated!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm encountering an issue with logging out from traefik-forward-auth.
I have it configured as follows:
The
oauth.home.example.com
is pointed to traefik-forward-auth's router.I have entrypoints set to use
forwardAuth@file is defined as follows
I can successfully Single Sign-On (SSO) with Google on the whoami service, but I am unable to log out.
After logging out from Google, I can't clear the
_forward_auth
cookie from the browser using the pathswhoami.home.example.com/_oauth/logout
noroauth.home.example.com/_oauth/logout
.I also even tried
home.example.com/_oauth/logout
which points to a homepage docker container and is configured with- "traefik.http.routers.homepage.middlewares=forwardAuth@file"
. It doesn't remove the cookie either.Can anyone provide guidance on how to properly log out and remove the _forward_auth cookie from the browser? Any help would be greatly appreciated!
Thanks in advance,
Mone
Beta Was this translation helpful? Give feedback.
All reactions