Example failover configuration
In this example, a WebSEAL server is configured to support forms authentication and failover authentication.
- The user authenticates to WebSEAL using forms authentication.
- The WebSEAL server sends a failover authentication cookie to each client (browser).
The cookie data specifies the cookie was created in a forms authentication environment.
- When the WebSEAL server becomes unavailable, the failover cookie is sent to a second WebSEAL server.
- The second WebSEAL server receives the failover cookie, and examines it to determine the user's previous authentication method.
- The second WebSEAL server uses data from the cookie to authenticate the user and build a user credential.
Configuration instructions in this chapter:
Parent topic: Failover authentication concepts