A Discourse Plugin to enable authentication via Atlassian Crowd.
Add the following to the 'env' section of your container/.yml
#Support For Crowd Plugin
#Mode should be either 'separated' or 'mixed'
DISCOURSE_CROWD_SERVER_URL: <SERVER URL>
DISCOURSE_CROWD_APPLICATION_NAME: <USER_NAME>
DISCOURSE_CROWD_APPLICATION_PASSWORD: <PASSWORD>
DISCOURSE_CROWD_APPLICATION_MODE: <MODE>
Add the following settings to your discourse.conf file:
crowd_server_urlcrowd_application_namecrowd_application_passwordcrowd_application_mode- can be one ofseparatedormixed
MIT