Skip to content

Commit 64f62da

Browse files
Merge pull request #302905 from craigshoemaker/sre/security-updates
[SRE Agent] Update: Security context -> update permissions table descriptions
2 parents 47d7517 + cad4153 commit 64f62da

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/sre-agent/security-context.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how SRE Agent uses different security contexts to handle agen
44
author: craigshoemaker
55
ms.author: cshoe
66
ms.topic: tutorial
7-
ms.date: 07/16/2025
7+
ms.date: 07/17/2025
88
ms.service: azure
99
---
1010

@@ -71,21 +71,21 @@ The following table details how the agent behaves when attempting to conduct a r
7171

7272
| Agent has permission? | Execution mode | Agent behavior |
7373
|---|---|---|
74-
| Yes | Review | Reads required data and doesn't prompt for approval |
75-
| No | Review | Prompts for approval to take action |
76-
| Yes | Auto | Executes action without requiring approval |
77-
| No | Auto | Prompts for approval, and executes action based on approval status |
74+
| Yes | Review | Uses its permissions to perform the action. |
75+
| No | Review | Prompts for temporary access to perform the action [on behalf of the user](/entra/identity-platform/v2-oauth2-on-behalf-of-flow). |
76+
| Yes | Auto | Uses its permissions to perform the action |
77+
| No | Auto | Prompts for temporary access to perform the action [on behalf of the user](/entra/identity-platform/v2-oauth2-on-behalf-of-flow) |
7878

7979
### Write actions
8080

8181
The following table details how the agent behaves when attempting to conduct a write operation.
8282

8383
| Agent has permission? | Execution mode | Agent behavior |
8484
|---|---|---|
85-
| Yes | Review | Prompts for approval to take action |
86-
| No | Review | Prompts for approval to take action, if granted the agent temporarily inherits the required permissions from the user |
87-
| Yes | Auto | Executes action without requiring approval |
88-
| No | Auto | Prompts for approval, and executes action based on approval status |
85+
| Yes | Review | Prompts for approval to take action, then the agent uses its permissions to perform the action upon approval |
86+
| No | Review | First prompts for approval to take action, then prompts for temporary access to perform the action [on behalf of the user](/entra/identity-platform/v2-oauth2-on-behalf-of-flow) |
87+
| Yes | Auto | Uses its permissions to perform the action |
88+
| No | Auto | Prompts for temporary access to perform the action [on behalf of the user](/entra/identity-platform/v2-oauth2-on-behalf-of-flow) |
8989

9090
## Related content
9191

0 commit comments

Comments
 (0)