0
我使用AcquireTokenAsync進行Azure Active Directory的認證。使用AcquireTokenAsync和UserCredential時的未知用戶類型
下面是代碼
var uc = new UserCredential(username, password);
var s = var s = await authenticationContext.AcquireTokenAsync("https://graph.windows.net", _clientId, uc);
的問題是,當我運行的代碼,我得到
「unknown_user_type:未知用戶類型」