Skip to content
Snippets Groups Projects
Commit ad1d795c authored by badevguru's avatar badevguru Committed by GitHub
Browse files

Added more useful documentation on SAML setup

parent d8f8fcd7
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,14 @@ ...@@ -2,7 +2,14 @@
A Discourse Plugin to enable authentication via SAML A Discourse Plugin to enable authentication via SAML
This plugin supports one of two modes for initating the SAML logins. Setting up your idp:
The entitiy-id should be: http://example.com
The consumer assertion service url should be: https://example.com/auth/saml/callback
You may need to set your idp to send an extra custom attribute 'screenName', that will become the users id.
For idp-initated SSO, use the following URL:
https://example.com/auth/saml/callback
### Configuration ### Configuration
...@@ -19,6 +26,7 @@ Add the following settings to your `app.yml` file in the Environment Settings se ...@@ -19,6 +26,7 @@ Add the following settings to your `app.yml` file in the Environment Settings se
-----END CERTIFICATE-----" -----END CERTIFICATE-----"
``` ```
For non docker:
Add the following settings to your `discourse.conf` file: Add the following settings to your `discourse.conf` file:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment