You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Login self service flow with TOTP does not pass on return_to URL. This behavior prevents Login in Authorization Code Flow because kratos couldn't redirect back to OIDC login endpoint with login_challenge parameter.
Reproducing the bug
Run docker-compose -f quickstart.yml -f quickstart-postgres.yml -f quickstart-oathkeeper.yml up
Preflight checklist
Describe the bug
Login self service flow with TOTP does not pass on
return_to
URL. This behavior prevents Login in Authorization Code Flow because kratos couldn't redirect back to OIDC login endpoint withlogin_challenge
parameter.Reproducing the bug
docker-compose -f quickstart.yml -f quickstart-postgres.yml -f quickstart-oathkeeper.yml up
return_to
URL parameter: http://127.0.0.1:4455/.ory/kratos/public/self-service/login/browser?return_to=/settings/settings
but/welcome
page is shown (When I unlink TOTP configuration,return_to
parameter works.)Relevant log output
No response
Relevant configuration
Version
v0.8.2-alpha.1
On which operating system are you observing this issue?
macOS
In which environment are you deploying?
Docker Compose
Additional Context
No response
The text was updated successfully, but these errors were encountered: