Set the realm name

The realm name is the text displayed in the dialog box that appears when the browser prompts the user for login data. The realm name is also the name of the realm to which the user will be authenticated when the user login succeeds.

The basic-auth-realm stanza entry located in the [ba] stanza of the WebSEAL configuration file sets the realm name. For example:

[ba]
basic-auth-realm = Verify Access

The dialog box would display (for example):

Enter username for Verify Access at www.ibm.com:

Parent topic: Basic authentication