modern-caravan-99632
03/27/2025, 7:15 AMredirect_browser_to
link from the response, then log in on Ory and navigate back to my application.
I saw a thread here related to Kratos and having MFA enabled for settings. In the SDK, is there a way to disable MFA during recovery?!magnificent-energy-493
aal1
instead of highest_available
for the settings flow:
selfservice:
flows:
settings:
required_aal: aal1
this allows users to access settings after recovery without completing the second factor, which should prevent the redirect loop.modern-caravan-99632
03/27/2025, 7:00 PMmagnificent-energy-493
magnificent-energy-493
ory get identity-config --project <project-id> --workspace <workspace-id> --format yaml > identity-config.yaml
make changes and import again
ory update identity-config --project <project-id> --workspace <workspace-id> --file config.yaml
modern-caravan-99632
03/27/2025, 7:07 PMmagnificent-energy-493
modern-caravan-99632
03/27/2025, 7:39 PMmodern-caravan-99632
03/27/2025, 10:00 PM{
"error": {
"id": "browser_location_change_required",
"code": 422,
"status": "Unprocessable Entity",
"reason": "In order to complete this flow please redirect the browser to: <http://localhost:3009/self-service/login/browser?aal=aal2>",
"message": "browser location change required"
},
"redirect_browser_to": "<http://localhost:3009/self-service/login/browser?aal=aal2>"
}
modern-caravan-99632
03/27/2025, 10:38 PMmagnificent-energy-493