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: junhonomad/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.
  • 12 commits
  • 6 files changed
  • 2 contributors

Commits on Nov 16, 2014

  1. fix passing sp 'x509cert' and 'privateKey' strings in rather than fil…

    …e names.
    
    __sp is only set after check_settings succeeds, therefore keys would never be found.
    Jun-Ho Kim
    Jun-Ho Kim committed Nov 16, 2014
    Configuration menu
    Copy the full SHA
    90999e9 View commit details
    Browse the repository at this point in the history
  2. fix check for sls when generating sp metadata

    settings __add_default_values adds sls definition with missing url
    if no sls defined which causes error in metadata building.
    Jun-Ho Kim
    Jun-Ho Kim committed Nov 16, 2014
    Configuration menu
    Copy the full SHA
    42d1379 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b67c7ee View commit details
    Browse the repository at this point in the history
  4. don't advertise encryption key in metadata

    Jun-Ho Kim
    Jun-Ho Kim committed Nov 16, 2014
    Configuration menu
    Copy the full SHA
    6f2ffe8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aba6a54 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2014

  1. add helper method to create auto-posting html form

    Jun-Ho Kim
    Jun-Ho Kim committed Nov 17, 2014
    Configuration menu
    Copy the full SHA
    26b22b7 View commit details
    Browse the repository at this point in the history
  2. make deflate optional on login request

    Jun-Ho Kim
    Jun-Ho Kim committed Nov 17, 2014
    Configuration menu
    Copy the full SHA
    93faaa0 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2015

  1. remove requirement for at least one AttributeStatement (may be zero o…

    …r more according to spec)
    Jun-Ho Kim
    Jun-Ho Kim committed Feb 13, 2015
    Configuration menu
    Copy the full SHA
    4d25287 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2015

  1. remove authn context from request

    Jun-Ho Kim
    Jun-Ho Kim committed May 15, 2015
    Configuration menu
    Copy the full SHA
    6554dae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ce2ec5 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2018

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

Commits on May 4, 2021

  1. Fixes to support Azure B2C

    Copied date parsing code from latest version to fix parsing of dates
    with sub-microsecond precision.
    Added conditional to only inclue second keydescriptor if encryption
    enabled.
    Jun-Ho Kim
    Jun-Ho Kim committed May 4, 2021
    Configuration menu
    Copy the full SHA
    8dfae95 View commit details
    Browse the repository at this point in the history
Loading