IBM Worklight v5.0.5 > Develop IBM Worklight applications > Authentication configuration

Single identity login module

The single identity login module is used to grant access to the Worklight Console to a single user, the identity of which is defined in worklight.properties.


Class Name

com.worklight.core.auth.ext.SingleIdentityLoginModule


Parameters

None


Configuration

.The worklight.properties file must contain the following properties:

Key Description
console.username Name of the user who can access the Console
console.password Password of the user who can access the Console. The password can be encrypted

<loginModule name="Console" 
             canBeResourceLogin="false" 
             isIdentityAssociationKey="false">

    <className> com.worklight.core.auth.ext.SingleIdentityLoginModule </className>

</loginModule>


Parent Authentication configuration





+

Search Tips   |   Advanced Search