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 have two URLs hosted on my Nginx Plus proxy and I have an issue with this plugin and the logout function.
A single user can connect to several URLs (SSO connection)
URL 1: www.aaaaaaaa.com
URL 2: www.bbbbbbb.com
When a user disconnects from an application we call the logout URL (eg: https://www.aaaaaaaa.com/logout ) the user is disconnected from all these sessions on our OpenID IDP and disconnected on the nginx side from the URL https://www.bbbbbbb.com but he remains connected on the NGINX side on the URL www.bbbbbbb.com while on the IDP side there is no more session.
How to disconnect the user on all URLs and the Single Logout working ?
The text was updated successfully, but these errors were encountered:
Hi
I have two URLs hosted on my Nginx Plus proxy and I have an issue with this plugin and the logout function.
A single user can connect to several URLs (SSO connection)
URL 1: www.aaaaaaaa.com
URL 2: www.bbbbbbb.com
When a user disconnects from an application we call the logout URL (eg: https://www.aaaaaaaa.com/logout ) the user is disconnected from all these sessions on our OpenID IDP and disconnected on the nginx side from the URL https://www.bbbbbbb.com but he remains connected on the NGINX side on the URL www.bbbbbbb.com while on the IDP side there is no more session.
How to disconnect the user on all URLs and the Single Logout working ?
The text was updated successfully, but these errors were encountered: