aboutsummaryrefslogtreecommitdiff
path: root/network/openconnect-sso/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/openconnect-sso/README')
-rw-r--r--network/openconnect-sso/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/network/openconnect-sso/README b/network/openconnect-sso/README
new file mode 100644
index 000000000000..c090bb28b1af
--- /dev/null
+++ b/network/openconnect-sso/README
@@ -0,0 +1,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!