Skip to content

Commit 573aadd

Browse files
committed
More minor updates
1 parent a6b3f5d commit 573aadd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

powerapps-docs/developer/common-data-service/walkthrough-registering-configuring-simplespa-application-adal-js.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,9 +350,9 @@ Finally, you can click on **Logout** button to logout.
350350

351351
![Set oauth2AllowImplicitFlow to true in Manifest file](media/register-spa-edit-manifest.PNG)
352352

353-
16. For successful execution of your application, you will also need to grant admin consent to it. To do this, select **Azure Active Directory** in your Azure management portal, then select **Enterprise Applications** and from the list of applications that appear, select the application that you just created.
353+
16. For successful execution of your application, you will also need to grant administrator consent to it. To do this, login as a tenant admin in your Azure management portal and select **Azure Active Directory**. Then click on **Enterprise Applications** and from the list of applications that appear, select the application that you just created.
354354

355-
![Grant admin consent to your application](media/simple-spa-admin-consent.PNG)
355+
![Grant administrator consent to your application](media/simple-spa-admin-consent.PNG)
356356

357357
17. Now select **Permissions** as shown above, and click on **Grant admin consent for**`<your AAD Org name>`.
358358

@@ -362,6 +362,8 @@ Finally, you can click on **Logout** button to logout.
362362

363363
![Click on Accept to grant the requested permissions](media/simple-spa-admin-consent-click-accept.PNG)
364364

365+
19. Once this is done, proceed to debugging the application.
366+
365367
## Debugging the application
366368

367369
1. Set the browser to use Microsoft Edge or Google Chrome.

0 commit comments

Comments
 (0)