diff --git a/testOauthClient/appsettings.json b/testOauthClient/appsettings.json index d16e5fc5..8109d7a8 100755 --- a/testOauthClient/appsettings.json +++ b/testOauthClient/appsettings.json @@ -1,16 +1,16 @@ { - "Logging": { - "IncludeScopes": false, - "LogLevel": { - "Default": "Verbose", - "System": "Information", - "Microsoft": "Information" + "Logging": { + "IncludeScopes": false, + "LogLevel": { + "Default": "Verbose", + "System": "Information", + "Microsoft": "Information" + } + }, + "Authentication": {  + "Yavsc": { + "ClientId": "2a3faf86-26e9-49f5-9473-6e6efaeeeac6", + "ClientSecret": "blahblah" + } } - }, - "Authentication": {  - "Yavsc": { - "ClientId": "016c5ae4-f4cd-40e3-b250-13701c871ecd", - "ClientSecret": "blahblah" - } - } -} +} \ No newline at end of file