From c791b10fc8a7502726eaa25d1722485036834242 Mon Sep 17 00:00:00 2001 From: premchandpl76 <62872726+premchandpl76@users.noreply.github.com> Date: Tue, 7 Jun 2022 08:08:29 -0700 Subject: [PATCH] Update appsettings.json --- .../Microsoft.Legal.MatterCenter.Service/appsettings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tree/master/cloud/src/solution/Microsoft.Legal.MatterCenter.Service/Microsoft.Legal.MatterCenter.Service/appsettings.json b/tree/master/cloud/src/solution/Microsoft.Legal.MatterCenter.Service/Microsoft.Legal.MatterCenter.Service/appsettings.json index 06689b6b..98922fd7 100644 --- a/tree/master/cloud/src/solution/Microsoft.Legal.MatterCenter.Service/Microsoft.Legal.MatterCenter.Service/appsettings.json +++ b/tree/master/cloud/src/solution/Microsoft.Legal.MatterCenter.Service/Microsoft.Legal.MatterCenter.Service/appsettings.json @@ -100,8 +100,8 @@ "IsTenantDeployment": false }, "ClientCredentials": { - "ClientId": "844ffb77-5bfd-403e-9285-678e2eddc90c", - "ClientSecret": "IAKt/4uoQFM0UJ1Ocj//WHOg1RzLspACzPAKkkPP0kw=", + "ClientId": "", + "ClientSecret": "", "ClientResource": "https://microsoft.onmicrosoft.com/mcuiadal", "Authority": "https://login.windows.net/microsoft.onmicrosoft.com" },