Evaluate attributes variables in samlValidate.xml
This commit is contained in:
		@@ -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}}"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user