Summary
The EnlightedAuthentication allows connection to the Enlighted API by providing identifiers for:
1. Username
2. ApiKey
The component will generate and add the required Headers (Authorization, ts and ApiKey) to the requests.
Implementation
Drag the authentication from the palette into the AuthenticationContainer of the Http Config and fill the fields
⚠️ Only one authentication per AuthenticationContainer is possible.
Properties
-
Username: Field equivalent to the user name for the service.
-
ApiKey: Field containing the ApiKey. It is encrypted and cannot be copied with the component. It should be noted somehow, using duplication for example.