Skip to content
Snippets Groups Projects
  1. Jul 26, 2017
  2. Jul 21, 2017
  3. Jul 20, 2017
  4. Jul 19, 2017
    • ivan's avatar
      Select preferred binding on the configuration · 7046ceb2
      ivan authored
      pysaml2 supports the configuration option 'preferred_binding' which is
      a map of services to array of preferred bindings for that service. Use
      the configuration instead of the currently hardcoded choices.
      
      An example configuration would be the following:
      
        module: satosa.backends.saml2.SAMLBackend
        name: Saml2
        config:
          sp_config:
            preferred_binding:
              single_sign_on_service:
              - urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect
              - urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST
      
      This defines the preferred bindings for the SSO service, and is
      equivalent the code that was hardcoded before. Changing the order of the
      bindings would use HTTP-POST instead of the HTTP-Redirect.
      7046ceb2
  5. Jul 17, 2017
  6. Jul 14, 2017
  7. Jul 13, 2017
  8. Jul 12, 2017
  9. Jul 11, 2017
  10. Jul 07, 2017
  11. Jun 29, 2017
  12. Jun 13, 2017