ansible-role-sso/templates/shibboleth-attribute-map.in...

3 lines
137 B
Django/Jinja

{% for item in saml_attributes %}
<Attribute name="{{ item.name }}" nameFormat="{{ item.nameFormat }}" id="{{ item.id }}" />
{% endfor %}