Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cookie not cleared after logout #704

Closed
6 tasks done
nimithar opened this issue Dec 14, 2023 · 1 comment
Closed
6 tasks done

Cookie not cleared after logout #704

nimithar opened this issue Dec 14, 2023 · 1 comment
Labels

Comments

@nimithar
Copy link

Checklist

Description

The docs mention that calling WebAuthProvider.logout() would remove the cookie set by the browser at authentication time, but after logging out, I am able to login without having to re-enter my credentials for a few minutes after logging out.

Reproduction

  1. Login via SSO -> redirected to the IdP -> enter user credentials -> logged in
  2. Logout
  3. Login via SSO -> user is logged into the app without having to re-enter credentials

Additional context

No response

Auth0.Android version

2.10.2

Android version(s)

13.6

@nimithar nimithar added the bug This points to a verified bug in the code label Dec 14, 2023
@poovamraj
Copy link
Contributor

@nimithar Please check out the documentation on logging out from IdPs here - https://auth0.com/docs/authenticate/login/logout/log-users-out-of-idps

You have to pass the federated parameter and the logout is supported only by select IdPs. Hope this helps. We will close this issue now but feel free to comment here and we can reopen this issue if required.

@poovamraj poovamraj added question and removed bug This points to a verified bug in the code labels Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants