Skip to content

Commit 0eff853

Browse files
authored
Update app-only-auth-powershell-v2.md
1 parent ffd198a commit 0eff853

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

exchange/docs-conceptual/app-only-auth-powershell-v2.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ For a detailed visual flow about creating applications in Azure AD, see <https:/
166166
167167
![Select Manifest on the application properties page.](media/exo-app-only-auth-select-manifest.png)
168168
169-
2. On the **Manifest** page that opens, find the `requiredResourceAccess` entry (on or about line 44).
169+
2. On the **Manifest** page that opens, find the `requiredResourceAccess` entry (on or about line 47).
170170
171171
Modify the `resourceAppId`, `resourceAccess`, `id`, and `type` values as shown in the following code snippet:
172172
@@ -193,7 +193,9 @@ For a detailed visual flow about creating applications in Azure AD, see <https:/
193193
On the **API permissions** page that opens, do the following steps:
194194

195195
- **API / Permissions name**: Verify the value **Exchange.ManageAsApp** is shown.
196-
- **Note: You must search for "Office 365 Exchange" under "APIs my organization uses" under the Request API Permissions screen
196+
197+
> [!NOTE]
198+
> If necessary, search for **Office 365 Exchange** under **APIs my organization uses** on the **Request API Permissions** page.
197199
198200
- **Status**: The current incorrect value is **Not granted for \<Organization\>**, and this value needs to be changed.
199201

0 commit comments

Comments
 (0)