square-napkin-92357
06/02/2025, 9:45 AMcurl --request GET \
--url '<http://127.0.0.1:4455/kratos/self-service/login/browser?aal=aal2&refresh=true>' \
--header 'accept: application/json' \
--header 'cookie: {{oryKratosSession}}' \
--cookie '{{oryKratosSession}}'
I get the response with
"messages": [
{
"id": 1010003,
"text": "Please confirm this action by verifying that it is you.",
"type": "info"
},
{
"id": 1010004,
"text": "Please complete the second authentication challenge.",
"type": "info"
}
]
I wonder what is the next step or how can i pass "Please confirm this action by verifying that it is you."
. Please take a look and help me, thanks all!