Skip to content

Commit a2580e2

Browse files
update oauth2 redirecturi requirement
1 parent 67d5426 commit a2580e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ After the user returns to the client via the redirect URL, the application will
164164
| **ClientSecret** | True | String | The client secret |
165165
| **AuthorizationCode** | Mandatory when grantType = `authorization_code` | String | If grant type is `authorization_code` this field value will be the authorization code returned from the auth serve. |
166166
| **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). |
167-
| **RedirectUri** | True | String | URL for redirect, must be `https://portal.azure.com/TokenAuthorize` |
167+
| **RedirectUri** | Mandatory when grantType = `authorization_code` | String | URL for redirect, must be `https://portal.azure.com/TokenAuthorize` |
168168
| **GrantType** | True | String | `authorization_code` or `client_credentials` |
169169
| **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. |
170170
| **TokenEndpointHeaders** | | Object | An optional key value object to send custom headers to token server |

0 commit comments

Comments
 (0)