Previous Topic: CA Arcot A-OKNext Topic: Risk Scores and Confidence Levels Compared


Confidence Levels and SiteMinder Authorization

The Policy Server maintains authorization services in an integrated environment and can apply the risk score to authorization decisions. The risk score is created during the authentication process.

The Policy Server applies the risk score as a SiteMinder confidence level. A confidence level is based on a risk score, and as such, is also an integer that represents the likelihood that the transaction is safe.

The following example workflow details the relationship between both values and explains how the Policy Server applies a confidence level to authorization decisions:

  1. After the user is successfully authenticated, the A–OK Adapter converts the risk score to a confidence level using the following algebraic formula:
    (100-risk score) * 10 = confidence level
    
  2. The A–OK Adapter inserts the confidence level into the SiteMinder session ticket.

    Note: For more information about session tickets, see the Policy Server Configuration Guide.

  3. As the user requests protected resources, the Policy Server compares the confidence level in the session to ticket to the confidence level configured in the policy.
  4. The following can occur:

More information:

Locate the Bookshelf