Hello Community,
i have the issue that the 30 day remember not work in all applications well. I using Adaptive-MFA. Means that I get no new MFA enroll. I tried a lot but nothing bring me finish this issue. I want to write a action and use the last_Login for calculate the 30 days. But i seen i can´t use that metadata for action. Is that right? Is the only way to save a timestamp in Post login action and save in metadata? Anyone maybe a example? Thank you
Hi @sascha.martin,
Welcome to the Auth0 Community!
Calling the api.multifactor.enable()
method should allow you to set the options.allowRememberBrowser
, which remembers the user for 30 days.
See our Configuring MFA Flow to require MFA once per session with Actions` documentation.
Please let me know if you have any questions.
Thanks,
Rueben
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.