Skip to content

Commit 581deca

Browse files
committed
Upped teams to 4.0.17 to use the new shibd attribute is-member-of
1 parent 4dfc4d4 commit 581deca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

group_vars/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ shib:
147147
engine_domain: "{{ base_domain }}"
148148

149149
# versions of installed apps
150-
teams_version: 4.0.16
151-
teams_snapshot_timestamp: 20150915.083452-1
150+
teams_version: 4.0.17
151+
#teams_snapshot_timestamp: 20150915.083452-1
152152

153153
api_version: 4.0.1
154154
#api_snapshot_timestamp: 20150419.220130-443

roles/shibboleth/templates/shibboleth/attribute-map.xml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<!-- schacHomeOrganizaiton attribute map -->
1414
<Attribute name="urn:mace:terena.org:attribute-def:schacHomeOrganization" nameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" id="schacHomeOrganization" />
1515
<!-- user status attribute map -->
16-
<Attribute name="urn:oid:1.3.6.1.4.1.1076.20.100.10.10.1" nameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" id="coin-user-status" />
16+
<Attribute name="urn:mace:dir:attribute-def:isMemberOf" nameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" id="is-member-of" />
1717
<!-- vo name attribute map -->
1818
<Attribute name="urn:oid:1.3.6.1.4.1.1076.20.100.10.10.2" nameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" id="coin-vo-name" />
1919
<!-- Display Name attribute map -->

0 commit comments

Comments
 (0)