From 84ba93fc0a5c5a650482d1afdee6f93fdd9ea277 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Mon, 8 Apr 2013 13:58:55 -0400 Subject: [PATCH] Now set ForceAuthn to false by default --- SoObjects/SOGo/SOGoSAML2Session.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/SOGo/SOGoSAML2Session.m b/SoObjects/SOGo/SOGoSAML2Session.m index 3576ee148f..9fda46089f 100644 --- a/SoObjects/SOGo/SOGoSAML2Session.m +++ b/SoObjects/SOGo/SOGoSAML2Session.m @@ -162,7 +162,7 @@ + (NSString *) authenticationURLInContext: (WOContext *) context } request->NameIDPolicy->Format = g_strdup(LASSO_SAML2_NAME_IDENTIFIER_FORMAT_PERSISTENT); request->NameIDPolicy->AllowCreate = 1; - request->ForceAuthn = TRUE; + request->ForceAuthn = FALSE; request->IsPassive = FALSE; if (request->ProtocolBinding) { g_free (request->ProtocolBinding);