Skip to content

Commit 6200680

Browse files
Merge pull request #269750 from joanabmartins/patch-12
Update redirect URI
2 parents d094140 + 7e622f7 commit 6200680

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@ 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 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` |
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. |
166166
| **TokenEndpointHeaders** | | Object | An optional key value object to send custom headers to token server |
@@ -185,7 +185,7 @@ OAuth2 auth code grant
185185
"authorizationEndpointQueryParameters": {
186186
"prompt": "consent"
187187
},
188-
"redirectUri": "https://portal.azure.com/TokenAuthorize",
188+
"redirectUri": "https://portal.azure.com/TokenAuthorize/ExtensionName/Microsoft_Azure_Security_Insights",
189189
"tokenEndpointHeaders": {
190190
"Accept": "application/json",
191191
"Content-Type": "application/x-www-form-urlencoded"

0 commit comments

Comments
 (0)