Skip to content

Commit

Permalink
remove local settings
Browse files Browse the repository at this point in the history
  • Loading branch information
alvesfabi committed Feb 23, 2024
1 parent e1ea576 commit f7ea66c
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions webapi/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,18 +80,11 @@
"MinIterationTimeMs": "1500"
},
// OBO Configuration for Plugins
// "OnBehalfOfAuth": {
// "Authority": "https://login.microsoftonline.com",
// "TenantId": "[ENTER YOUR TENANT ID]",
// "ClientId": "[ENTER YOUR CLIENT ID]",
// "ClientSecret": "[ENTER YOUR CLIENT SECRET]"
// }
// OBO Configuration for Plugins
"OnBehalfOfAuth": {
"Authority": "https://login.microsoftonline.com",
"TenantId": "070c2354-e90f-42bb-a620-185a7cbc8f19",
"ClientId": "384525a6-b975-4add-b74b-a001955c9426",
"ClientSecret": "N~s8Q~DcTWLcbDzA35v9Sn2S3SE5IM6fcVfg4aLg"
"TenantId": "[ENTER YOUR TENANT ID]",
"ClientId": "[ENTER YOUR CLIENT ID]",
"ClientSecret": "[ENTER YOUR CLIENT SECRET]"
}
},
// A list of plugins that will be loaded by the application.
Expand Down

0 comments on commit f7ea66c

Please sign in to comment.