IBM Worklight v5.0.5 > Develop IBM Worklight applications > Development guidelines for desktop and web environmentsConfigure the authentication for web widgets
To configure how widgets and web applications authenticate users, edit...project/server/conf/authenticationConfig.xml
...and add a realm that uses the login forms...
<realm name="realm-name" loginModule="login-module-name"> <className>com.worklight.core.auth.ext.FormBasedAuthenticator</className> <parameter name="login-page" value="/apps/services/login-file-name" /> </realm>
Parent Development guidelines for desktop and web environments