microsoft/teams.net

Public

mirrored fromhttps://github.com/microsoft/teams.netAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
docs/update-release-process

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

core/test/ABSTokenServiceClient/appsettings.json

28lines · modecode

1{
2 "Logging": {
3 "LogLevel": {
4 "Default": "Warning",
5 "Program": "Information",
6 "ABSTokenServiceClient.UserTokenCLIService": "Information"
7 }
8 },
9 "Console": {
10 "FormatterName": "simple",
11 "FormatterOptions": {
12 "SingleLine": true,
13 "TimestampFormat": "HH:mm:ss:ms "
14 }
15 },
16 "AzureAd": {
17 "Instance": "https://login.microsoftonline.com/",
18 "TenantId": "your-tenant-id-here",
19 "ClientId": "your-client-id-here",
20 "ClientCredentials": [
21 {
22 "SourceType": "ClientSecret",
23 "ClientSecret": "your-client-secret-here"
24 }
25 ]
26 }
27}