diff options
| author | mo khan <mo@mokhan.ca> | 2025-02-27 11:39:38 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-02-27 11:39:38 -0700 |
| commit | fc35bf1ab821445b71daf4fb25f303e29866d46b (patch) | |
| tree | 2be3609c9d08ae38a75f251a1bbc4b08bf61ccec /src/idp/README.md | |
| parent | f9f9dce24d4099ab919d605447c9928b5734e365 (diff) | |
Complete the first portion of a saml transaction
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. |
