Skip to main content

TransactionContext

The transaction context specifies transaction rules. Risk is applied to the authentication 1if the accumulated risk score of the transaction rules is above the risk limit.

Properties

NameTypeDescriptionNotes
deny_accessboolIf true, the resource rule evaluating the context will return Access Denied.
namestrThe name of this transaction context.
risk_limitintThe risk points apply if the accumulated risk of each configured transaction rule is above this value.
risk_pointintThe number of risk points that apply if this context applies.
transaction_rule_risksList[TransactionRuleRisk]The transaction rules associated with this context.

Example