Lookup Links Action

The lookup links action takes a local account and finds all associated links for that account. In contrast to the resolve action, it does not replace the current user with a linked account. Instead, it appends all the linked accounts to the resulting attributes.

Configuration#

The following configuration options are available:

ConfigurationMandatoryDescription
linking-account-managerYesWhere the links are stored
attribute-nameNoThe attribute to store the links in. Defaults to: linked_accounts
attribute-targetNoThe target location where the attribute with the links is added (subject-attributes, context-attributes, or action-attributes). Defaults to subject-attributes.

In the web ui the following screen configures the lookup action:

Lookup Link Action configuration
Lookup Link Action configuration

Back-channel support#

This action can be used in back-channel authentication.

Was this helpful?