You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: demos/03-add-msgraph/README.md
+13-18Lines changed: 13 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,34 +12,29 @@ If you don't have a Microsoft account, there are a couple of options to get a fr
12
12
- You can [sign up for a new personal Microsoft account](https://signup.live.com/signup?wa=wsignin1.0&rpsnv=12&ct=1454618383&rver=6.4.6456.0&wp=MBI_SSL_SHARED&wreply=https://mail.live.com/default.aspx&id=64855&cbcxt=mai&bk=1454618383&uiflavor=web&uaid=b213a65b4fdc484382b6622b3ecaa547&mkt=E-US&lc=1033&lic=1).
13
13
- You can [sign up for the Office 365 Developer Program](https://developer.microsoft.com/office/dev-program) to get a free Office 365 subscription.
14
14
15
-
## Register a web application with the Application Registration Portal
15
+
## Register a web application with the Azure Active Directory admin center
16
16
17
-
1. Open a browser and navigate to the [Application Registration Portal](https://apps.dev.microsoft.com). Login using a **personal account** (aka: Microsoft Account) or **Work or School Account**.
17
+
1. Open a browser and navigate to the [Azure Active Directory admin center](https://aad.portal.azure.com). Login using a **personal account** (aka: Microsoft Account) or **Work or School Account**.
18
18
19
-
1. Select **Add an app**at the top of the page.
19
+
1. Select **Azure Active Directory**in the left-hand navigation, then select **App registrations (Preview)** under **Manage**.
20
20
21
-
> **Note:** If you see more than one **Add an app** button on the page, select the one that corresponds to the **Converged apps** list.
21
+

22
22
23
-
1. On the **Register your application** page, set the **Application Name** to **React Graph Tutorial** and select **Create**.
23
+
1.Select **New registration**. On the **Register an application** page, set the values as follows.
24
24
25
-

25
+
- Set **Name** to `React Graph Tutorial`.
26
+
- Set **Supported account types** to **Accounts in any organizational directory and personal Microsoft accounts**.
27
+
- Under **Redirect URI**, set the first drop-down to `Web` and set the value to `http://localhost:3000`.
26
28
27
-
1. On the **React Graph Tutorial Registration** page, under the **Properties** section, copy the **Application Id** as you will need it later.
29
+

28
30
29
-

31
+
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.
30
32
31
-
1. Scroll down to the **Platforms** section.
33
+

32
34
33
-
1. Select **Add Platform**.
34
-
1. In the **Add Platform** dialog, select **Web**.
35
+
1. Select **Authentication** under **Manage**. Locate the **Implicit grant** section and enable **Access tokens** and **ID tokens**. Choose **Save**.
35
36
36
-

37
-
38
-
1. In the **Web** platform box, enter `http://localhost:3000` for the **Redirect URLs**.
39
-
40
-

41
-
42
-
1. Scroll to the bottom of the page and select **Save**.
37
+

In this exercise, you will create a new Azure AD web application registration using the Application Registry Portal (ARP).
3
+
In this exercise, you will create a new Azure AD web application registration using the Azure Active Directory admin center.
4
4
5
-
1. Open a browser and navigate to the [Application Registration Portal](https://apps.dev.microsoft.com). Login using a **personal account** (aka: Microsoft Account) or **Work or School Account**.
5
+
1. Open a browser and navigate to the [Azure Active Directory admin center](https://aad.portal.azure.com). Login using a **personal account** (aka: Microsoft Account) or **Work or School Account**.
6
6
7
-
1. Select **Add an app**at the top of the page.
7
+
1. Select **Azure Active Directory**in the left-hand navigation, then select **App registrations (Preview)** under **Manage**.
8
8
9
-
> [!NOTE]
10
-
> If you see more than one **Add an app** button on the page, select the one that corresponds to the **Converged apps** list.
9
+

11
10
12
-
1. On the **Register your application** page, set the **Application Name** to **React Graph Tutorial** and select **Create**.
11
+
1.Select **New registration**. On the **Register an application** page, set the values as follows.
13
12
14
-

13
+
- Set **Name** to `React Graph Tutorial`.
14
+
- Set **Supported account types** to **Accounts in any organizational directory and personal Microsoft accounts**.
15
+
- Under **Redirect URI**, set the first drop-down to `Web` and set the value to `http://localhost:3000`.
15
16
16
-
1. On the **React Graph Tutorial Registration** page, under the **Properties** section, copy the **Application Id** as you will need it later.
17
+

17
18
18
-

19
+
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.
19
20
20
-
1. Scroll down to the **Platforms** section.
21
+

21
22
22
-
1. Select **Add Platform**.
23
-
1. In the **Add Platform** dialog, select **Web**.
23
+
1. Select **Authentication** under **Manage**. Locate the **Implicit grant** section and enable **Access tokens** and **ID tokens**. Choose **Save**.
24
24
25
-

26
-
27
-
1. In the **Web** platform box, enter `http://localhost:3000` for the **Redirect URLs**.
28
-
29
-

30
-
31
-
1. Scroll to the bottom of the page and select **Save**.
25
+

0 commit comments