Skip to content

Commit 898e35b

Browse files
committed
Fixing a github issue
1 parent a160989 commit 898e35b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/data-lake-store/data-lake-store-end-user-authenticate-net-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to achieve end-user authentication with Azure Data Lake S
55
author: normesta
66
ms.service: data-lake-store
77
ms.topic: how-to
8-
ms.date: 05/29/2018
8+
ms.date: 09/22/2022
99
ms.author: normesta
1010
ms.custom: devx-track-csharp
1111

@@ -75,7 +75,7 @@ For ease of use, the following snippet uses default values for client ID and red
7575
{
7676
//User login via interactive popup
7777
string TENANT = "<AAD-directory-domain>";
78-
string CLIENTID = "1950a258-227b-4e31-a9cf-717495945fc2";
78+
string CLIENTID = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx";
7979
System.Uri ARM_TOKEN_AUDIENCE = new System.Uri(@"https://management.core.windows.net/");
8080
System.Uri ADL_TOKEN_AUDIENCE = new System.Uri(@"https://datalake.azure.net/");
8181
string MY_DOCUMENTS = System.Environment.GetFolderPath(System.Environment.SpecialFolder.MyDocuments);

0 commit comments

Comments
 (0)