Skip to content

Commit

Permalink
Merge branch 'vladrudych-patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessy Kyalo Musyimi committed Oct 21, 2019
2 parents 0463880 + 639846b commit f493f49
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ public Saml2Options()
Name = $"{Saml2Defaults.SessionKeyPrefix}.{Guid.NewGuid():N}",
HttpOnly = true,
SameSite = SameSiteMode.None,
SecurePolicy = CookieSecurePolicy.SameAsRequest
SecurePolicy = CookieSecurePolicy.SameAsRequest,
IsEssential = true
};
}

Expand Down Expand Up @@ -68,4 +69,4 @@ public override CookieOptions Build(HttpContext context, DateTimeOffset expiresF
return cookieOptions;
}
}
}
}

0 comments on commit f493f49

Please sign in to comment.