Skip to content

Commit 9d70650

Browse files
authored
Update impersonate-another-user.md with Direct assignment required section
Added: Direct assignment required section
1 parent da1576b commit 9d70650

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

powerapps-docs/developer/data-platform/impersonate-another-user.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ The actual set of privileges that is used to modify data is the intersection of
3636

3737
In other words, the *impersonator* is allowed to do something *if and only if* the *impersonator* and the *impersonated user* have the privilege necessary for the action.
3838

39+
### Direct assignment required
40+
41+
The **Act on Behalf of Another User** privilege (`prvActOnBehalfOfAnotherUser`), or a role containing that privilege, must be assigned directly to users since it cannot be inherited through a Team. This direct assignment is needed because of the sensitive nature of the privilege.
42+
3943
## Impersonation with Server-to-Server authentication
4044

4145
If you are creating a web client application that requires a user account that can act on behalf of a subscribing user, you can use the special *application user* account so that you do not need to use a paid Dataverse user license.

0 commit comments

Comments
 (0)