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/data-explorer/provision-aad-app.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Create an AAD application in Azure Data Explorer
3
-
description: Learn how to create an AAD application in Azure Data Explorer.
2
+
title: Create an Azure AD application in Azure Data Explorer
3
+
description: Learn how to create an Azure AD application in Azure Data Explorer.
4
4
author: orspod
5
5
ms.author: orspodek
6
6
ms.reviewer: herauch
@@ -123,7 +123,7 @@ var queryResult = client.ExecuteQuery($"{query}");
123
123
> [!NOTE]
124
124
> Specify the application id and key of the application registration (service principal) created earlier.
125
125
126
-
For more information, see [authenticate with AAD for Azure Data Explorer access](/azure/kusto/management/access-control/how-to-authenticate-with-aad) and [use Azure Key Vault with .NET Core web app](/azure/key-vault/tutorial-net-create-vault-azure-web-app#create-a-net-core-web-app).
126
+
For more information, see [authenticate with Azure AD for Azure Data Explorer access](/azure/kusto/management/access-control/how-to-authenticate-with-aad) and [use Azure Key Vault with .NET Core web app](/azure/key-vault/tutorial-net-create-vault-azure-web-app#create-a-net-core-web-app).
127
127
128
128
## Troubleshooting
129
129
@@ -137,11 +137,11 @@ You'll need to follow the instructions on [setting up delegated permissions for
137
137
138
138
### Enable user consent error
139
139
140
-
Your AAD tenant administrator may enact a policy that prevents tenant users from giving consent to applications. This situation will result in an error similar to the following, when a user tries to log in to your application:
140
+
Your Azure AD tenant administrator may enact a policy that prevents tenant users from giving consent to applications. This situation will result in an error similar to the following, when a user tries to log in to your application:
141
141
142
142
`AADSTS65001: The user or administrator has not consented to use the application with ID '<App ID>' named 'App Name'`
143
143
144
-
You'll need to contact your AAD administrator to grant consent for all users in the tenant, or enable user consent for your specific application.
144
+
You'll need to contact your Azure AD administrator to grant consent for all users in the tenant, or enable user consent for your specific application.
0 commit comments