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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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