Skip to content

Commit 9f977d6

Browse files
Update redirect URI
The redirect uri stated in this document was an old one, used by old CCP. It doesn't work with the new CCP, I've tested it, and Maor has confirmed.
1 parent 2192701 commit 9f977d6

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
@@ -160,7 +160,7 @@ After the user returns to the client via the redirect URL, the application will
160160
| **ClientSecret** | True | String | The client secret |
161161
| **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. |
162162
| **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` |
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"
@@ -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)