Skip to content

Commit

Permalink
Now set ForceAuthn to false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
extrafu committed Apr 8, 2013
1 parent 37a6f82 commit 84ba93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SoObjects/SOGo/SOGoSAML2Session.m
Expand Up @@ -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);
Expand Down

0 comments on commit 84ba93f

Please sign in to comment.