xml compact suite

This commit is contained in:
Valentin Samir 2015-06-01 23:59:49 +02:00
parent 63f0719109
commit 9f29d1ef20
1 changed files with 4 additions and 5 deletions

View File

@ -5,10 +5,9 @@
{% for key, value in attributes %} <cas:{{key}}>{{value}}</cas:{{key}}> {% for key, value in attributes %} <cas:{{key}}>{{value}}</cas:{{key}}>
{% endfor %} </cas:attributes> {% endfor %} </cas:attributes>
{% for key, value in attributes %} <cas:attribute name="{{key}}" value="{{value}}"/> {% for key, value in attributes %} <cas:attribute name="{{key}}" value="{{value}}"/>
{% endfor %}{% if proxyGrantingTicket %} {% endfor %}{% if proxyGrantingTicket %} <cas:proxyGrantingTicket>{{proxyGrantingTicket}}</cas:proxyGrantingTicket>
<cas:proxyGrantingTicket>{{proxyGrantingTicket}}</cas:proxyGrantingTicket>{% endif %}{% if proxies %} {% endif %}{% if proxies %} <cas:proxies>
<cas:proxies>
{% for proxy in proxies %} <cas:proxy>{{proxy}}</cas:proxy> {% for proxy in proxies %} <cas:proxy>{{proxy}}</cas:proxy>
{% endfor %} </cas:proxies>{% endif %} {% endfor %} </cas:proxies>
</cas:authenticationSuccess> {% endif %} </cas:authenticationSuccess>
</cas:serviceResponse> </cas:serviceResponse>