Skip to content

Commit

Permalink
Merge pull request #70 from mauromol/patch-3
Browse files Browse the repository at this point in the history
Fix response base template
  • Loading branch information
peppelinux committed Jul 28, 2021
2 parents 44a4c16 + 6bde43f commit 0453449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spid_sp_test/responses/templates/base.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
Version="2.0" xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
{% endblock AssertionTag %}
{% block AssertionIssuer %}<saml:Issuer Format="urn:oasis:names:tc:SAML:2.0:nameid-format:entity">{{Issuer}}</saml:Issuer>{% endblock %}
{% block assertion_signature %}
<!-- Assertion Signature here -->
{% endblock assertion_signature %}
{% block AssertionIssuer %}<saml:Issuer Format="urn:oasis:names:tc:SAML:2.0:nameid-format:entity">{{Issuer}}</saml:Issuer>{% endblock %}
{% block SubjectTag %}
<saml:Subject>
{% block SubjectNameID %}
Expand Down

0 comments on commit 0453449

Please sign in to comment.