Hi, when configuring a `default_redirect_to`, is i...
# talk-kratos
s
Hi, when configuring a
default_redirect_to
, is it possible to use a custom scheme? My goal is to capture this redirect from my mobile app
Copy code
settings:
      ui_url: <http://127.0.0.1:4455/settings>
      privileged_session_max_age: 15m
      after:
        default_redirect_to: <mycompany://kratos_change_settings_return_url>
        password:
          default_redirect_to: <mycompany://kratos_change_password_return_url>
I get an error, which I don't know can be fixed somehow, since I don't know how modify validation rules of
#/definitions/selfServiceAfterSettings
Copy code
The configuration contains values or keys which are invalid:
 selfservice.flows.settings.after: map[default_redirect_to:<mycompany://kratos_change_settings_return_url> password:map[default_redirect_to:<mycompany://kratos_change_password_return_url>]]
                                   ^-- doesn't validate with "#/definitions/selfServiceAfterSettings"