Closed
Description
I've setup a djangosaml2 application where I successfully can login using ADFS. When I logout I get no error but as soon as I go to the login page again I'm automatically signed in to the same user without any chance to change user.
I receive no error when logging out, I get a LogoutResponse with the following status so it doesn't look like anything has gone wrong:
<samlp:Status><samlp:StatusCode Value="urn:oasis:names:tc:SAML:2.0:status:Success" /></samlp:Status>
Is there something I must configure in the settings for djangosaml2 or is there something that must be done on the ADFS side?