Skip to content

Commit eb61d4e

Browse files
committed
Merge branch 'release/4.3'
2 parents add45eb + a6430c2 commit eb61d4e

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ before_script:
3030
script:
3131
- ant
3232

33-
branches:
34-
only:
35-
- master
36-
- develop
37-
3833
addons:
3934
apt:
4035
packages:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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

src/Resources/config/saml_attributes.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)