Integrate with other systems #7

Closed
opened 2024-10-17 17:45:19 +00:00 by aschegg · 1 comment
Member

To let external services access the member-administration-server the creation of api keys is necessary.

For each api key (which is essentially just a bearer token), permissions or roles can be set.

Usage example: the alarm notification service needs a list with active members, which can be automatically refreshed from the member-administration-server to keep it up to date.

Alternative: allow configuring post-URLs and an intelligent group. Changing the member data or on a specific schedule, the server makes a post call to the configured URL with the members of the intelligent group.
This could be used to send updates of the members list to the alarm notification server (which would need to be extended for this).
Second use case: update events list in calendar.

To let external services access the member-administration-server the creation of api keys is necessary. For each api key (which is essentially just a bearer token), permissions or roles can be set. Usage example: the alarm notification service needs a list with active members, which can be automatically refreshed from the member-administration-server to keep it up to date. Alternative: allow configuring post-URLs and an intelligent group. Changing the member data or on a specific schedule, the server makes a post call to the configured URL with the members of the intelligent group. This could be used to send updates of the members list to the alarm notification server (which would need to be extended for this). Second use case: update events list in calendar.
aschegg added this to the member-administration project 2024-10-17 17:45:19 +00:00
aschegg changed title from support API keys to Integrate with other systems 2024-10-17 17:46:36 +00:00
Owner

rewritten by #22

rewritten by #22
Sign in to join this conversation.
No milestone
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Ehrenamt/ff-admin-server#7
No description provided.