Ricardo_Vinha
Feb 10, 2023Nimbostratus
F5 APM - How to suppress the logon page for autenticated users for a period of time?
Hi all,
I've implemented a F5 logon page with a Radius Server for MFA.
I want to ask you if it is possible to suppress, for a specific period of time, the logon page for users that has already authenticated?
Best Regards,
Hello Ricardo_Vinha,
Well, it depends of your authentication scheme.
Sometimes the last logon info is stored in auth server.
https://activedirectorypro.com/last-logon-time/
F5 can run AD queries (or LDAP queries) to get some info about the user. Then, based on the gathered info, to take a different branch of the decision tree, like avoiding 2FA if the last logon time is under 'x' hours...