diff --git a/flux2/core/base/single-sign-on/single-sign-on-values-configmap.yaml b/flux2/core/base/single-sign-on/single-sign-on-values-configmap.yaml index e66e585158e9432aaca18dc2cd6a730f2674a4ff..6a22d047bc9e19ec1fc54bea8a7d25ec520d198d 100644 --- a/flux2/core/base/single-sign-on/single-sign-on-values-configmap.yaml +++ b/flux2/core/base/single-sign-on/single-sign-on-values-configmap.yaml @@ -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