Breadcrumbs

EnlightedAuthentication

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.

 

image2021-8-2_11-12-5.png

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.