Skip to content

Commit 97a28bf

Browse files
committed
removed scope statement from SDK tab
1 parent 6433c1e commit 97a28bf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

articles/search/search-security-rbac.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -253,10 +253,6 @@ For more information on how to acquire a token for a specific environment, see [
253253

254254
1. Use [Azure.Identity for .NET](/dotnet/api/overview/azure/identity-readme) for token authentication. Microsoft recommends [`DefaultAzureCredential()`](/dotnet/api/azure.identity.defaultazurecredential) for most scenarios.
255255

256-
+ The SDK requires the scope to be `https://search.azure.com/.default`.
257-
258-
+ The SDK validates that the user has the "user_impersonation" scope, which must be granted by your app, but the SDK itself just asks for `https://search.azure.com/.default`.
259-
260256
1. Here's an example of a client connection using `DefaultAzureCredential()`.
261257

262258
```csharp

0 commit comments

Comments
 (0)