File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed
Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,6 @@ before_script:
3030script :
3131 - ant
3232
33- branches :
34- only :
35- - master
36- - develop
37-
3833addons :
3934 apt :
4035 packages :
Original file line number Diff line number Diff line change 1+ 4.3.3
2+ ** Feature**
3+ * Add internal-collabPersonId to attribute dictionary #111
4+
15# 4.3.2
26** Bugfix**
37* Secure the way the verifySignature method is used #104
Original file line number Diff line number Diff line change @@ -170,6 +170,15 @@ services:
170170 tags :
171171 - { name: 'saml.attribute' }
172172
173+ saml.attribute.internalCollabPersonId :
174+ class : Surfnet\SamlBundle\SAML2\Attribute\AttributeDefinition
175+ arguments :
176+ - internalCollabPersonId
177+ - ' urn:mace:surf.nl:attribute-def:internal-collabPersonId'
178+ - ~
179+ tags :
180+ - { name: 'saml.attribute' }
181+
173182 saml.attribute.isMemberOf :
174183 class : Surfnet\SamlBundle\SAML2\Attribute\AttributeDefinition
175184 arguments :
You can’t perform that action at this time.
0 commit comments