Skip to content

fix: LTPA cookie extraction uses prefix matching for suffixed cookie names#418

Merged
wphillipmoore merged 1 commit into
developfrom
bugfix/417-ltpa-cookie-prefix-matching
Mar 1, 2026
Merged

fix: LTPA cookie extraction uses prefix matching for suffixed cookie names#418
wphillipmoore merged 1 commit into
developfrom
bugfix/417-ltpa-cookie-prefix-matching

Conversation

@wphillipmoore

Copy link
Copy Markdown
Collaborator

Pull Request

Summary

  • Use prefix matching for LTPA cookie extraction to support Liberty suffixed cookie names

Issue Linkage

Testing

  • markdownlint
  • uv run python3 scripts/dev/validate_local.py

Notes

…names

Liberty's MQ REST API uses LtpaToken2_<suffix> cookie names by default. Changed from exact match to prefix match on LtpaToken2 and store the full cookie name for use in subsequent requests. Enabled the LTPA integration test.

Co-Authored-By: wphillipmoore-claude <255925739+wphillipmoore-claude@users.noreply.github.com>
@wphillipmoore
wphillipmoore enabled auto-merge (squash) March 1, 2026 19:17
@wphillipmoore
wphillipmoore merged commit d801968 into develop Mar 1, 2026
25 checks passed
@wphillipmoore
wphillipmoore deleted the bugfix/417-ltpa-cookie-prefix-matching branch March 1, 2026 19:18
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.

fix: LTPA cookie extraction should use prefix matching

1 participant