-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SAML support? #186
Comments
SAML is old school. Keycloak would be the new one. |
@Boopsy Does the FortiGate support Keycloack differently from SAML?
I don't know what Keycloack means on the client side, can you enlighten me? |
My company is now changing to SAML sso so support for SAML would hbe greatly appreaciated |
For external browser I implemented a script to retrieve token on repository https://github.com/filippor/XdgOpenSaml you can see a sample implementation in this repo https://github.com/filippor/XdgOpenSaml/blob/main/XdgOpenSaml.java that write the cookie to standard out like openfortivpn-webview XdgOpenSaml url:port | sudo openfortivpn url:port --cookie-on-stdin --pppd-use-peerdns= |
In addition to / instead of supporting to the
--cookie
option (#173), wouldn't it make sense to add support for SAML (as discussed in adrienverge/openfortivpn#867, adrienverge/openfortivpn#1034, adrienverge/openfortivpn#1042), starting a browser with Qt to get the VPN session cookie?The text was updated successfully, but these errors were encountered: