[Contents] [Prev] [Next] [Index] [Report an Error]

Before You Integrate IVE into an SRC Environment

Integrating IVE into an SRC-managed environment requires:

Before you extend IVE host checking to SRC subscriber traffic, you would typically preconfigure IVE software as follows:

  1. Define Host Checker policies to verify that the subscriber’s system meets the service provider’s requirements.

    Note: We recommend that you specify one rule for each Host Checker policy to provide detailed results.

  2. Create two roles, HCComplied (for subscribers complying to the policies) and HCViolated (for subscribers violating the policies), and set the Host Check Result portal as the start page for these roles.
  3. Create an anonymous authentication realm for subscribers.
  4. Assign the defined Host Checker policies to the realm as authentication policies.
  5. Define role-mapping rules for the anonymous realm that map subscribers (complying or violating Host Checker policies) to different roles. The rules are evaluated in sequential order.
  6. Define a sign-in policy that maps a URL to the anonymous authentication realm created in Step 3.
  7. Define a remote SSO Form POST policy for both roles defined in Step 2 that includes the following information:
  8. Customize the Logout.thtml file, which is one of the sign-in pages for the authentication realm, to automatically redirect the subscriber to the Host Check Result portal. Add the following line to the <head>section of the Logout.thtml file:
    <meta http-equiv="Refresh" Content="0; URL=<Portal URL>">

    where <Portal URL> is the Host Check Result portal URL.


[Contents] [Prev] [Next] [Index] [Report an Error]