Update a custom authentication form

Allow users to see a list of domains when they authenticate with captive portal by adding a custom realm selection to your authentication form.

After you upgrade to version 7.4.1 (or later) from an earlier release, you must update custom authentication forms for users to see available domains during authentication. This task is always required if you use the HTTP Response Page authentication type; if users authenticate with a realm using another authentication type, this task is optional.

Procedure


Step 1

On the Active Authentication tab page of your identity rule, click Edit (edit icon).

Step 2

Enter the following code in the part of the form that requires the user to log in:

Example:

<select name="realm" id="realm"></select>

Users can now view and select from available domains during captive portal authentication.