blob: c090bb28b1af7a7475f6af5659657abd3e4d00ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Wrapper script for OpenConnect supporting Azure AD (SAMLv2)
authentication to Cisco SSL-VPNs
Create a shell script with the following content:
#!/bin/bash
konsole -e openconnect-sso --server your.server.extension
Set it as executable and run it
Enjoy!
|