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

3 lines
137 B
Plaintext
Raw Normal View History

2022-07-27 17:58:22 +02:00
{% for item in saml_attributes %}
<Attribute name="{{ item.name }}" nameFormat="{{ item.nameFormat }}" id="{{ item.id }}" />
{% endfor %}