Skip to content

🔖 Release / v1.1.2#37

Merged
docJerem merged 1 commit into
mainfrom
release/v1.1.2
Jun 8, 2026
Merged

🔖 Release / v1.1.2#37
docJerem merged 1 commit into
mainfrom
release/v1.1.2

Conversation

@docJerem

@docJerem docJerem commented Jun 8, 2026

Copy link
Copy Markdown
Owner

Release 1.1.2

Patch release covering the SAML nonce cookie fix landed in #36.

Fixed

  • AuthnRequest generation no longer ignores a caller-supplied SAML nonce. ExSaml.AuthHandler now resolves the nonce via conn.assigns[:saml_nonce] first, falling back to the encrypted saml_nonce cookie and finally a fresh UUID.uuid4/0. Because put_resp_cookie/4 does not populate req_cookies, the previous cookie-only lookup could not see a nonce the SP had just set on the same round-trip, so any auxiliary state (e.g. redirect_uri) persisted under that key failed to resolve when the IdP response came back (🐛 Fix / SAML nonce cookie #36).

Changes in this PR

  • Bump @version to 1.1.2 in mix.exs
  • Add the [1.1.2] section and compare link to CHANGELOG.md

Full changelog: v1.1.1...v1.1.2

@docJerem docJerem merged commit 6bcdb07 into main Jun 8, 2026
3 checks passed
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.

1 participant