diff --git a/src/saml2/client.py b/src/saml2/client.py index 0fa9d3d..0d361e7 100644 --- a/src/saml2/client.py +++ b/src/saml2/client.py @@ -31,12 +31,12 @@ from saml2.utils import do_attributes, args2dict from saml2 import samlp, saml, extension_element_to_element from saml2 import VERSION, class_name, make_instance -from saml2.sigver import correctly_signed_response, decrypt -from saml2.sigver import pre_signature_part, sign_assertion_using_xmlsec -from saml2.sigver import sign_statement_using_xmlsec +from saml2.sigver import pre_signature_part +from saml2.sigver import security_context from saml2.soap import SOAPClient from saml2.attribute_converter import to_local +from saml2.authnresponse import authn_response DEFAULT_BINDING = saml2.BINDING_HTTP_REDIRECT @@ -48,24 +48,6 @@ FORM_SPEC = """