I am getting Failed Slient Auth.
I tried two different ways with action and without action action flow with MFA.
Error log:
{
“date”: “2025-04-01T23:38:33.183Z”,
“type”: “fsa”,
“description”: “Login required”,
“client_id”: “###”,
“client_name”: “Mental Health Academy”,
“ip”: “203.30.138.56”,
“user_agent”: “Firefox 137.0.0 / Windows 10.0.0”,
“details”: {
“body”: {},
“qs”: {
“client_id”: “###”,
“scope”: “openid offline_access profile email read:users read:roles”,
“redirect_uri”: “###”,
“audience”: “###”,
“allowRememberBrowser”: “false”,
“type”: “RequireMultifactorAuth”,
“provider”: “any”,
“prompt”: “none”,
“response_type”: “code”,
“response_mode”: “web_message”,
“state”: “###”,
“nonce”: “###”,
“code_challenge”: “###”,
“code_challenge_method”: “S256”,
“auth0Client”: “###”
},
“connection”: null,
“error”: {
“message”: “Login required”,
“oauthError”: “login_required”,
“type”: “oauth-authorization”
},
“riskAssessment”: null
},
“hostname”: “###”,
“audience”: “###”,
“scope”: [
“openid”,
“offline_access”,
“profile”,
“email”,
“read:users”,
“read:roles”
],
“auth0_client”: {
“name”: “auth0-spa-js”,
“version”: “2.1.3”
},
“$event_schema”: {
“version”: “1.0.0”
},
“log_id”: “90020250401233833224085000000000000001223372072280457204”,
“tenant_name”: “dev-ttwsw5eeb654wx51”,
“_id”: “90020250401233833224085000000000000001223372072280457204”,
“isMobile”: false,
“id”: “90020250401233833224085000000000000001223372072280457204”
}
With MFA normal flow, if I click on “Remember 30 Days,” it works. But without clicking, it redirects me to the login page every time.
With action, the same thing happens.
I am using “@auth0/auth0-spa-js”: “^2.1.3”
Can you please help with this?