netbox-plugin-auth-saml2
netbox-plugin-auth-saml2 copied to clipboard
Unable to Logout after SAML implementation
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.
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.