goauthentik / authentik

The authentication glue you need.
https://goauthentik.io
Other
13.55k stars 907 forks source link

SSO Logout from Authentik not reflected to Proxy Application like Portainer and Proxmox VE #10780

Open alessandro-casarini opened 3 months ago

alessandro-casarini commented 3 months ago

Hi all,

unfortuantely when click on logout button from Authentik it doesn't reflect to proxy application like Portainer and Proxmox VE. My goal is a similar functionality that should be obtain with Azure AD (aka Entra), that invalidate all cookie logon as soon you logout from SSO application.

I read that this issue was reported yet, but the way, It's not clearly for me if it's resolved and if there is a guide with step by step istruction to implement it if it's not available from standard.

BeryJu commented 3 weeks ago

see #2023, when logging out from authentik all the users session tokens (like access tokens) are revoked and a signal is sent to the proxy provider to invalidate sessions there too.