Skip to content

Commit f7769f8

Browse files
Merge pull request #239291 from yukieryu/patch-4
Additional permission required to obtain sign-in log CA information
2 parents 6833385 + b99c49d commit f7769f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/reports-monitoring/howto-configure-prerequisites-for-reporting-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ To access the Azure AD reporting API, you must grant your app *Read directory da
6363
![Screenshot of the API permissions menu option and Add permissions button.](./media/howto-configure-prerequisites-for-reporting-api/api-permissions-new-permission.png)
6464

6565
1. Select **Microsoft Graph** > **Application permissions**.
66-
1. Add **Directory.ReadAll** and **AuditLog.Read.All**, then select the **Add permissions** button.
66+
1. Add **Directory.Read.All**, **AuditLog.Read.All** and **Policy.Read.ConditionalAccess** then select the **Add permissions** button.
6767
- If you need more permissions to run the queries you need, you can add them now or modify the permissions as needed in Microsoft Graph.
6868
- For more information, see [Work with Graph Explorer](/graph/graph-explorer/graph-explorer-features).
6969

0 commit comments

Comments
 (0)