Attach a protected object policy to a protected resource

After a protected object policy (POP) has been defined and created, it must be attached to the protected resources to which it applies. The syntax for attaching a POP is:

For example, an authentication policy for a WebSEAL deployment could be defined as follows:

To implement this policy, the following configuration steps must take place.

Steps

  1. Modify the WebSEAL configuration file to grant forms authentication an authentication strength of 1 and certificate authentication a strength of 2:

  2. Create a POP for authentication level 1 (forms authentication).

      pdadmin> pop create test1
      pdadmin> pop modify test1 set ipauth anyothernw 1

  3. Create a POP for authentication level 2 (certificate authentication).

      pdadmin> pop create test2
      pdadmin> pop modify test2 set ipauth anyothernw 2

  4. Attach the POP test1 to /WebSEAL/hostA/junction.

  5. Attach the POP test2 to /WebSEAL/hostA/junction/application.

      pdadmin> pop attach /WebSEAL/hostA/junction/applicationA test2

Parent topic: Authentication strength policy (step-up)