Skip to content

Auth Host Mode not redirecting correctly #417

@raygesualdo

Description

@raygesualdo

The fifth step in Auth Host Mode user flow is failing.

  1. Request to app10.test.com/home/page
  2. User redirected to Google login
  3. After Google login, user is redirected to auth.test.com/_oauth
  4. Token, user and CSRF cookie is validated, auth cookie is set to test.com
  5. User is redirected to app10.test.com/home/page <-- This fails
  6. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions