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: README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,10 +143,8 @@ Note: You should receive confirmation that these dependencies have been added to
143
143
* Create pages in OneNote notebooks
144
144

145
145
146
-
12. For the **Windows Azure Active Directory** application, add or make sure the following permissions are enabled:
146
+
12. For the **Windows Azure Active Directory** application, add or make sure the following permission is enabled:
147
147
* Enable sign-on and read users' profiles
148
-
* Access your organization's directory
149
-

150
148
151
149
13. Copy the value specified for **Client ID** on the **Configure** page. Remember this value for the section below **Getting the ClientID and RedirectUri into the project**.
152
150
14. Click **Save** in the bottom menu.
@@ -158,7 +156,7 @@ Note: You should receive confirmation that these dependencies have been added to
158
156
159
157
Finally, you'll need to add the Client ID and Redirect Uri you recorded from the previous section **Register your app with Microsoft Azure**.
160
158
161
-
Browse the **iOS-REST-API-Explorer** project directory and open up the workspace (iOS-REST-API-Explorer). In the **O365Auth.m** file, you'll see that the **ClientID** and **RedirectUri** values can be added to the top of the file. Supply the necessary values here:
159
+
Browse the **iOS-REST-API-Explorer** project directory and open up the workspace (iOS-REST-API-Explorer). In the **O365Auth.m** file (located at iOS-REST-API_Explorer/Library/Authentication/O365Auth.m), you'll see that the **ClientID** and **RedirectUri** values can be added to the top of the file. Supply the necessary values here:
162
160
163
161
// You will set your application's clientId and redirect URI. You get
164
162
// these when you register your application in Azure AD.
@@ -184,7 +182,7 @@ This sample demonstrates OneNote REST calls across the notebook, pages, sections
184
182
185
183
## Questions and comments
186
184
We'd love to get your feedback about the OneNote REST API Explorer for iOS sample. You can send your feedback to us in the [Issues](https://github.com/OneNoteDev/iOS-REST-API-Explorer/issues) section of this repository. <br/>
187
-
General questions about Office 365 development should be posted to [Stack Overflow](http://stackoverflow.com/questions/tagged/Office365+API). Make sure that your questions are tagged with [Office365]and [API].
185
+
General questions about Office 365 development should be posted to [Stack Overflow](http://stackoverflow.com/questions/tagged/Office365+API). Make sure that your questions are tagged with [Office365], [API], and [OneNote].
0 commit comments