mirror of
https://github.com/minio/minio.git
synced 2025-01-24 05:03:16 -05:00
fix: unrecognized openid config parameters (#15847)
This commit is contained in:
parent
2939000342
commit
b0b573052a
@ -116,6 +116,18 @@ var (
|
||||
Key: Scopes,
|
||||
Value: "",
|
||||
},
|
||||
config.KV{
|
||||
Key: Vendor,
|
||||
Value: "",
|
||||
},
|
||||
config.KV{
|
||||
Key: KeyCloakRealm,
|
||||
Value: "",
|
||||
},
|
||||
config.KV{
|
||||
Key: KeyCloakAdminURL,
|
||||
Value: "",
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user