EnrichIdentity

Customisable authentication menu

Introduction

The EnrichIdentity authenticator invokes a configured pipe and propagates designated response properties into the global state, making them available to subsequent authenticators and flow controllers. If the pipe returns a failure response, the authentication sequence is immediately terminated and marked as failed.

Configuration

Authenticator type: EnrichIdentity

Common Authenticator configuration can be found here.

Name
Description
Default
Mandatory
pipe_id

ID of the pipe to execute.

N/A

exec_if

An expression that determines if the authenticator should be executed or not.

N/A

properties_to_export

Specifies which properties to export to the global state. If not specified all the properties are exported.

N/A

custom_identifier

Tag used for event separation

N/A

Logging

WEB_100042("EnrichIdentity executed")

  • IDENTIFIER (user trace id)

  • CUSTOMER_IDENTIFIER (if configured)

  • SOURCE_ADDRESS (ip of the remote session)

  • AUTHENTICATOR_ID (id + display_name of authenticator)

WEB_100043("EnrichIdentity failed")

  • IDENTIFIER (user trace id)

  • CUSTOMER_IDENTIFIER (if configured)

  • SOURCE_ADDRESS (ip of the remote session)

  • AUTHENTICATOR_ID (id + display_name of authenticator)