You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/search/search-security-rbac.md
+20-21Lines changed: 20 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -232,7 +232,7 @@ This approach assumes Visual Studio Code with a REST client extension.
232
232
1. Paste in and then send a request that uses the variables you've specified. For the "Search Index Data Reader" role, you can send a query. You can use any [supported API version](/rest/api/searchservice/search-service-api-versions).
233
233
234
234
```http
235
-
POST https://{{baseUrl}}/indexes/{{indexName}}/docs/search?api-version=2023-11-01 HTTP/1.1
235
+
POST https://{{baseUrl}}/indexes/{{index-name}}/docs/search?api-version=2023-11-01 HTTP/1.1
236
236
Content-type: application/json
237
237
Authorization: Bearer {{token}}
238
238
@@ -314,7 +314,7 @@ For more information on how to acquire a token for a specific environment, see [
314
314
315
315
## Test as current user
316
316
317
-
Ifyou're already a Contributor or Owner of your search service, you can present a bearer token for your user identity for authentication to Azure AI Search. The following instructions explain how to set up a Postman collection to send requests as the current user.
317
+
Ifyou're already a Contributor or Owner of your search service, you can present a bearer token for your user identity for authentication to Azure AI Search.
0 commit comments