Skip to content
Snippets Groups Projects
Verified Commit c2c3ea37 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

add comments to sso values

parent c63f936a
No related branches found
No related tags found
No related merge requests found
......@@ -71,6 +71,8 @@ data:
session:
- "${kratos_session_secret}"
selfservice:
# The URL to redirect to if there is a call to kratos on another URL
# than the flows listed below
default_browser_return_url: https://dashboard.${domain}/
flows:
recovery:
......@@ -79,6 +81,8 @@ data:
ui_url: https://sso.${domain}/login/login
settings:
ui_url: https://sso.${domain}/login/settings
# Registration is not (yet) possible, but if it will be, it should
# be on this link:
registration:
ui_url: https://sso.${domain}/login/registration
......
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