Is it possible to raise the priority of RADIUS authentication in SSL VPN authentication rules?
Good day.
I'm struggling with next problem
We are using SSL VPN connection with two auth services LDAP and RADIUS (2FA thought FortiAuthenticator).
And we were surprised that FortiGate sends auth queries (according to authentication rules in SSL VPN configuration) simultaneously. It's f***** ridiculous.
My bosses cardinally against of using realms. They demand to use single URL.
Yes usually we don't have problems because use individual groups.
But we have several groups which must use 2FA but, if FAC will lay down, they have to use LDAP.
And without realms it's impossible to do auth rules configuration for these groups.
Is it possible to delimit users (without and with 2FA) with using single URL and without realms?
For example:
config authentication-rule
edit 1
set groups "User_Group_1_2FA"
set portal "User_Group_1"
set auth radius
next
edit 2
set groups "User_Group_2"
set portal "User_Group_2"
set auth ldap
next
edit 3
set groups "User_Group_1"
set portal "User_Group_1"
set auth ldap
next
end
