We would like to disable/block access for the users to our application for the last 30 days or so. Is this possible? Also, would it be possible to have an MFA set up if the user is trying to access the application from a different machine/ geographic region
Hello @manish.garg,
I’m not sure what you mean when you say “disable/block access for the users to our application for the last 30 days or so”. Are you saying you want to block anyone who has not logged in during the last 30 days? If so, you should be able to do that in a rule. Code a rule that checks user.last_login
and then add "blocked": true
to their profile.
Your second case is also possible, though perhaps more complicated. You’ll want to check out the documentation on step-up authentication.
Hey there @manish.garg!
Have you had a chance to check Mark’s message?
Ping ping friendly ping
Hi @markd - Thank you for your suggestion.
@konrad.sopala - Apologies for the delay in the response. We are working on getting this implemented. I will post here once we are successful or if I have further queries
Perfect! Thanks for letting us know!