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

Basic authenticator

The basic authenticator implements basic HTTP authentication.


Class Name


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





+

Search Tips   |   Advanced Search