I'm testing this flow: 1. user attempts to access...
# talk-kratos
l
I'm testing this flow: 1. user attempts to access a protected subdomain
<http://admin.mysite.com|admin.mysite.com>
2. user is not logged in, so they are redirected to
<http://mysite.com/auth|mysite.com/auth>
to login 3. user logs in and is redirected to
<http://admin.mysite.com|admin.mysite.com>
This behavior works 1-3, but adds a 4: 4. the user is redirected infinitely from
<http://admin.mysite.com|admin.mysite.com>
to
<http://mysite.com/auth|mysite.com/auth>
and back.
I have oathkeeper managing redirect to kratos and am running the default kratos ui; I have
*.<http://mysite.com|mysite.com>
added as an
allowed_redirect_url
and
<http://mysite.com|mysite.com>
as the cookie domain. are there other configurations I need? do I need to make a change in the client? or should this be working?