freezing-river-63163
09/21/2022, 12:53 PM/self-service/login/browser
with aal=aal2
returns a flow with missing nodes. (Just crsf_token input node is returned along with populated messages array)
My set up is as follows. I cloned the Kratos repo and then started the docker using docker-compose -f quickstart.yml -f quickstart-standalone.yml up --build --force-recreate
From there I have been modifying the kratos.yml file as needed. I’m using a React SPA application along with the NPM packages.
After logging in, and a successful session has started, I want to prompt the user with the MFA (TOTP) screen. I added
methods:
totp:
config:
issuer: <http://CloudTruth.com|CloudTruth.com>
enabled: true
To the Kratos yml file. And
"totp":{ "account_name": true }
To the identity schema.
This is happening when I call
GET <http://localhost:4433/self-service/login/browser?aal=aal2>
I attached a screen shot of the return from this call below & the result in the UI.freezing-river-63163
09/22/2022, 7:20 AM