IBM Worklight v5.0.5 > Develop IBM Worklight applications > Authentication configurationBasic authenticator
The basic authenticator implements basic HTTP authentication.
Class Name
com.worklight.core.auth.ext.BasicAuthenticator
Parameters
Parameter Description <basic-realm-name> A string sent to the client as a realm name, and presented by the browser in the login dialog.
<realm name="realmForMyApp" loginModule="DatabaseLoginModule"> <className> com.worklight.core.auth.ext.BasicAuthenticator </className> <parameter name="basic-realm-name" value="My App" /> </realm>
Parent Authentication configuration