SendAuthenticationAdvice
Syntax: SendAuthenticationAdvice (authenticationCode)
Argument:
- authenticationCode can be one of the following: STEP_UP, ALLOW, or DENY.
Description:
The function adds a name-value pair to the response message that
Falcon sends to a client-defined location, usually the
Falcon Authentication Suite (FAS). The name in the name-value pair is
authenticationAdvice. The value depends matches the argument, as shown in the following table. Rule writers need to know what values to expect.
![]() | Note:
SendAuthenticationAdvice should be used within the Authentication 20 project only.
|
| authenticationCode | Decision Code for the authenticationAdvice Decision Type |
|---|---|
| STEP_UP | STEP_UP |
| ALLOW | ALLOW |
| DENY | DENY |
