diff options
| author | mo khan <mo@mokhan.ca> | 2025-03-05 13:07:14 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-03-05 13:07:14 -0700 |
| commit | 4100066e1d4dfc50f74e4d749ce29c8db2d3fa63 (patch) | |
| tree | 8f12d4e4afc76b6b84088948633a72a927e132fd /README.md | |
| parent | 8e8b719126c2602780ee49fc684a5e095f3926f6 (diff) | |
docs: fix sh examples in README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 30 |
1 files changed, 18 insertions, 12 deletions
@@ -16,20 +16,26 @@ Below is a recording of a SAML based service provider initiated login, displayin ## Getting Started 1. Install tools: - ```sh - $ mise install - ``` + + ```sh + $ mise install + ``` + 1. Add entries to `/etc/hosts`: - ```sh - $ tail -n3 /etc/hosts - 127.0.0.1 api.example.com - 127.0.0.1 idp.example.com - 127.0.0.1 ui.example.com - ``` + + ```sh + $ tail -n3 /etc/hosts + 127.0.0.1 api.example.com + 127.0.0.1 idp.example.com + 127.0.0.1 ui.example.com + ``` + 1. Start servers: - ```sh - $ mage - ``` + + ```sh + $ mage + ``` + 1. Open browser to `http://ui.example.com:8080/saml/new` to start a new SAML session. Or open `http://ui.example.com:8080/oidc/new` to start a new OIDC session. |
