netbox-plugin-auth-saml2 icon indicating copy to clipboard operation
netbox-plugin-auth-saml2 copied to clipboard

Unable to Logout after SAML implementation

Open prasb opened this issue 3 years ago • 1 comments

I have integrated SAML to latest Netbox environment. All works fine , Authentication is happening and user is configured correctly in the netbox. But if i click Logout, the request is getting redirected to SSO authentication again and relogging happens again. Is there anything I need to change. Kindly help here.

prasb avatar May 12 '22 15:05 prasb

This is likely happening because of your redirect rules on the reverse proxy.

Remove the redirect for /login/ and this will be fixed.

You'll need a button on your login screen that forces the redirect for /sso/ if you want to log back in though.

kguest avatar Aug 04 '22 06:08 kguest