Hello,
How can I prevent users who are not in the domain from making SSL VPN connections in FortiEMS?"
Created on 03-19-2024 03:35 AM Edited on 03-19-2024 03:36 AM
You don't need to individually add a serial number of devices. If they are registered to EMS they can connect automatically.
I think in your scenario, you can use host check feature on your FortiGate. You can control the registry setting on the client computer. If the field specifying the user domain contains a different value, Fortigate will not allow the connection.
Here is an example configuration.
config vpn ssl web portal
edit "full-access" <- Your SSL-VPN Portal Name
set host-check custom
set host-check-policy "regedit" <- Mapping hostcheck profile.
next
end
config vpn ssl web host-check-software
edit "regedit"
config check-item-list
edit 1
set type registry
set target "HKEY_CURRENT_USER\\Volatile Environment:USERDNSDOMAIN==COMPANY.LOCAL" <- Your company Domain Name
next
end
next
end
Select Forum Responses to become Knowledge Articles!
Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.
User | Count |
---|---|
1741 | |
1109 | |
755 | |
447 | |
240 |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2025 Fortinet, Inc. All Rights Reserved.