10-Feb-2023 06:58
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,
Solved! Go to Solution.
12-Feb-2023 16:24
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...
12-Feb-2023 16:24
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...
13-Feb-2023 21:37
Hi @Ricardo_Vinha - I'm going to mark @Dario_Garrido's reply as an Accepted Solution to make it easier for other users to find in the future.
Please let me know if you are still trying to solve your issue, though!
16-Feb-2023 23:57
Thanks for the solution.