IIS Module Intermittently Failing to Query Daemon over a TCPListener for Session Information
Cantor, Scott
cantor.2 at osu.edu
Fri Jul 9 13:15:45 UTC 2021
On 7/8/21, 6:23 PM, "users on behalf of Nate Klingenstein" <users-bounces at shibboleth.net on behalf of ndk at signet.id> wrote:
> The application in question uses iframes extensively and the browser traces from clients show the OpenSAML
> cookie being set with SameSite None, but without a secure flag.
That's simply controlled in the usual way, the SP sets all its cookies with secure if you tell it you, which obviously is the normal way it should work.
> So, is it plausible that this is a SameSite issue and that the proper fix is that cookieProps needs to be set to
> "https" and a new sameSiteSession attribute needs to be added with a value of "None" to the session element?
The correlation cookies are always SameSite=None. The sameSiteSession option is for controlling the session cookie when applications have to honor cross-site behavior.
Basically unless you deliberately turn off the secure flag, there's no reason it should be a problem apart from the broken client thing.
-- Scott
More information about the users
mailing list