[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:
- 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.
|
- 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.
- Create an anonymous authentication realm
for subscribers.
- Assign the defined Host Checker policies to the realm
as authentication policies.
- 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.
- Define a sign-in policy that maps a URL to the anonymous
authentication realm created in Step 3.
- Define a remote SSO Form POST policy for both roles defined
in Step 2 that includes the following information:
- Resource: URL of the Host Check Result portal
- Role: Policy applied to both roles
- Action: POST performed as defined by the Post to URL and
Post parameters values
- Post to URL: URL of the Host Check Result portal servlet
- Post parameters:
- subscriberIp
- IP address of the subscriber
- Value—<sourceIp>
- compliedPolicy<x>
- The Host Checker policy assigned to the authentication
realm. There must be a one-to-one correspondence between the compliedPolicy<x>
parameter and each Host Checker policy.
- Value—<hostCheckerPolicy[x]>, where x is an integer
in the range 1 to the number of Host Checker policies assigned to
the authentication realm.
- 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]