Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SAML-Toolkits/python-saml
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: JoshLabs/python-saml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 10 files changed
  • 2 contributors

Commits on May 1, 2015

  1. Configuration menu
    Copy the full SHA
    4f43fd8 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2016

  1. Merge branch 'master' of https://github.com/onelogin/python-saml

    * 'master' of https://github.com/onelogin/python-saml: (144 commits)
      Fix attributeConsumingService serviceName format in README.
      Fix invalid JSON in readme.md
      Improved inResponse validation on Responses
      Add more test. Fix bug getting last response on process_slo
      Extend get_last_request_xml and get_last_response_xml to retrieve also Logout messages. Refactoring
      Update README.md
      Fix #167, related to #136
      Release 2.2.0
      Improve Signature validation process
      pep8 & pyflakes
      Several security improvements: - Conditions element required and unique. - AuthnStatement element required and unique. - SPNameQualifier must math the SP EntityID - Reject saml:Attribute element with same “Name” attribute - Reject empty nameID - Require Issuer element. (Must match IdP EntityID). - Destination value can't be blank (if present must match ACS URL). - Check that the EncryptedAssertion element only contains 1 Assertion element.
      Add support for non-ascii fields in settings.
      .
      Deactivate Travis on python 2.7.12
      Fix minor bug with AttributeConsumingService. Update Travis config to test python 2.7.6 and 2.7.12
      Forgot the setting file
      Fix pep8
      Fix 157. Support multiple attributeValues on RequestedAttribute
      Adding hooks to retrieve most recent decrypted and sent documents; updating readme and adding tests
      Remove download stats from README (not working anymore)
      ...
    Kush Jain committed Dec 28, 2016
    Configuration menu
    Copy the full SHA
    f74b513 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2018

  1. Customize deflation process

    Kush Jain committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    e9449c3 View commit details
    Browse the repository at this point in the history
Loading