Skip to content
Snippets Groups Projects
Commit 3907c482 authored by Mart van Santen's avatar Mart van Santen
Browse files

Change default return URL

parent a7178594
No related branches found
No related tags found
1 merge request!51Resolve "Make recovery link / password recovery work with kratos"
......@@ -164,7 +164,7 @@ kratos:
selfservice:
# TODO: Have to figure out a decent default
default_browser_return_url: https://stackspin.net
default_browser_return_url: http://localhost/login/login
methods:
link:
......@@ -181,6 +181,9 @@ kratos:
login:
ui_url: http://localhost/login/login
settings:
ui_url: http://localhost/login/settings
registration:
ui_url: http://localhost/login/registration
......@@ -223,11 +226,11 @@ hydra:
issuer: https://sso.stackspin.example.net
# hydra.hydra.config.urls.login is the uri that users are redirect to perform the
# login operation. The FQDN used here needs to match the value of singleSignOnHost
login: https://sso.stackspin.example.net/login
login: https://sso.stackspin.example.net/login/auth
# hydra.hydra.config.urls.consent is the uri that users are redirect to trigger
# the consent/permission check. The FQDN used here needs to match the value of
# singleSignOnHost
consent: https://sso.stackspin.example.net/consent
consent: https://sso.stackspin.example.net/login/consent
secrets:
# hydra.hydra.config.secret is used as a seed whenever cryptographic operations are
# performed by hydra i.e. creation of a token.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment