im using the api.redirect.sendUserTo() to redirect my user to the waiting list page in case the user its not allowed by white list, but after that, when the user tries to login again (eg he is on white list but logged in with the wrong email), he falls into the redirect link, and i want to send him to login again. I cleared all cookies, but when auth0 calls /authorize, the user goes to my waiting list again. Is there any way to fix it?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Using api.redirect.sendUserTo('https://{auth0_tenant}.eu.auth0.com/v2/logout?returnTo=') with an error message | 1 | 1144 | October 4, 2023 | |
Redirect user back to login page with error message displayed | 9 | 3684 | April 23, 2024 | |
webAuth.logout({clientId: ..., redirectTo: ...}) goes to login page instead of redirectTo URL | 3 | 4814 | September 3, 2019 | |
Logging user out of our app AND auth0 causes secondary bug | 0 | 50 | August 30, 2024 | |
Redirect from Auth0 action to custom domain and pass back data to Auth0 | 0 | 603 | February 21, 2024 |