Evaluate attributes variables in samlValidate.xml

This commit is contained in:
Valentin Samir 2016-04-29 19:56:32 +02:00
parent 6a6fe14c9f
commit 80b16c002b
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@
</ConfirmationMethod> </ConfirmationMethod>
</SubjectConfirmation> </SubjectConfirmation>
</Subject> </Subject>
{% for name, value in attributes %} <Attribute AttributeName="name" AttributeNamespace="http://www.ja-sig.org/products/cas/"> {% for name, value in attributes %} <Attribute AttributeName="{{name}}" AttributeNamespace="http://www.ja-sig.org/products/cas/">
<AttributeValue>value</AttributeValue> <AttributeValue>{{value}}</AttributeValue>
</Attribute> </Attribute>
{% endfor %} </AttributeStatement> {% endfor %} </AttributeStatement>
<AuthenticationStatement AuthenticationInstant="{{IssueInstant}}" <AuthenticationStatement AuthenticationInstant="{{IssueInstant}}"