diff --git a/samples/react-dynamics-crm-api/README.md b/samples/react-dynamics-crm-api/README.md index 4fc123ec2..9dbb2d126 100644 --- a/samples/react-dynamics-crm-api/README.md +++ b/samples/react-dynamics-crm-api/README.md @@ -44,6 +44,12 @@ This sample illustrates the following concepts on top of the SharePoint Framewor ## Configuration -Read [my blog post](https://ramin.expert/?p=363) for more information. +* Login to Azure Portal. +* Go to the App Registrations Page. +* Select SharePoint Online Client Extensibility. +* Select API Permissions. +* Add "Dynamics CRM" permission. +* Go to the manifest page, and makes sure the value for the allowPublicClient and the oauth2AllowImplicitFlow is set to true. +