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 Module的New-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
我甚至使高級試驗,以檢查是否有一些東西做的免費計劃,但問題仍然存在
有誰知道怎麼回事?
您邀請租戶的外部用戶管理員的帳戶?如果不是,請檢查**成員是否可以通過Azure Active Directory->用戶設置,在Azure門戶上啓用**功能。 –