Forum Discussion

Ricardo_Vinha's avatar
Ricardo_Vinha
Icon for Nimbostratus rankNimbostratus
Feb 10, 2023
Solved

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... 

     

3 Replies

  • 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... 

     

  • 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!