I’m trying to implement mfa inside application, but I’m seeing the token expiration time that I got during login is only 10 minutes.
This time is because I’m testing in localhost or is default time? Can I change this time?
I’m using default https://{tenant}.auth0.com/mfa/ audience.
We are stuck with the same issue. We’re using the Resource Owner Password method with MFA enabled. Our token’s expires_in is always 600 (10 minutes) regardless of what expiry time we set up on Auth0 dashboard. Any solution for this?
@themeera Can you please explain when the /mfa audience is required? I believe we’re currently using it on all /oauth/token API calls.
We have a pretty typical use-case, nothing out of the ordinary. The user signs up with an email and password and phone number, and MFA via SMS is always required.
This 10min restriction essentially means we have to ask the user every 10 minutes to log back in, which doesn’t seem reasonable. What is the work-around? is the only work-around using a refresh token?