Hi mates
in some customers I have multiple authentication for the remote access vpn connection (client & mobile access unified).
normally the authentication is based on external LDAP servers and they need for discriminating internal users (SAML MFA) from external users (username/password + OTP).
The remote users have the decision which authentication method choose and it means the users could another authentication method and authenticate successfully
let me go in an example
users1 needs to connect to VPN (client or Mobile access)
users1 is internal user so he knows the authentication method must be the one defined for internal users (SAML MFA)
users1 is able to authenticate by the authentication method for external users as well.
I'd like to enforce some check where if internal user is trying to use the authentication method for external users, the authentication fails because the internal user is not entitle for that authentication method.
in other words, I'd like to assign the authentication method per LDAP users or LDAP user groups
do anyone know if it's possible?