Should fail
This commit is contained in:
16
CommitHookTest/OpenID-API/appsettings.json
Normal file
16
CommitHookTest/OpenID-API/appsettings.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user