Registered Passkey

The Registered Passkey authentication action lookups at an account using a subject string in current authentication attributes to determine whether a user has registered a passkey. The attribute-name value configured for the action returns false when a user does not have registered a passkey or an account does not exist.

Configuration#

The following configuration options are available:

ConfigurationMandatoryDescription
account-managerYesThe account manager used to find an account.
attribute-locationYesThe location where to place the attribute used to determine if passkey is registered (subject-attributes, context-attributes, or action-attributes). Default value is action-attributes.
attribute-nameYesThe name of the attribute representing whether a user has registered a passkey.

Back-channel support#

This action cannot be used in back-channel authentication.

Was this helpful?