You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/service-connector/concept-permission.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.date: 08/04/2023
10
10
11
11
# Permission requirement for Service Connector
12
12
13
-
Service Connector creates connection between compute service and target service with the [On-Behalf-Of token](../active-directory/develop/v2-oauth2-on-behalf-of-flow.md), which uses intersection of permissions between Service Connector and users. User needs the corresponding permissions when creating connection to the specific Azure resource.
13
+
Service Connector creates connection between compute service and target service with the [On-Behalf-Of token](../active-directory/develop/v2-oauth2-on-behalf-of-flow.md). Creating a connection to a specific Azure resource requires its corresponding permissions.
14
14
15
15
### App service
16
16
@@ -274,7 +274,7 @@ Service Connector creates connection between compute service and target service
274
274
275
275
### Managed Identity/Service principal related connection
276
276
277
-
If you create a connection with managed identity or service principal as the authentication type. Service Connector may need to grant permission for your identity or service principal, so that it can access the resource you want to connect to. The following table lists the permissions that you need to create connection.
277
+
Service Connector may need to grant permissions to Managed Identity or Service Principal if a connection is created with those as authentication types. The following table lists the permission requirements for creating a connection in this scenario.
278
278
279
279
> [!div class="mx-tableFixed"]
280
280
> | Action | Description |
@@ -285,7 +285,7 @@ If you create a connection with managed identity or service principal as the aut
285
285
286
286
### User-assigned managed identities connection
287
287
288
-
If you create a connection with User-assigned managed identity as the authentication type. Service Connector may need to grant permission for your identity, so that it can access the resource you want to connect to. The following table lists the permissions that you need to create connection.
288
+
Service Connector may need to grant permissions to User-assigned Managed Identity if a connection is created with it as the authentication type. The following table lists the permission requirements for creating a connection in this scenario.
289
289
290
290
> [!div class="mx-tableFixed"]
291
291
> | Action | Description |
@@ -298,7 +298,7 @@ If you create a connection with User-assigned managed identity as the authentica
298
298
299
299
### Private Endpoint/service endpoint related permission
300
300
301
-
If you create a connection with private endpoint or service endpoint as network solution. Service Connector may need to grant permission for your identity, so that it can access the resource you want to connect to. The following table lists the permissions that you need to create connection.
301
+
Service Connector may need to grant permissions to your identity if a connection is created with private endpoint or service endpoint as the network solution. The following table lists the permission requirements for creating a connection in this scenario.
0 commit comments