From 9368577b9336a521fbe46b22ca7d84ae37d07371 Mon Sep 17 00:00:00 2001 From: Ramin Ahmadi Date: Wed, 29 Jul 2020 15:09:18 +0100 Subject: [PATCH] Update configuration section in README.md --- samples/react-dynamics-crm-api/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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. +