Skip to content
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

Add issuer/signature sequence test #11

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Aug 12, 2015

  1. Remove console.log

    bwillis committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    e2e335c View commit details
    Browse the repository at this point in the history
  2. Fix order spec assertion

    bwillis committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    515b74d View commit details
    Browse the repository at this point in the history
  3. Add spec to verify signed response signature/issuer order

    The SAML 2.0 protocol defines a sequence for Signature and Issuer. This
    test verifies that it is in the proper order, identical to the
    Signature/Issuer order verified on the response assertion.
    bwillis committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    24645f2 View commit details
    Browse the repository at this point in the history