Forms authentication

ISAM provides forms authentication as an alternative to the standard basic authentication mechanism. This method produces a custom HTML login form from Security Verify Access instead of the standard login prompt resulting from a basic authentication challenge. When we use forms-based login, the browser does not cache the username and password information as it does in basic authentication. By default, the web reverse proxy is configured for forms-based authentication.

  1. Enable and disable forms authentication
  2. Customize HTML response forms
  3. Submit login form data directly to WebSEAL

Parent topic: Authentication methods

Related concepts

Related reference