Skip to content

Commit 7e95748

Browse files
fix typo
1 parent bc5a70a commit 7e95748

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/sentinel/data-connector-connection-rules-reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ After the user returns to the client via the redirect URL, the application will
158158
| ---- | ---- | ---- | ---- |
159159
| **ClientId** | True | String | The client id |
160160
| **ClientSecret** | True | String | The client secret |
161-
| **AuthorizationCode** | True when grantType = `authorization_code` | String | If grant type is `authorization_code` this field value will be the authorization code returned from the auth serve. |
162-
| **Scope** | True for `authorization_code` grant type<br> optional for `client_credentials` grant type| String | A space-separated list of scopes for user consent. For more information, see [OAuth2 scopes and permissions](/entra/identity-platform/scopes-oidc). |
161+
| **AuthorizationCode** | True when grantType = `authorization_code` | String | If grant type is `authorization_code` this field value will be the authorization code returned from the auth server |
162+
| **Scope** | True for `authorization_code` grant type<br> optional for `client_credentials` grant type| String | A space-separated list of scopes for user consent. For more information, see [OAuth2 scopes and permissions](/entra/identity-platform/scopes-oidc) |
163163
| **RedirectUri** | True when grantType = `authorization_code` | String | URL for redirect, must be `https://portal.azure.com/TokenAuthorize` |
164164
| **GrantType** | True | String | `authorization_code` or `client_credentials` |
165165
| **TokenEndpoint** | True | String | URL to exchange code with valid token in `authorization_code` grant or client id and secret with valid token in `client_credentials` grant. |
@@ -569,4 +569,4 @@ Here's an example of all the components of the CCP data connector JSON together.
569569
}
570570
}
571571
}
572-
```
572+
```

0 commit comments

Comments
 (0)