Condition (List)#

Path: /profiles/profile{id, type}/settings/authentication-service/authentication-actions/authentication-action{id}/multi-factor-condition/client-property-condition/condition

Parameters#

NameTypeRequiredDefaultDescription
condition-scriptscriptrequiredThe expression to run against the client attributes. This expression will be evaluated against the properties of the OAuth client that issued the request that started the authentication flow. Example expressions: client.id == 'my-good-client' client.properties.mfa-client == 'true'
allow-authentication-with-sso-for-second-factorbooleanoptionaltrueAllow using an existing SSO session to complete second factor authentication

Subsections#

NameTypeDescription
second-factor SectionThe authenticator to use as second factor when the expression returns true

Was this helpful?