Categories:
account-linking dialog
Description of the account-linking dialog, one of the dialogs that handles users’ account linking
Introduction
The account-linking dialog is included in the global linking library.
It is in charge of handling user’s account linking for channels using integrated authentication, that is, channels that already have a proper user’s identifier that should be linked with the corresponding auraId and that cannot handle Kernel authentication directly:
- WebClient
This dialog launches authentication in Kernel based on browser navigation. It includes several steps to validate the Terms and Conditions of the services and to launch the user’s autentication in the OB authenticator and in Kernel that, in the end, would register the auraId in Aura users’ database.
Environment variables
| Property | Type | Scope | Description |
|---|---|---|---|
| LINKING_FP_ACCESS_SESSIONS_ENDPOINT | string | Local | URL to Kernel Access Sessions API |
| LINKING_FP_CALLBACK_LOGIN_URL | string | Local | URL to redirect to authentification login |
| LINKING_FP_CALLBACK_LOGOUT_URL | string | Local | URL to redirect to authentification logout |
| LINKING_TERMS_AND_CONDITIONS_URL | string | Local | URL to terms and conditions HTML file. By default: /documents/termsandconditions.html |
| SAFETY_CHECK_ENDPOINT | string | Local | URL API client endpoint |
Last modified January 17, 2024: feat: Documentation for ACDC release #AURA-20370 [RTM] (9efef9ab)