[Feature Request] Experiment splitting CCA and PCA WithProofOfPossession Silent APIs #5069
Open
Description
MSAL client type
Public, Confidential
Problem statement
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