Web API client connected

This commit is contained in:
Paul Schneider
2024-11-12 08:32:15 +00:00
parent f3a63c9e46
commit 009015ce3c
23 changed files with 228 additions and 342 deletions

View File

@ -1,16 +1,25 @@
{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Verbose",
"System": "Information",
"Microsoft": "Information"
}
},
"Authentication": { 
"Yavsc": {
"ClientId": "2a3faf86-26e9-49f5-9473-6e6efaeeeac6",
"ClientSecret": "blahblah"
}
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
},
"AllowedHosts": "*",
"Authentication": {
"Yavsc" : {
"TokenEndpoint": "http://dev.pschneider.fr/connect/token",
"AuthorizationEndpoint": "http://dev.pschneider.fr/connect/authorize",
"ClientId": "interactive",
"ClientSecret": "49C1A7E1-0C79-4A89-A3D6-A37998FB86B0"
}
},
"Kestrel": {
"Endpoints":
{
"http": {
"Url": "https://localhost:5003"
}
}
}
}