Skip to content

Commit aa48ba2

Browse files
committed
Remove secrets
1 parent 78e334b commit aa48ba2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

GraphClientMethods.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ private static async Task<GraphServiceClient> GetGraphServiceClient()
6767
string graphUri = $"{graphEndpoint}/v1.0";
6868
string clientId = Environment.GetEnvironmentVariable("clientId");
6969
string clientSecret = Environment.GetEnvironmentVariable("clientSecret");
70-
clientId = "663991fb-a753-4a9b-b97d-0b508648d589";
71-
clientSecret = "RV07Q~6k2K205DL9tNGfed2t_hmgFO6DmyI7R";
7270

7371
string tenantId = Environment.GetEnvironmentVariable("tenantId");
7472
string loginUri = Environment.GetEnvironmentVariable("loginUri");

0 commit comments

Comments
 (0)