Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
StevenT
New Contributor III

Authentication from Fortigate without SSL-VPN via API

Hi,

 

Anyone had tried before access to the application directly from external without login to SSL-VPN in the fortigate. 

 

Meaning does not need to login to SSL VPN.. but on the backend.. when they click on end user's application, it will pass in the login info via API to fortigate and fortigate validate with the SSL-VPN user profile.

 

From: REST API documents

1 Solution
Markus_M
Staff
Staff

Hi Steven,

 

what are you trying to do? Build an SSLVPN client? Not sure if it works, but it would require the sslvpnd to read and answer a query response. If you have the API documentation you can check with debug easily:

diag debug console timestamp enable

diag debug app sslvpn -1

diag debug enable

Then build your curl calls for the API.

 

Best regards,

 

Markus

 

View solution in original post

1 REPLY 1
Markus_M
Staff
Staff

Hi Steven,

 

what are you trying to do? Build an SSLVPN client? Not sure if it works, but it would require the sslvpnd to read and answer a query response. If you have the API documentation you can check with debug easily:

diag debug console timestamp enable

diag debug app sslvpn -1

diag debug enable

Then build your curl calls for the API.

 

Best regards,

 

Markus

 

Labels
Top Kudoed Authors