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

Support for AuthnRequest HTTP-POST binding with enveloped signatures #78

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

Commits on Jun 1, 2015

  1. Work in progress on the HTTP-POST binding for IdP's single sign on

    service. Before this we only do HTTP redirects to the IdP's sso URL
    with everything in a querystring (as per SAML HTTP-Redirect bindng).
    
    A lot of the work concerns creating an HTML form as well as enveloped
    signatures.
    tachang committed Jun 1, 2015
    Configuration menu
    Copy the full SHA
    941d4f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2015

  1. Added tests for AuthnRequest HTTP-POST binding.

    Also added an example self signed certificate with pub/private key
    to be used for testing.
    tachang committed Aug 8, 2015
    Configuration menu
    Copy the full SHA
    4dd89c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    806858a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5bd4b5f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70c8510 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    14c7347 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    80a3aa6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    965093f View commit details
    Browse the repository at this point in the history
  8. More pep8 fixes

    tachang committed Aug 8, 2015
    Configuration menu
    Copy the full SHA
    2bfdf71 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2015

  1. Configuration menu
    Copy the full SHA
    49ee5bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75342f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2015

  1. Fixing PEP8 whitespace

    tachang committed Aug 10, 2015
    Configuration menu
    Copy the full SHA
    cfef095 View commit details
    Browse the repository at this point in the history