adal

    4熱度

    1回答

    使用ADAL庫獲取WAAD令牌我想知道如何獲得對登錄流程的更多控制。 var ac = new AuthenticationContext("https://login.windows.net/" + ActiveDirectoryTenantId); AuthenticationInfo = ac.AcquireToken( resource: "https://manage

    0熱度

    1回答

    當使用ADAL客戶端執行聯合登錄,authenticationContext.AcquireToken(resourceUri, clientId, redirectUri, userId)超載AcquireToken不會顯示WindowsIdentity.Name(即Domain\User作爲登錄名,儘管能夠進行身份驗證用戶名的那種類型的。的AcquireToken的MSDN documenta