IBM Worklight v5.0.5 > Develop IBM Worklight applications > Authentication configurationAttributes of login modules
Login modules are defined in <loginModule> elements in authenticationConfig.xml.The <loginModules> element contains a separate <loginModule> subelement for each login module.
The <loginModule> element has the following attributes:
Attribute Description name Unique name by which realms reference the login module. audit True or False. Optional. Defines whether login/logout attempts are logged in... WORKLIGHT_PROJECT/server/log/audit/audit.log
The <loginModule> element has the following subelements:
Element Description <className> Class name of the login module. <parameter> Initialization property of the login module. Supported properties and their semantics depend on the login module class. This element can occur multiple times. Optional.
Parent Authentication configuration