AzureAD / microsoft-authentication-library-for-dotnet

Microsoft Authentication Library (MSAL) for .NET
https://aka.ms/msal-net
MIT License
1.39k stars 342 forks source link

[Feature Request] Allow POP extensibility API on all requests #4757

Closed bgavrilMS closed 4 months ago

bgavrilMS commented 4 months ago

MSAL client type

Public, Confidential, Managed identity

Problem statement

Currently the POP (SHR POP) extensibility API WithKeyId is only for AcquireTokenForClient. It should be available everywhere to allow us to built CBA interactive auth + POP for testing.

The API remains experimental!

Proposed solution

No response

Alternatives

No response