aboutsummaryrefslogtreecommitdiff
path: root/network/openconnect-sso/README
diff options
context:
space:
mode:
authorBubba Bubbanion <none@none.com>2022-04-06 17:33:32 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-04-09 15:45:48 +0700
commitec2393089c23b48a9c07b6ebe7cff89fe5281466 (patch)
tree574b1af560fb2dc26796a92f40abd3051350b5c8 /network/openconnect-sso/README
parent63a605cd2d35ed8cb8e2c389e93e88f5c588bcf6 (diff)
network/openconnect-sso: Added (Wrapper for OpenConnect).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 0000000000..c090bb28b1
--- /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!