Crowd ships with out-of-the-box support for a number of applications. You can also integrate Crowd with other applications as follows:
Step 1. Configuring Crowd to talk to your Application
Please see 3.2 Adding an Application.
Step 2. Configuring your Application to talk to Crowd
2.1 Developing a Crowd Client
If your application is not listed in 1.1.1 Supported Applications and Directories then you will need to create your own Crowd Client for your application, using the Crowd SOAP API.
For assistance, please see Creating a Crowd Client for your Custom Application.
2.2 Configuring your Application
The integration libraries and configuration files are included in the Crowd download, in the client folder. You will find the Crowd integration library, and the client libraries on which the framework depends, in the lib folder. An example client properties file crowd.properties is located in the conf folder.
To configure your application, perform the following:
- Copy the Crowd Client and supporting libraries to your application classpath, typically
WEB-INF/lib.- These files will be in the
clientfolder similar tocrowd-core-0.4.1.jarand all supporting jars in theclient/libfolder.
- These files will be in the
- Copy the client properties file
crowd.propertiesto your application's deployment directory, typicallyWEB-INF/classes. - Edit the
crowd.propertiesfile to reflect the values of your deployment parameters. Thecrowd.propertiesattributes are as follows:
Attribute |
Description |
|---|---|
application.name |
The name that the application will use when authenticating with the Crowd server. |
application.password |
The password that the application will use when authenticating with the Crowd server. |
application.login.url |
The URL to which to redirect the principal should their authentication token expire or be invalid due to security restrictions. |
crowd.server.url |
The URL to use when connecting with the integration libraries to communicate with the Crowd server. |
session.isauthenticated |
The session key to use when storing a |
session.tokenkey |
The session key to use when storing a |
session.validationinterval |
The session key to use when storing an |
session.lastvalidation |
The session key to use when storing a |
Related Topics
- 3.1 Using the Application Browser
- 3.2 Adding an Application
- 3.2.1 Integrating Crowd with Apache
- 3.2.2 Integrating Crowd with Atlassian Bamboo
- 3.2.3 Integrating Crowd with Atlassian Confluence
- 3.2.4 Integrating Crowd with Atlassian JIRA
- 3.2.5 Integrating Crowd with Cenqua FishEye
- 3.2.6 Integrating Crowd with Jive Forums
- 3.2.7 Integrating Crowd with a Custom Application
- 3.3 Mapping a Directory to an Application
- 3.4 Specifying which Groups can access an Application
- 3.5 Specifying an Application's Address or Hostname
- 3.6 Managing an Application's Session
- 3.7 Deleting or Deactivating an Application







4 Comments
Hide/Show CommentsDec 26, 2006
Anonymous
Hi, just went through this. Can you make this page a little clearer with respect to where the files should go?
I got it to work by taking the files in the client directory and putting them in the WEB-INF/classes folder. I then took the files in the lib directory and put them in the WEB-INF/lib directory. It already had some, so I chose not to overwrite the ones there with the new ones.
I then took the conf file and dropped that in the WEB-INF/classes folder and edited it.
A startup of my combined Jira and Confluence install started without issues.
Dec 27, 2006
Anonymous
I've done this integration with Jira and Confluence. I found the above documentation somewhat vague and therefore offer this re-write which I hope will make it into the final document. I've used the \ as directory delimiter as I am working on Windows. Please keep in mind this may have to be different in Linux/Unix solutions.
CAUTION: In case of Confluence, you must not select the "spring-1.2.8.jar" file here (Confluence 2.2.10, Crowd 0.3), only the other files!
NOTE: For Jira, don't forget to set the General Configurations for external user/password management.
This completes my additions to the document, hopefully this can be merged soon.
Feb 10, 2007
Anonymous
Hello,
Can some one please write how one can configure some php applications i..e such as MediaWiki or Horde to use crowd based authentication. I see no reference at all to non-java applications.
Thanks
Asif
Feb 12, 2007
Anonymous
All non-java based clients can try using the SOAP interface.