Skip to content

Correctly pull the SAMLRequest from Redirect LogoutRequests #394

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

Merged

Conversation

MrkGrgsn
Copy link

@MrkGrgsn MrkGrgsn commented Mar 7, 2017

This fixes an issue where SAMLRequest is a key within post with a string value, therefore saml_request = post["SAMLRequest"][0] returned just the first letter of the SAMLRequest query string parameter. I am assuming that post is structured differently because the LogoutRequest uses a Redirect binding and there are different methods for parsing the request.

@c00kiemon5ter c00kiemon5ter force-pushed the redirect-logout-requests branch from c0a7cfb to 6f1d6f5 Compare August 2, 2018 16:44
@c00kiemon5ter c00kiemon5ter merged commit 39a29be into IdentityPython:master Aug 2, 2018
@codecov-io
Copy link

Codecov Report

Merging #394 into master will decrease coverage by <.01%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #394      +/-   ##
==========================================
- Coverage   65.47%   65.46%   -0.01%     
==========================================
  Files         103      103              
  Lines       25681    25684       +3     
==========================================
  Hits        16815    16815              
- Misses       8866     8869       +3
Impacted Files Coverage Δ
src/saml2/s2repoze/plugins/sp.py 3.47% <0%> (-0.03%) ⬇️
src/saml2/validate.py 74.5% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b84d55a...6f1d6f5. Read the comment docs.

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.

3 participants