Attribute-condition (Section)#
Path: /profiles/profile{id, type}/settings/authentication-service/authentication-actions/authentication-action{id}/deny/attribute-condition
Deny authentication depending on the presence of an attribute.
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| expected-value | boolean | optional | true | The expected attribute’s value that determines whether authentication is denied. |
| name | string | required | The name of the attribute that determines whether authentication is denied. If the attribute is present and its value matches the expected boolean value, the authentication is denied; otherwise, it proceeds. | |
| source | enumeration | required | Location to search for the attribute that determines whether authentication is denied. |