Files
hooks/CommitHookTest/OpenID-API/appsettings.json
Karsten Jeppesen a8ae6f7b18 Should fail
2026-08-28 08:35:19 +02:00

17 lines
504 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Microsoft.AspNetCore.Authentication": "Information",
"Microsoft.AspNetCore.Authorization": "Information",
"Api.Authorization": "Trace"
}
},
"AllowedHosts": "*",
"Comment1": "Configuration for OpenID Connect authentication",
"OpenIDRealmURI": "https://auth.a.ucnit.eu/realms/xOIDCx",
"OpenIDClient": "Alice",
"OpenIDSecret": "JvDnso8O773pE9ENJdRhsrJd5pVD5Q86"
}