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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,7 @@ After the user returns to the client via the redirect URL, the application will
160
160
|**ClientSecret**| True | String | The client secret |
161
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
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`|
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