This documentation relates to an earlier version of Crowd.
View this page in the current documentation or visit the current documentation home.
Skip to end of metadata
Go to start of metadata

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 3.2 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 3.2 Adding an Application.

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 Boolean value indicating whether the principal is authenticated or not.

session.tokenkey

The session key to use when storing a String value of the principal'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 principal's last authentication.

Labels: