Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow overriding SameSite value for session cookie #378

Merged

Conversation

RouganStriker
Copy link
Contributor

When testing against a dev instance without TLS enabled, because browsers are requiring SameSite=None to be paired with Secure=True, the session cookie will not be set and causes SSO issues.

This change allows the SameSite value to be customized via a settngs value.

@RouganStriker RouganStriker force-pushed the override_samesite_value branch from c631047 to 767b483 Compare June 14, 2023 15:55
@peppelinux
Copy link
Member

good one,

it seems really reasonable to me

please commit a version change to 1.6.0, then I'll merge it on master branch and do a new release

@RouganStriker
Copy link
Contributor Author

good one,

it seems really reasonable to me

please commit a version change to 1.6.0, then I'll merge it on master branch and do a new release

Bumped version to 1.6.0

@peppelinux peppelinux merged commit 1c5ec54 into IdentityPython:master Jun 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants