Skip to content

Commit 80f2186

Browse files
committed
Update README.md
1 parent 8bbc293 commit 80f2186

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

demo/README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
To run the completed project in this folder, you need the following:
66

7-
- [Node.js](https://nodejs.org) installed on your development machine. If you do not have Node.js, visit the previous link for download options. (**Note:** This tutorial was written with Node version 12.16.1. The steps in this guide may work with other versions, but that has not been tested.)
7+
- [Node.js](https://nodejs.org) installed on your development machine. If you do not have Node.js, visit the previous link for download options. (**Note:** This tutorial was written with Node version 14.15.0. The steps in this guide may work with other versions, but that has not been tested.)
88
- [Angular CLI](https://cli.angular.io/) installed on your development machine.
99
- Either a personal Microsoft account with a mailbox on Outlook.com, or a Microsoft work or school account.
1010

@@ -25,18 +25,14 @@ If you don't have a Microsoft account, there are a couple of options to get a fr
2525

2626
- Set **Name** to `Angular Graph Tutorial`.
2727
- Set **Supported account types** to **Accounts in any organizational directory and personal Microsoft accounts**.
28-
- Under **Redirect URI**, set the first drop-down to `Web` and set the value to `http://localhost:4200`.
28+
- Under **Redirect URI**, set the first drop-down to `Single-page application (SPA)` and set the value to `http://localhost:4200`.
2929

3030
![A screenshot of the Register an application page](/tutorial/images/aad-register-an-app.png)
3131

3232
1. Choose **Register**. On the **Angular Graph Tutorial** page, copy the value of the **Application (client) ID** and save it, you will need it in the next step.
3333

3434
![A screenshot of the application ID of the new app registration](/tutorial/images/aad-application-id.png)
3535

36-
1. Select **Authentication** under **Manage**. Locate the **Implicit grant** section and enable **Access tokens** and **ID tokens**. Choose **Save**.
37-
38-
![A screenshot of the Implicit grant section](/tutorial/images/aad-implicit-grant.png)
39-
4036
## Configure the sample
4137

4238
1. Rename the `oauth.ts.example` file to `oauth.ts`.

0 commit comments

Comments
 (0)