fix: unrecognized openid config parameters (#15847)

This commit is contained in:
hellivan
2022-10-12 21:19:44 +02:00
committed by GitHub
parent 2939000342
commit b0b573052a

View File

@@ -116,6 +116,18 @@ var (
Key: Scopes,
Value: "",
},
config.KV{
Key: Vendor,
Value: "",
},
config.KV{
Key: KeyCloakRealm,
Value: "",
},
config.KV{
Key: KeyCloakAdminURL,
Value: "",
},
}
)