You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@xulongwu4 What exactly is your use case? Would starting an integrated web browser window for SAML/SSO login to get the VPN session cookie answer you needs?
For external browser I implemented a script to retrieve token on repository https://github.com/filippor/XdgOpenSaml
the process is
1 start a server to listen on localhost:8020/?id=
2 open in external browser url + "/remote/saml/start?redirect=1"
3 server receive a call and with retieved id call url + "/remote/saml/auth_id?id=" + id to retrieve cookie
The openfortivpn repo has added the
--cookie
option to support SAML: adrienverge/openfortivpn#867Does this gui tool support using that as the login option?
The text was updated successfully, but these errors were encountered: