Altinn / altinn-access-management-frontend

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

Extend SigningCredentialsResolver in AccessTokenClient to retreive from keyvault #238

Open acn-dgopa opened 1 year ago

acn-dgopa commented 1 year ago

Description

We need accesstoken to connect to different platform components. To generate access token we need a certificate. The certificate must be stored in the keyvault. We use the accesstoken package to generate token. Currently the signingcredentialresolver does not support keyvault access to get certificate information. So we need to extend this to accept keyvault and this package can be reused by many and can be a centralized solution.

Tasks

Acceptance Criteria

acn-dgopa commented 1 year ago

This issue is resolved by adding extension in AccessManagement.UI instead of AccessToken as we don't have the time to wait or prioritize that. We will revisit this case again when our backlog is less

jonkjetiloye commented 1 year ago

@acn-dgopa Does this mean that this issue is no longer a "Needs" for the initial go live? since you already have a PR in review: https://github.com/Altinn/altinn-accesstoken/pull/15

acn-dgopa commented 1 year ago

Did not have the time to prioritize that PR comments. As we have a working solution in place, i re prioritized this and decided to address this after our production release