SSL VPN SSO to FortiManager
Hello,
has anyone tried to connect to a FortiManager via SSLVPN and SSO? It doesnt work for me. Propably the JavaScript stuff breaks things. My config looks like that:
config vpn ssl web portal edit "FortiManager" ...
config bookmark-group edit "gui-bookmarks" config bookmarks edit "FortiManager" set url "https://<FQDN of FMG>/p/login/" set sso static config form-data edit "username" set value "%username%" next edit "password" set value "%passwd%" next ...
The html source of the login page:
<input type="text" id="username" class="form-control" name="username" ...>
... <input type="password" id="password" class="form-control" name="password" ...>
Ideas anyone?
