Skip to content

Commit 85d910f

Browse files
authored
Merge pull request MicrosoftDocs#9755 from FlannelDipole/patch-1
Add a note to search for O365 Exchange
2 parents 3592298 + 0eff853 commit 85d910f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
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
@@ -194,6 +194,9 @@ For a detailed visual flow about creating applications in Azure AD, see <https:/
194194

195195
- **API / Permissions name**: Verify the value **Exchange.ManageAsApp** is shown.
196196

197+
> [!NOTE]
198+
> If necessary, search for **Office 365 Exchange** under **APIs my organization uses** on the **Request API Permissions** page.
199+
197200
- **Status**: The current incorrect value is **Not granted for \<Organization\>**, and this value needs to be changed.
198201

199202
![Original incorrect API permissions.](media/exo-app-only-auth-original-permissions.png)

0 commit comments

Comments
 (0)