-
Notifications
You must be signed in to change notification settings - Fork 141
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
Logout does not produce the expected behavior when performed by GET <CUSTOM_DOMAIN>/v2/logout call (PKCE flow) #455
Comments
This difference is due to the different ways SPAs and Regular Web Application's maintain their session. The SPA SDKs (by default) check the Auth0 Session Layer: (using the web_message response mode) on every page load to maintain a user's logged in status- see https://auth0.com/docs/authenticate/login/configure-silent-authentication#renew-expired-tokens When you visit To logout from the Regular web app when you log out of the SPA, you have a few options:
|
Got it ! |
Hello Adam, |
@StudioFlow - you would have to visit the authorization server doing a silent login before every request |
The two options works fine ! |
Np @StudioFlow - thanks for testing them out 👍 |
Describe the problem
What was the expected behavior?
The GET <CUSTOM_DOMAIN>/v2/logout should performed a logout on all applications (Regular + SPA apps).
URL call sample:
Environment
Auth middleware config:
login route override:
callback route override:
The text was updated successfully, but these errors were encountered: