How to use MSAL to authenticate using SSO from a .NET application?

前端 未结 0 1278
余生分开走
余生分开走 2020-12-23 09:37

In my .NET console application I\'m using the following code to sign in to Azure AD using MSAL library:

string[] scopes = new string[] 
{
    "User.Read&         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题