Skip to content

Commit

Permalink
Fix scopes in azure-devops-connector.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kine authored Oct 10, 2024
1 parent ecd61ad commit 3b5416a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MicrosoftSearch/azure-devops-connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Mandatory Fields | Description | Recommended value
| Application name | A unique value that identifies the application that you're authorizing. | Microsoft Search |
| Application website | The URL of the application that requests access to your Azure DevOps instance during connector setup. (Required). | For **M365 Enterprise**: https://<span>gcs.office.</span>com/,</br> For **M365 Government**: https://<span>gcsgcc.<span>office.com/
| Authorization callback URL | A required callback URL that the authorization server redirects to. | For **M365 Enterprise**: https://<span>gcs.office.</span>com/v1.0/admin/oauth/callback,</br> For **M365 Government**: https://<span>gcsgcc.office.<span>com/v1.0/admin/oauth/callback |
| Authorized scopes | The scope of access for the application | Select the following scopes: Identity (read), work items (read), variable groups (read), project and team (read), Microsoft (read), analytics (read)|
| Authorized scopes | The scope of access for the application | Select the following scopes: Identity (read), work items (read), variable groups (read), project and team (read), graph (read), analytics (read)|

>[!IMPORTANT]
>The authorized scopes that you select for the app should match the scopes exactly as listed above. If you omit one of the authorized scopes in the list or add another scope, the authorization will fail.
Expand Down

0 comments on commit 3b5416a

Please sign in to comment.