-
-
Notifications
You must be signed in to change notification settings - Fork 444
Open
Description
The fifth step in Auth Host Mode user flow is failing.
- Request to
app10.test.com/home/page - User redirected to Google login
- After Google login, user is redirected to
auth.test.com/_oauth - Token, user and CSRF cookie is validated, auth cookie is set to
test.com - User is redirected to
app10.test.com/home/page<-- This fails - Request is allowed
Users are authed successfully, but they are returned to the auth domain instead of the domain they were on. In the steps above, step 5 is behaving as "User is redirected to auth.test.com". I know the authentication is working because if I update the URL to app10.test.com after I've logged in via Google, I can access it.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels