Skip to content

Commit 95363db

Browse files
committed
fix: lowercase openidconnect in config schema to match code
1 parent ec0acbd commit 95363db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
},
245245
{
246246
"properties": {
247-
"type": { "type": "string", "const": "OpenIdConnect" },
247+
"type": { "type": "string", "const": "openidconnect" },
248248
"enabled": { "type": "boolean" },
249249
"oidcConfig": {
250250
"type": "object",

0 commit comments

Comments
 (0)