{
"Logging": {
"LogLevel": {
"Default": "Warning",
"Program": "Information",
"ABSTokenServiceClient.UserTokenCLIService": "Information"
}
},
"Console": {
"FormatterName": "simple",
"FormatterOptions": {
"SingleLine": true,
"TimestampFormat": "HH:mm:ss:ms "
}
},
"AzureAd": {
"Instance": "https://login.microsoftonline.com/",
"TenantId": "your-tenant-id-here",
"ClientId": "your-client-id-here",
"ClientCredentials": [
{
"SourceType": "ClientSecret",
"ClientSecret": "your-client-secret-here"
}
]
}
}microsoft/teams.net
Publicmirrored fromhttps://github.com/microsoft/teams.netAvailable
core/test/ABSTokenServiceClient/appsettings.json
28lines · modepreview