File tree Expand file tree Collapse file tree
roles/janus/templates/janus/config Expand file tree Collapse file tree Original file line number Diff line number Diff 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
305327voot_version : 1.6.1
306328
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments