Now set ForceAuthn to false by default

This commit is contained in:
Ludovic Marcotte
2013-04-08 13:58:55 -04:00
parent 37a6f82659
commit 84ba93fc0a

View File

@@ -162,7 +162,7 @@ LassoServerInContext (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);