Web API client connected
This commit is contained in:
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user