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: jjguy/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
  • 3 files changed
  • 1 contributor

Commits on Apr 29, 2015

  1. Allow user to configure which field used as attribute name

    attribute names are currently identified by their OASIS spec
    oid.  while these are specific, they're not easy to read.  Most
    IdPs also include a "FriendlyName" field such as:
    
    <saml2:Attribute FriendlyName="givenName"
        Name="urn:oid:2.5.4.42"
        NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri">
    
    That's a lot easier to use. Added support to advanced configuration
    to allow the user to define the field name used. Defaults to Name if
    not defined.
    J.J. Guy
    J.J. Guy committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    89d0359 View commit details
    Browse the repository at this point in the history
  2. updating README to include added function and field

    J.J. Guy
    J.J. Guy committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    8191a89 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2015

  1. fixing pep8 test failures

    J.J. Guy
    J.J. Guy committed Apr 30, 2015
    Configuration menu
    Copy the full SHA
    c8ca233 View commit details
    Browse the repository at this point in the history
Loading