From 08b80c2e7ed67d0cf623a110226f5e49245003ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Thu, 19 May 2022 10:55:35 +0000 Subject: [PATCH] keep ldap as default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jörn Friedrich Dreyer --- extensions/idp/pkg/config/defaults/defaultconfig.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/idp/pkg/config/defaults/defaultconfig.go b/extensions/idp/pkg/config/defaults/defaultconfig.go index b93a14f024..dd6d0929be 100644 --- a/extensions/idp/pkg/config/defaults/defaultconfig.go +++ b/extensions/idp/pkg/config/defaults/defaultconfig.go @@ -36,13 +36,13 @@ func DefaultConfig() *config.Config { }, IDP: config.Settings{ Iss: "https://localhost:9200", - IdentityManager: "cs3", + IdentityManager: "ldap", URIBasePath: "", SignInURI: "", SignedOutURI: "", AuthorizationEndpointURI: "", EndsessionEndpointURI: "", - Insecure: true, // TODO grpc requires service certificates + Insecure: false, TrustedProxy: nil, AllowScope: nil, AllowClientGuests: false,