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/sentinel/data-connector-connection-rules-reference.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
@@ -158,9 +158,9 @@ After the user returns to the client via the redirect URL, the application will
158
158
| ---- | ---- | ---- | ---- |
159
159
|**ClientId**| True | String | The client id |
160
160
|**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 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)|
163
-
|**RedirectUri**| True when grantType = `authorization_code`| String | URL for redirect, must be `https://portal.azure.com/TokenAuthorize`|
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).|
163
+
|**RedirectUri**| True when grantType = `authorization_code`| String | URL for redirect, must be `https://portal.azure.com/TokenAuthorize/ExtensionName/Microsoft_Azure_Security_Insights`|
164
164
|**GrantType**| True | String |`authorization_code` or `client_credentials`|
165
165
|**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. |
166
166
|**TokenEndpointHeaders**|| Object | An optional key value object to send custom headers to token server |
0 commit comments