mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-05 05:18:51 +00:00
Now set ForceAuthn to false by default
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user