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
The WithProofOfPossession API in AcquireTokenSilentParameterBuilder is shared between CCA and PCA. We recently split the CCA SHR APIs to be WithSignedHttpRequestProofOfPossession
This task is to see if we can split the silent APIs
Proposed solution
Introduce a new WithSignedHttpRequestProofOfPossession for CCA in Silent
Alternatives
No response
The text was updated successfully, but these errors were encountered:
MSAL client type
Public, Confidential
Problem statement
microsoft-authentication-library-for-dotnet/src/client/Microsoft.Identity.Client/ApiConfig/AcquireTokenSilentParameterBuilder.cs
Line 201 in 1dc9597
The
WithProofOfPossession
API inAcquireTokenSilentParameterBuilder
is shared between CCA and PCA. We recently split the CCA SHR APIs to beWithSignedHttpRequestProofOfPossession
This task is to see if we can split the silent APIs
Proposed solution
Introduce a new
WithSignedHttpRequestProofOfPossession
for CCA in SilentAlternatives
No response
The text was updated successfully, but these errors were encountered: