FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
sakuraju
Staff
Staff
Article Id 255402
Description This article describes how to enable SSL VPN client certificate authentication only to specific user/group.
Scope FortiGate.
Solution

1) Disable 'require client certificate' globally:

sslvpn1.png

 

2) Enable client-cert under the authentication rule of SSL VPN settings (this option is available via CLI only):

 

config vpn ssl settings

config authentication-rule

    edit <no>   <----- User group that should connect with LDAP client certificate authentication.

        set client-cert en <----- Default is disable.

    next 

end

 

sslvpn2.png

 

Note: If the users are using certificate authentication in web mode and 'require client certificate' is disabled globally, then it does not work. To work in web mode, 'require client certificate' should be enabled.

Contributors