Now set ForceAuthn to false by default

pull/10/head
Ludovic Marcotte 2013-04-08 13:58:55 -04:00
parent 37a6f82659
commit 84ba93fc0a
1 changed files with 1 additions and 1 deletions

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);