Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix scope name in azure-devops-wiki-connector.md #339

Merged
merged 2 commits into from
Oct 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions MicrosoftSearch/azure-devops-wiki-connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ The Azure DevOps Graph connector only indexes content from an ADO organization c
a. Identity (read) <br>
b. Code (read) <br>
c. Entitlements (read) <br>
d. Project and team (read) <br>
d. Project and Team (read) <br>
e. Graph (read) <br>
f. MemberEntitlement Management (read) <br>
g. Wiki (read)
Expand Down Expand Up @@ -127,7 +127,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 **Microsoft 365 Enterprise**: https://<span>gcs.office.</span>com/,</br> For **Microsoft 365 Government**: https://<span>gcsgcc.<span>office.com/|
| Authorization callback URL| A required callback URL that the authorization server redirects to. | For **Microsoft 365 Enterprise**: https://<span>gcs.office.</span>com/v1.0/admin/oauth/callback,</br> For **Microsoft 365 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), code (read), entitlements (read), project and team (read), Microsoft Graph (read), member entitlement management (read), wiki (read).|
| Authorized scopes | The scope of access for the application | Select the following scopes: Identity (read), Code (read), Entitlements (read), Project and Team (read), Graph (read), Member Entitlement Management (read), Wiki (read).|


>[!IMPORTANT]
Expand Down