mirror of
https://github.com/minio/minio.git
synced 2024-12-25 22:55:54 -05:00
fix: unrecognized openid config parameters (#15847)
This commit is contained in:
parent
2939000342
commit
b0b573052a
@ -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: "",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user