29 lines
882 B
JSON
29 lines
882 B
JSON
{
|
|
"AzureAd": {
|
|
"Instance": "https://login.microsoftonline.com/",
|
|
"Domain": "yourdomain.onmicrosoft.com",
|
|
"TenantId": "organizations",
|
|
"ClientId": "9d4fb416-c22c-4a83-be54-c64b32390512",
|
|
"ClientSecret": "0SK8Q~mVY7WxGY96qh8Z-a_ZPG_37XNgc6DMKcaG",
|
|
"CallbackPath": "/signin-oidc",
|
|
"SignedOutCallbackPath": "/signout-callback-oidc"
|
|
},
|
|
"DownstreamApi": {
|
|
"BaseUrl": "https://graph.microsoft.com/v1.0",
|
|
"Scopes": "Calendars.Read offline_access Files.ReadWrite"
|
|
},
|
|
"WebhookSettings": {
|
|
"BaseUrl": "https://delegable-unimplied-salma.ngrok-free.dev",
|
|
"ClientState": "hpl-sync-2026-pick-del-ump-ping-37261281"
|
|
},
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Data Source=webhooksync.db"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
} |