Skip to content
Snippets Groups Projects
  1. Aug 16, 2017
  2. Aug 14, 2017
  3. Aug 11, 2017
  4. Aug 10, 2017
  5. Aug 02, 2017
  6. Jul 31, 2017
  7. Jul 28, 2017
  8. Jul 27, 2017
  9. Jul 26, 2017
  10. Jul 21, 2017
  11. Jul 20, 2017
  12. 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
  13. Jul 17, 2017
  14. Jul 14, 2017