|
@@ -22,6 +22,8 @@ type FeatureFlags struct {
|
|
|
EnableOAuth bool `json:"enable_oauth"`
|
|
EnableOAuth bool `json:"enable_oauth"`
|
|
|
EnableIDPIntegration bool `json:"enable_idp_integration"`
|
|
EnableIDPIntegration bool `json:"enable_idp_integration"`
|
|
|
AllowMultiServerLicense bool `json:"allow_multi_server_license"`
|
|
AllowMultiServerLicense bool `json:"allow_multi_server_license"`
|
|
|
|
|
+ EnableGwsHA bool `json:"enable_gws_ha"`
|
|
|
|
|
+ EnableDeviceApproval bool `json:"enable_device_approval"`
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// AuthParams - struct for auth params
|
|
// AuthParams - struct for auth params
|