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>
|
||||
</SubjectConfirmation>
|
||||
</Subject>
|
||||
{% for name, value in attributes %} <Attribute AttributeName="name" AttributeNamespace="http://www.ja-sig.org/products/cas/">
|
||||
<AttributeValue>value</AttributeValue>
|
||||
{% for name, value in attributes %} <Attribute AttributeName="{{name}}" AttributeNamespace="http://www.ja-sig.org/products/cas/">
|
||||
<AttributeValue>{{value}}</AttributeValue>
|
||||
</Attribute>
|
||||
{% endfor %} </AttributeStatement>
|
||||
<AuthenticationStatement AuthenticationInstant="{{IssueInstant}}"
|
||||
|
|
Loading…
Reference in a new issue