什麼是爲User.Invite.All許可GUID值graph.microsoft.comMS圖的GUID許可User.Invite.All
User.Invite.All GUID = ??? ??
圖邀請權限的安全解決方案在以下答案 ...
(以下列表現在更新與User.Invite.All GUID)
-----------------------------------------------------
Microsoft Graph (API)
- resourceAppId 00000003-0000-0000-c000-000000000000
-----------------------------------------------------
User.ReadWrite.All
- 741f803b-c850-494e-b5df-cde7c675a1ca
Directory.ReadWrite.All (+)
- 19dbc75e-c2e2-444c-a770-ec69d8559fc7
User.Invite.All
- 09850681-111b-4a89-9bed-3f2cae46d706
-----------------------------------------------------
Windows Azure Active Directory (API)
- resourceAppId 00000002-0000-0000-c000-000000000000
-----------------------------------------------------
Directory.Read.All
- Read directory data
- 5778995a-e1bf-45b8-affa-663a9f3f4d04
Domain.ReadWrite.All (*)
- Read and write domains
- abefe9df-d5a9-41c6-a60b-27b38eac3efb
Directory.ReadWrite.All (+)
- Read and write directory data
- 78c8a3c8-a07e-4b9e-af1b-b5ccab50a175
Device.ReadWrite.All
- Read and write devices
- 1138cb37-bd11-4084-a2b7-9f71582aeddb
Member.Read.Hidden
- Read all hidden memberships
- 9728c0c4-a06b-4e0e-8d1b-3d694e8ec207
Application.ReadWrite.OwnedBy
- Manage apps that this app creates or owns
- 824c81eb-e3f8-4ee6-8f6d-de7f50d565b7
Application.ReadWrite.All
- Read and write all applications
- 1cda74f2-2616-4834-b122-5cb1b07f8a59
Domain.ReadWrite.All (*)
- Read and write domains
- aaff0dfd-0295-48b6-a5cc-9f465bc87928
(*) Note these have the same name and description - two seperate guids within AD
(+) Notice same scope name in two diferent resourceAppIDs (Graph vs. AD)
以上列表可能對某人非常有用,因爲我無法找到包含文件或在任何地方鍵入def。在範圍調用中使用文本名稱時有意義。
作用域使用的是空間分隔的字符串要求。你在哪裏看到一個地方傳遞'GUID'? –
Guid是解決與Invite API相關的安全錯誤的絕望。我有一個應用程序,它可以刪除1000個更新並添加500個Graph API,除Invitations API之外,其他所有功能都可以正常工作。 ControllerName = MSGraphInviteAPI ActionName = CreateInvite權限不足。我得到同樣的錯誤在測試和V1.0這是一個應用,我開始懷疑,如果它只是在用戶上下文什麼不明顯的作品。 –
我不遵循'guid'如何幫助解決權限錯誤。你指定了哪些範圍? –