AzureAD / microsoft-authentication-library-for-dotnet

Microsoft Authentication Library (MSAL) for .NET
https://aka.ms/msal-net
MIT License
1.36k stars 330 forks source link

re-enabling the use of SHA2 and PSS for creating client credentials from certificate #4740

Closed gladjohn closed 1 month ago

gladjohn commented 1 month ago

Fixes #4695

Changes proposed in this request Relates to #4690

Because of a bug in Azure Active Directory (AAD) related to handling JWT tokens signed with certain algorithms, we rolled back the usage of SHA2 and PSS for creating client creds.

Testing Unit tests

Performance impact None

Documentation