From ed32925525d1fbde7fcf1742e0db1f2dc514892f Mon Sep 17 00:00:00 2001 From: Basraah Date: Sat, 28 Jan 2017 10:34:01 +1000 Subject: [PATCH] Fix discourse example sso url --- docs/installation/services/discourse.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/services/discourse.md b/docs/installation/services/discourse.md index 8a46012e..06b15a22 100644 --- a/docs/installation/services/discourse.md +++ b/docs/installation/services/discourse.md @@ -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: