jeremyschulman / netbox-plugin-auth-saml2

Netbox plugin for SSO using SAML2
119 stars 21 forks source link

Unable to Logout after SAML implementation #60

Open prasb opened 2 years ago

prasb commented 2 years ago

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.

kguest commented 2 years ago

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.