Skip to content

Commit 2d8eb61

Browse files
more updates (#1512)
1 parent 2fbde5c commit 2d8eb61

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

docs/images/applogincomponents.png

-1.57 KB
Loading

docs/login_and_acl.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
- [Testing](#testing)
1313
- [Troubleshooting Azure AD Setup](#troubleshooting-azure-ad-setup)
1414
- [Adding data with document level access control](#add-access-control-data)
15-
-[Using the Add Documents API](#api-updates)
16-
-[Azure Data Lake Storage Gen2 and prepdocs](#azure-data-lake-storage-gen2-setup)
15+
- [Using the Add Documents API](#using-the-add-documents-api)
16+
- [Azure Data Lake Storage Gen2 and prepdocs](#azure-data-lake-storage-gen2-setup)
1717
- [Environment Variables Reference](#environment-variables-reference)
1818
- [Authentication Behavior by Environment](#authentication-behavior-by-environment)
1919

@@ -137,17 +137,13 @@ In both the chat and ask a question modes, under **Developer settings** optional
137137
* It's possible that your tenant admin has placed a restriction on consent to apps with [unverified publishers](https://learn.microsoft.com/azure/active-directory/develop/publisher-verification-overview). In this case, only admins may consent to the client and server apps, and normal user accounts are unable to use the login system until the admin consents on behalf of the entire organization.
138138
* It's possible that your tenant admin requires [admin approval of all new apps](https://learn.microsoft.com/azure/active-directory/manage-apps/manage-consent-requests). Regardless of whether you select the delegated or admin permissions, the app will not work without tenant admin consent.
139139

140-
<a href="add-access-control-data" ></a>
141-
142140
## Adding data with document level access control
143141

144142
The sample supports 2 main strategies for adding data with document level access control.
145143

146-
* [Using the Add Documents API](#api-updates). Sample scripts are provided which use the Azure AI Search Service [Add Documents API](https://learn.microsoft.com/rest/api/searchservice/documents/?view=rest-searchservice-2023-11-01&tabs=HTTP) to directly manage access control information on _existing documents_ in the index.
144+
* [Using the Add Documents API](#using-the-add-documents-api). Sample scripts are provided which use the Azure AI Search Service [Add Documents API](https://learn.microsoft.com/rest/api/searchservice/documents/?view=rest-searchservice-2023-11-01&tabs=HTTP) to directly manage access control information on _existing documents_ in the index.
147145
* [Using prepdocs and Azure Data Lake Storage Gen 2](#azure-data-lake-storage-gen2-setup). Sample scripts are provided which set up an [Azure Data Lake Storage Gen 2](https://learn.microsoft.com/azure/storage/blobs/data-lake-storage-introduction) account, set the [access control information](https://learn.microsoft.com/azure/storage/blobs/data-lake-storage-access-control) on files and folders stored there, and ingest those documents into the search index with their access control information.
148146

149-
<a href="api-updates" ></a>
150-
151147
### Using the Add Documents API
152148

153149
Manually enable document level access control on a search index and manually set access control values using the [manageacl.ps1](../scripts/manageacl.ps1) script.

0 commit comments

Comments
 (0)