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: OpenLearningNet/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.
  • 5 commits
  • 4 files changed
  • 4 contributors

Commits on Feb 13, 2013

  1. Use a DTD to verify the layout of the XML response

    Date format was incompatible with ours because we have millisecond precision. Added fix.
    
    XMLSec could not properly parse the XML file and caused various errors. The workaround is to use a DTD file.
    See: http://www.aleksey.com/xmlsec/faq.html (Section 3.2)
    setiawan-ricky committed Feb 13, 2013
    Configuration menu
    Copy the full SHA
    f2c9172 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2013

  1. Merge pull request #1 from OpenLearningNet/dtd-fix

    Use a DTD to verify the layout of the XML response
    abrimo committed Feb 15, 2013
    Configuration menu
    Copy the full SHA
    af7e6a7 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2013

  1. Add authn reference

    Adam Brimo committed Feb 25, 2013
    Configuration menu
    Copy the full SHA
    890a042 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2013

  1. Windows Active Directory compatibility fixes

    It seems that the isoformat timestamp needs to end with 'Z'
    and that the id needs to begin with 'ONELOGIN'
    johnnyg committed Feb 26, 2013
    Configuration menu
    Copy the full SHA
    edb9e4f View commit details
    Browse the repository at this point in the history
  2. Bump version

    johnnyg committed Feb 26, 2013
    Configuration menu
    Copy the full SHA
    8b3e778 View commit details
    Browse the repository at this point in the history
Loading