mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
fix: unrecognized openid config parameters (#15847)
This commit is contained in:
@@ -116,6 +116,18 @@ var (
|
||||
Key: Scopes,
|
||||
Value: "",
|
||||
},
|
||||
config.KV{
|
||||
Key: Vendor,
|
||||
Value: "",
|
||||
},
|
||||
config.KV{
|
||||
Key: KeyCloakRealm,
|
||||
Value: "",
|
||||
},
|
||||
config.KV{
|
||||
Key: KeyCloakAdminURL,
|
||||
Value: "",
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user