Altinn / altinn-access-management-frontend

Frontend for access management
MIT License
3 stars 1 forks source link

Add Subscription key header on all accessmanagement backend API client integrations #845

Open jonkjetiloye opened 3 months ago

jonkjetiloye commented 3 months ago

Description

Currently the BFF has been able to consume all the API endpoints from access management backend without a subscription key.

The BFF already have a subscription key used for access to other platform components: e.g. Profile and Register

Accessmanagement backend will also have to add subscription requirement, and as such a new subscription product will be created for the BFF, containing all the relevant APIs for the BFF.

This mean that the existing Subscription key will need to be changed, as well as added to all current and future client implementations for calling any platform API using the header value: Ocp-Apim-Subscription-Key

Additional Information

No response

Tasks

Acceptance Criterias

Everything still works:

Albertlarsen commented 2 months ago

Blocked until the team has discussed it