Altinn / altinn-accesstoken

Client and server libraries for simple authorization of API calls
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

The AccessTokenClient library is using deprecated libraries #2

Closed SandGrainOne closed 9 months ago

SandGrainOne commented 2 years ago

Description

There are three packages being used in the solution that are deprecated:

  1. Microsoft.Azure.KeyVault
  2. Microsoft.Azure.Services.AppAuthentication
  3. Microsoft.IdentityModel.Clients.ActiveDirectory

We must update the project and code to use up to date libraries.

https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/keyvault/Azure.Security.KeyVault.Secrets/MigrationGuide.md?rgh-link-date=2022-10-04T08%3A41%3A37Z

Acceptance criteria

The AccessTokenClient library is up date with all dependencies.

Development tasks