Identity Provider Permissions for Microsoft Graph
Application
Permission | ID | Purpose | Description |
---|---|---|---|
IdentityProvider.Read.All | e321f0bb-e7f7-481e-bb28-e3b0b32d4bd0 | Read identity providers | Allows the app to read your organization’s identity (authentication) providers’ properties without a signed in user. |
IdentityProvider.ReadWrite.All | 90db2b9a-d928-4d33-a4dd-8442ae3d41e4 | Read and write identity providers | Allows the app to read and write your organization’s identity (authentication) providers’ properties without a signed in user. |
Delegated
Permission | ID | Purpose | Description |
---|---|---|---|
IdentityProvider.Read.All | 43781733-b5a7-4d1b-98f4-e8edff23e1a9 | Read identity providers | Allows the app to read your organization’s identity (authentication) providers’ properties on behalf of the user. |
IdentityProvider.ReadWrite.All | f13ce604-1677-429f-90bd-8a10b9f01325 | Read and write identity providers | Allows the app to read and write your organization’s identity (authentication) providers’ properties on behalf of the user. |