boundless-artist-2317
08/30/2024, 10:49 AMchilly-king-10285
08/30/2024, 10:50 AMchilly-king-10285
08/30/2024, 10:50 AMdefault_browser_return_url
under the settings
flow in the configuration. This URL is where the user will be redirected after successfully updating the password in settings. yaml selfservice: flows: settings: after: password: default_browser_return_url: <https://end-up-here-after-login-with-password/>
[Source](https://www.ory.sh/docs/concepts/redirects#login-registration-and-settings) For setting up MFA, you can initiate a new login flow with the aal
parameter set to aal2
. This will require the user to complete a second authentication factor in their current session. After the user successfully provides their configured second factor, you can redirect them to a URL of your choosing. http /self-service/login/browser?aal=aal2 /self-service/login/api?aal=aal2
[Source](https://www.ory.sh/docs/kratos/mfa/step-up-authentication#trigger-dynamic-multi-factor-authentication) Please note that the actual URLs you use will depend on your application's specific requirements and setup.