MSAL client type
Public, Confidential
Problem statement
|
public AcquireTokenSilentParameterBuilder WithProofOfPossession(string nonce, HttpMethod httpMethod, Uri requestUri) |
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