Skip to content

Commit e53df9b

Browse files
committed
Fix bugs and update permissions
1 parent 723d530 commit e53df9b

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

Images/aad-create-app-04.png

-1.52 KB
Loading

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ School data is kept in sync in O365 Education tenants by [Microsoft School Data
88

99
- [Sample Goals](#sample-goals)
1010
- [Prerequisites](#prerequisites)
11-
- [Generate a self-signed certificate](generate-a-self-signed-certificate)
11+
- [Generate a self-signed certificate](#generate-a-self-signed-certificate)
1212
- [Register the application in Azure Active Directory](#register-the-application-in-azure-active-directory)
1313
- [Run the sample locally](#run-the-sample-locally)
1414
- [Deploy the sample to Azure](#deploy-the-sample-to-azure)
@@ -123,15 +123,9 @@ For production, you should you own certifcate:
123123

124124
Click **Create**.
125125

126-
5. Once completed, the app will show in the list.
127-
128-
![](Images/aad-create-app-03.png)
129-
130-
6. Click it to view its details.
131-
132126
![](Images/aad-create-app-04.png)
133127

134-
7. Click **All settings**, if the setting window did not show.
128+
5. Click **Settings**.
135129

136130
- Click **Properties**, then set **Multi-tenanted** to **Yes**.
137131

@@ -143,7 +137,7 @@ For production, you should you own certifcate:
143137

144138
| API | Application Permissions | Delegated Permissions |
145139
| ------------------------------ | ----------------------------- | ------------------------------------------------------------ |
146-
| Microsoft Graph | Read all users' full profiles | Read directory data<br>Access directory as the signed in user<br>Sign users in<br> Have full access to all files user can access<br> Have full access to user files<br> Read users' class assignments without grades<br> Read and write users' class assignments without grades<br> Read users' class assignments and their grades<br> Read and write users' class assignments and their grades |
140+
| Microsoft Graph | Read all users' full profiles | Read directory data<br>Access directory as the signed in user<br>Sign users in<br> Have full access to all files user can access<br> Have full access to user files<br> Read and write users' class assignments and their grades<br>Read users' view of the roster |
147141
| Windows Azure Active Directory | | Sign in and read user profile<br>Read and write directory data |
148142

149143
![](Images/aad-create-app-06.png)
@@ -156,12 +150,14 @@ For production, you should you own certifcate:
156150

157151
Close the Settings window.
158152

159-
8. Add keyCredential
153+
6. Add keyCredential
160154

161155
* Click **Manifest**.
162156

163157
![](Images/aad-create-app-10.png)
164158

159+
* Copy the keyCredential (all the text) from `key_credential.txt` file.
160+
165161
* Insert the keyCredential into the square brackets of the **keyCredentials** node.
166162

167163
![](Images/aad-create-app-11.png)

0 commit comments

Comments
 (0)