Skip to content

Commit 977d15f

Browse files
committed
2 parents e9c092b + 6773a5a commit 977d15f

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

group_vars/prod.yml

+22
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,28 @@ voot:
301301
name: "SURFsara",
302302
timeoutMillis: 3000
303303
}
304+
- {
305+
type: "open_social",
306+
url: "https://groupprovider.surf.nl",
307+
credentials: {
308+
username: "conext",
309+
secret: "{{ external_group_provider_secrets.surf }}"
310+
},
311+
schacHomeOrganization: "surf.nl",
312+
name: "SURF",
313+
timeoutMillis: 3000
314+
}
315+
- {
316+
type: "open_social",
317+
url: "https://groupprovider.sans-ec.nl",
318+
credentials: {
319+
username: "conext",
320+
secret: "{{ external_group_provider_secrets.sans }}"
321+
},
322+
schacHomeOrganization: "sans-ec.nl",
323+
name: "SaNS",
324+
timeoutMillis: 3000
325+
}
304326

305327
voot_version: 1.6.1
306328

roles/janus/templates/janus/config/config_janus_core.j2.yml

+2
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ janus_service_registry_core:
8080
eduPersonEntitlement:
8181
name: 'urn:mace:dir:attribute-def:eduPersonEntitlement'
8282
specify_values: true
83+
eduPersonOrcid:
84+
name: 'urn:mace:dir:attribute-def:eduPersonOrcid'
8385
isMemberOf:
8486
name: 'urn:mace:dir:attribute-def:isMemberOf'
8587
specify_values: true

0 commit comments

Comments
 (0)