IdentityProvider.ReadWrite.All
Allows the app to read and write your organization’s identity (authentication) providers’ properties on behalf of the user.
Merill's Note
For an app to access data in Microsoft Graph, the user or administrator must grant it the permissions it needs. This article lists all the Microsoft Graph APIs and your tenant data that can be accessed by the application (vendor/developer) if you consent to the
IdentityProvider.ReadWrite.All
permission.If you need to create an audit report of the permissions granted to all the apps in your tenant, you can run the
Export-MsIdAppConsentGrantReport
command. See How To: Run a quick OAuth app audit of your tenant
Category | Application | Delegated |
---|---|---|
Identifier | 90db2b9a-d928-4d33-a4dd-8442ae3d41e4 | f13ce604-1677-429f-90bd-8a10b9f01325 |
DisplayText | Read and write identity providers | Read and write identity providers |
Description | Allows the app to read and write your organization’s identity (authentication) providers’ properties without a signed in user. | Allows the app to read and write your organization’s identity (authentication) providers’ properties on behalf of the user. |
AdminConsentRequired | Yes | Yes |
Graph Methods
→ API supports delegated access (access on behalf of a user)
→ API supports app-only access (access without a user)
Methods | |
---|---|
Resources
Granting this permission allows the calling application to access (and/or update) the following information in your tenant.
- appleManagedIdentityProvider
- builtInIdentityProvider
- claimsMapping
- entity
- externalDomainName
- identityprovider
- identityProviderBase
- openIdConnectIdentityProvider
- openidconnectprovider
- samlOrWsFedExternalDomainFederation
- samlOrWsFedProvider
- socialIdentityProvider
Graph reference: appleManagedIdentityProvider
Property | Type | Description |
---|---|---|
certificateData | String | The certificate data, which is a long string of text from the certificate. Can be null. |
developerId | String | The Apple developer identifier. Required. |
displayName | String | The display name of the identity provider. Inherited from identityProviderBase. |
id | String | The identifier of the identity provider. Inherited from identityProviderBase. Read-only. |
keyId | String | The Apple key identifier. Required. |
serviceId | String | The Apple service identifier. Required. |