msgraph-sdk-powershell
msgraph-sdk-powershell copied to clipboard
Add WAM support
As part of #1118, we should also consider adding WAM support to the SDK. Azure.Identity supports WAM via Azure.Identity.BrokeredAuthentication preview package.
We will need to add Azure.Identity.BrokeredAuthentication preview package and use it configure InteractiveBrowserCredential
References:
Waiting on https://github.com/Azure/azure-sdk-for-net/issues/27779.
Added by #2034.