CZ-NIC / django-eidas-specific-node

GNU General Public License v3.0
2 stars 2 forks source link

Reorganize XML-related functions #46

Closed jiri-janousek closed 5 years ago

jiri-janousek commented 5 years ago

There are enough XML-related functions to deserve own submodule eidas_node.xml:

In addition, IdentityProviderResponseView.get_saml_response should not call decrypt_xml directly but via SAMLResponse.decrypt.