mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-19 10:46:58 +08:00
fix: disable cas idp not working
This commit is contained in:
@@ -133,6 +133,7 @@ func (h *AuthHandlers) GetRegionsResponse(ctx context.Context, w http.ResponseWr
|
||||
|
||||
filters = jsonutils.NewDict()
|
||||
filters.Add(jsonutils.NewStringArray([]string{"cas"}), "driver")
|
||||
filters.Add(jsonutils.JSONTrue, "enabled")
|
||||
filters.Add(jsonutils.NewInt(1000), "limit")
|
||||
idps, err := modules.IdentityProviders.List(s, filters)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user