Implement selective MFA with LDAP as default auth
Posted: Wed Feb 08, 2023 7:35 pm
Hello,
I'm currently using AS v2.8.5 with LDAP (MS Win Active Directory) as my default and only Authetication source. It is working flawslesly but now we are in the process of implementing MFA sequentially for these LDAP users.
For business reasons, our intention is to enable MFA in samml batches of users so we can grab feedback progresively as the user base using MFA grows.
For this purpose we will start with the Native AS TOTP MFA which by default can be only enabled for ALL/None users via the AdminGUI, or selectivey for specific users/groups from command line.
My question is how to approach this implementation considering we would like to have two Groups on our AD (LDAP Resolver), the existing one "VPN Users" for those employees with VPN access, and a new one to be created "MFA VPN Users" which will start getting user memebers being migrated to MFA. The problem is how to mimic this AD Group from the AS, since as far as I could investigate you can only enable MFA for groups locally defines in the AS, not the LDAP Resolver (AD).
One approach I thought off, could be to create a default group where all users land by default, and another one where users are added manually. Then enable this second one for MFA. Once all users are moved from the default group to the MFA group, we could eventually delete groups and enale MFA for everyone or just keep the groups for future use/MFA Rollback.
As a second effort, we would also like to move from native OVPN AS TOTP to Microsoft Authenticator using Push notifications. Would this be still possible to achieve the strategy mentioned above?
Any thoughts or ideas are much appreciated!
I'm currently using AS v2.8.5 with LDAP (MS Win Active Directory) as my default and only Authetication source. It is working flawslesly but now we are in the process of implementing MFA sequentially for these LDAP users.
For business reasons, our intention is to enable MFA in samml batches of users so we can grab feedback progresively as the user base using MFA grows.
For this purpose we will start with the Native AS TOTP MFA which by default can be only enabled for ALL/None users via the AdminGUI, or selectivey for specific users/groups from command line.
My question is how to approach this implementation considering we would like to have two Groups on our AD (LDAP Resolver), the existing one "VPN Users" for those employees with VPN access, and a new one to be created "MFA VPN Users" which will start getting user memebers being migrated to MFA. The problem is how to mimic this AD Group from the AS, since as far as I could investigate you can only enable MFA for groups locally defines in the AS, not the LDAP Resolver (AD).
One approach I thought off, could be to create a default group where all users land by default, and another one where users are added manually. Then enable this second one for MFA. Once all users are moved from the default group to the MFA group, we could eventually delete groups and enale MFA for everyone or just keep the groups for future use/MFA Rollback.
As a second effort, we would also like to move from native OVPN AS TOTP to Microsoft Authenticator using Push notifications. Would this be still possible to achieve the strategy mentioned above?
Any thoughts or ideas are much appreciated!