Table of Contents

RiskPreventionProviders.ReadWrite.All

Allows the app to read and write your organization's risk prevention providers, on behalf of the signed-in 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 RiskPreventionProviders.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 7fc7225d-eb37-4c39-90f3-a33a57cf1081 2a7babba-9623-4109-bc9c-79728cf3bb4f
DisplayText Read and write all identity risk prevention providers Read and write all identity risk prevention providers
Description Allows the app to read and write your organization's risk prevention providers, without a signed-in user. Allows the app to read and write your organization's risk prevention providers, on behalf of the signed-in user.
AdminConsentRequired Yes Yes

Graph Methods

Resources

Granting this permission allows the calling application to access (and/or update) the following information in your tenant.

Graph reference: arkoseFraudProtectionProvider

Property Type Description
clientSubDomain String Used to invoke the Arkose service from the client application. Request from your Arkose Customer Success Manager or use the default client-api value.
displayName String The display name of this Arkose fraud protection provider configuration. Inherited from fraudProtectionProvider.
id String The unique identifier for this Arkose fraud protection provider configuration. Inherited from entity.
privateKey String The private key available on the Arkose Portal. Contact your Arkose Customer Success Manager for assistance with your keys.
publicKey String The public key available on the Arkose Portal. Contact your Arkose Customer Success Manager for assistance with your keys.
verifySubDomain String Used to invoke the Arkose service from the Microsoft authentication server. Request from your Arkose Customer Success Manager or use the default verify-api value.