Skip to content

GrantStreetGroup/discourse-crowd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

discourse-crowd

A Discourse Plugin to enable authentication via Atlassian Crowd.

Configuration For Docker Installations Of 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>

Configuration For Non Docker Installations

Add the following settings to your discourse.conf file:

  • crowd_server_url
  • crowd_application_name
  • crowd_application_password
  • crowd_application_mode - can be one of separated or mixed

License

MIT

About

A plugin to enable authentication support for Atlassian Crowd

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%