Skip to main content
zaPitb
New Member
January 31, 2022
Question

Auto login in VPN Web Portal through active directory server

  • January 31, 2022
  • 1 reply
  • 1655 views

I have use active directory in other Laravel app, which is redirected at vpn web portal through Laravel app and again portal want login, We actually want when someone redirect into vpn web portal through Laravel app , there is no need to login Ist time but if session expire login required.
Same active directory server use for login in Laravel app and VPN web portal.

1 reply

Debbie_FTNT
Staff & Editor
Staff & Editor
January 31, 2022

Hey za,

 

FortiGate VPN will need to get the user credentials from somewhere when a new SSLVPN session is set up.

The only SSO option for VPN login at the moment is SAML - if your Laravel app performs a SAML login, and FortiGate SSLVPN login redirects to the same SAML server, then the already existing login from Lavarel can apply to SSLVPN and the user will not need to log in again for VPN.

However, if there is no SAML setup, there is no way for the FortiGate to know or check if the user is already authenticated elsewhere, and the FortiGate will instead need its own login.

 

There are SAML integrations that work with AD, so the user credentials would still be the same.