We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logs and network traces none
Which version of MSAL.NET are you using? MSAL 4.50.0
Platform Net 5.0 Windows xxxx
What authentication flow has the issue?
Is this a new or existing app? Dev App
Repro
catch (MsalUiRequiredException) { result = await pca .AcquireTokenInteractive(s_scopes) .WithParentActivityOrWindow(hWnd) .WithProofOfPossession("nonce", System.Net.Http.HttpMethod.Get, s_downstreamApi) .ExecuteAsync() .ConfigureAwait(false); }
Expected behavior Use of WithProofOfPossession in PCA should not be listed as Experimental when WAM GAs
Actual behavior Use of WithProofOfPossession in PCA is currently listed as Experimental
Additional context / logs / screenshots / links to code
The text was updated successfully, but these errors were encountered:
Agreed
Sorry, something went wrong.
pmaytak
Successfully merging a pull request may close this issue.
Logs and network traces
none
Which version of MSAL.NET are you using?
MSAL 4.50.0
Platform
Net 5.0 Windows xxxx
What authentication flow has the issue?
Is this a new or existing app?
Dev App
Repro
Expected behavior
Use of WithProofOfPossession in PCA should not be listed as Experimental when WAM GAs
Actual behavior
Use of WithProofOfPossession in PCA is currently listed as Experimental
Additional context / logs / screenshots / links to code
The text was updated successfully, but these errors were encountered: