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#

NameTypeRequiredDefaultDescription
expected-valuebooleanoptionaltrueThe expected attribute’s value that determines whether authentication is denied.
namestringrequiredThe 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.
sourceenumerationrequiredLocation to search for the attribute that determines whether authentication is denied.

Was this helpful?