You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ConfidentialClient - service to service (AcquireTokenForClient)
Is this a new or an existing app?
None
Issue description and reproduction steps
A WindowsCryptographicException is thrown sometimes when an assertion is signed in the crypto manager. The error internally seems to come from the RSA key. Retrying the request doesn't usually help since the key seems to stay in the faulted state.
Library version used
4.50.0
.NET version
NetFx, NET 6
Scenario
ConfidentialClient - service to service (AcquireTokenForClient)
Is this a new or an existing app?
None
Issue description and reproduction steps
A
WindowsCryptographicException
is thrown sometimes when an assertion is signed in the crypto manager. The error internally seems to come from the RSA key. Retrying the request doesn't usually help since the key seems to stay in the faulted state.microsoft-authentication-library-for-dotnet/src/client/Microsoft.Identity.Client/PlatformsCommon/Shared/CommonCryptographyManager.cs
Line 70 in 9029e1c
Relevant code snippets
No response
Expected behavior
No response
Identity provider
Microsoft Entra ID (Work and School accounts and Personal Microsoft accounts)
Regression
No response
Solution and workarounds
The text was updated successfully, but these errors were encountered: