This page last changed on May 07, 2008 by smaddox.
The attributes of the crowd.properties file are as follows:
Attribute |
Description |
application.name |
The name that the application will use when authenticating with the Crowd server. This needs to match the name you specified in Adding an Application. |
application.password |
The password that the application will use when authenticating with the Crowd server. This needs to match the password you specified in Adding an Application. |
application.login.url |
The URL to which to redirect the user 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 Boolean value indicating whether the user is authenticated or not. |
session.tokenkey |
The session key to use when storing a String value of the user's authentication token. |
session.validationinterval |
The session key to use when storing an Integer value of the number of minutes between authentication validation. If this value is set to 0, each HTTP request will be authenticated. |
session.lastvalidation |
The session key to use when storing a Date value of the user's last authentication. |
RELATED TOPICS
Passing the crowd.properties File as an Environment Variable
Important Directories and Files
Adding an Application
|