17829: Remove SSO from config, controller, and tests
[arvados.git] / sdk / go / arvados / config.go
index 403d501b4153af489e207fbfe4ba53e194655f78..23bc258cb33499c6ecc0ec27636ba06ad479271e 100644 (file)
@@ -176,11 +176,6 @@ type Cluster struct {
                        Service            string
                        DefaultEmailDomain string
                }
-               SSO struct {
-                       Enable            bool
-                       ProviderAppID     string
-                       ProviderAppSecret string
-               }
                Test struct {
                        Enable bool
                        Users  map[string]TestUser