2017-05-13 91 views
1

Im試圖邀請訪客用戶加入我的AAD,但未成功。我得到的消息「無法邀請用戶」當我檢查錯誤的細節,我得到以下無法邀請用戶訪問Azure Active Diretory

{"errorCode":"B2BError","localizedErrorDetails":null,"operationResults":null,"timeStampUtc":"2017-05-12T23:48:31.5694549Z","clientRequestId":"xxxxxxxxxxx","internalTransactionId":"xxxxxxxxxxx","upn":"xxxxxxxxxxx","tenantId":"xxxxxxxxxxx","userObjectId":"xxxxxxxxxxx"} 

我能夠邀請用戶沒有問題了幾個星期前。但今天我收到這個錯誤。我嘗試與一個不同的租戶,它工作正常。

我也試過通過PowerShell,使用從Azure Active Directory V2 Preview ModuleNew-AzureADMSInvitation cmdlet。同樣的事情發生:一個租戶工作,另一個沒有。我得到PowerShell中的錯誤是

New-AzureADMSInvitation : Error occurred while executing NewAzureADMSInvitation 
Code: Forbidden 
Message: Generic authorization exception. 
InnerError: 
    RequestId: xxxxxxxxxxx 
    DateTimeStamp: Fri, 12 May 2017 20:43:52 GMT 
HttpStatusCode: Forbidden 
HttpStatusDescription: Forbidden 
HttpResponseStatus: Completed 
At line:1 char:15 
+ ... nvitation = New-AzureADMSInvitation -InvitedUserEmailAddress [email protected] ... 
+     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    + CategoryInfo   : NotSpecified: (:) [New-AzureADMSInvitation], ApiException 
    + FullyQualifiedErrorId : Microsoft.Open.MSGraphBeta.Client.ApiException,Microsoft.Open.MSGraphBeta.PowerShell.NewAzureADMSInvitation 

我甚至使高級試驗,以檢查是否有一些東西做的免費計劃,但問題仍然存在

有誰知道怎麼回事?

+0

您邀請租戶的外部用戶管理員的帳戶?如果不是,請檢查**成員是否可以通過Azure Active Directory->用戶設置,在Azure門戶上啓用**功能。 –

回答

0

根據您的錯誤信息,也許我們應該檢查你的Azure的AD配置設置,如截圖: enter image description here
enter image description here

此外,我們可以使用Azure的AD的管理員帳戶邀請用戶。