diff options
Diffstat (limited to 'src/idp/README.md')
| -rw-r--r-- | src/idp/README.md | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/src/idp/README.md b/src/idp/README.md index 4452fa95..a9d8f2a7 100644 --- a/src/idp/README.md +++ b/src/idp/README.md @@ -5,17 +5,8 @@ a SAML Service Provider ## Getting Started -1. Copy the example coniguration - - $ cp config.example.yml config.yml - -1. Edit the `config.yml` to match your needs. 1. Start the server: - $ ruby -rwebrick main.rb - -1. Start ngrok - - $ ngrok http 8282 + $ ruby main.rb -1. Use `https://<xxxx>.ngrok.io/metadata.xml` as your SAML IDP Metadata url. +1. Use `http://localhost:8282/metadata.xml` as your SAML IdP Metadata url. |
