PingGateway 2024.6

PingOneProtectEvaluationContext

Holds a PingOne Protect risk evaluation result for the incoming request.

The PingOneProtectEvaluationContext is available in Technology preview. It isn’t yet supported, may be functionally incomplete, and is subject to change without notice.

You use a PingOneProtectEvaluationFilter to make a risk evaluation request to PingOne Protect. The filter records the evaluation result in the PingOneProtectEvaluationContext object.

Configure a PingOneProtectThreatLevelRoutingHandler to act on the risk level set in the context. As an alternative, use a DispatchHandler to act on the risk score.

Properties

The context is named pingOneProtect. It is accessible at ${contexts.pingOneProtect} and has the following properties:

"clientIpAddress": java.lang.String

The client IP address for the PingOne Protect evaluation result.

"evaluationId": java.lang.String

The string identifier for the PingOne Protect evaluation result.

"isPendingCompletion": boolean

Whether PingGateway has reported the status to PingOne Protect following post-evaluation actions.

"level": java.lang.String

The level from the PingOne Protect evaluation result; one of:

  • LOW

  • MEDIUM

  • HIGH

"score": integer

The score from the PingOne Protect evaluation result.

Copyright © 2010-2024 ForgeRock, all rights reserved.