saml_idp: cleanup urls, codex -> utils, remove registry

This commit is contained in:
Jens Langhammer
2018-12-26 17:21:20 +01:00
parent 2eae37107d
commit 60d4a30992
12 changed files with 166 additions and 111 deletions

View File

@ -82,6 +82,6 @@ def get_response_xml(parameters, saml_provider: 'SAMLProvider', assertion_id='')
# LOGGER.debug("Raw response: %s", raw_response)
signed = sign_with_signxml(
saml_provider.signing_key, raw_response, [saml_provider.signing_cert],
saml_provider.signing_key, raw_response, saml_provider.signing_cert,
reference_uri=assertion_id).decode("utf-8")
return signed