Evaluate attributes variables in samlValidate.xml
This commit is contained in:
parent
6a6fe14c9f
commit
80b16c002b
1 changed files with 2 additions and 2 deletions
|
@ -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}}"
|
||||||
|
|
Loading…
Reference in a new issue