Fix discourse example sso url

This commit is contained in:
Basraah 2017-01-28 10:34:01 +10:00 committed by GitHub
parent 4f7c7ca1c6
commit ed32925525

View File

@ -112,7 +112,7 @@ Scroll down to the Discourse section and set the following:
Navigate to `discourse.example.com` and log in. Back to the admin site, scroll down to find SSO settings and set the following:
- `enable_sso`: True
- `sso_url`: `http://example.com/discourse_sso`
- `sso_url`: `http://example.com/discourse/sso`
- `sso_secret`: some secure key
Save, now change settings.py and add the following: