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: demo/README.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,10 +32,6 @@ If you don't have a Microsoft account, there are a couple of options to get a fr
32
32
33
33

34
34
35
-
1. Select **Authentication** under **Manage**. Locate the **Implicit grant** section and enable **ID tokens**. Choose **Save**.
36
-
37
-

38
-
39
35
1. Select **Certificates & secrets** under **Manage**. Select the **New client secret** button. Enter a value in **Description** and select one of the options for **Expires** and choose **Add**.
40
36
41
37

@@ -49,7 +45,7 @@ If you don't have a Microsoft account, there are a couple of options to get a fr
49
45
50
46
## Configure the sample
51
47
52
-
1. Rename the `.env.example` file to `.env`.
48
+
1. Rename the `example.env` file to `.env`.
53
49
1. Edit the `.env` file and make the following changes.
54
50
1. Replace `YOUR_APP_ID_HERE` with the **Application Id** you got from the App Registration Portal.
55
51
1. Replace `YOUR_APP_PASSWORD_HERE` with the password you got from the App Registration Portal.
0 commit comments