summaryrefslogtreecommitdiff
path: root/src/sp/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp/README.md')
-rw-r--r--src/sp/README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/sp/README.md b/src/sp/README.md
new file mode 100644
index 0000000..c7894a6
--- /dev/null
+++ b/src/sp/README.md
@@ -0,0 +1,16 @@
+# SAML SP
+
+This is a tiny SAML Service Provider for testing out interactions with
+a SAML Identity Provider (IdP)
+
+## Getting Started
+
+1. Start the server:
+
+ $ ruby main.rb
+
+1. Start ngrok
+
+ $ ngrok http 8283
+
+1. Use `https://<xxxx>.ngrok.io/metadata.xml` as your SAML SP Metadata url.