getIdTokenClaims returns undefined when Require Multi-factor Auth set to always

@auth0/auth0-spa-js 1.15.0
Node v14.15.5

getIdTokenClaims works properly when Require Multi-factor Auth is set to never. However, getIdTokenClaims returns undefined when Require Multi-factor Auth set to always.

It doesn’t make sense to me that it breaks when the only thing that changed is the MFA setting in the auth0 dashboard. Anyone know what is going on?

1 Like

I have faced the same issue. @vicmgs have u solved this issue?