Implement a ParticipantAuthenticationService
#218
Labels
api
breaking-change
Will require manual intervention for version update
enhancement
New feature or request
implement a new
AuthenticationService
, that authenticates/authorizes a request depending on aparticipantId
and anapiToken
. If the given combination is not found, reject with HTTP 401.The following headers are to be used:
x-api-key
-> contains api tokenx-participant-id
-> contains participant ID.This authentication service is to be registered for all management API, except those that require super-user access.
The text was updated successfully, but these errors were encountered: