File tree 2 files changed +24
-0
lines changed
roles/janus/templates/janus/config
2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -301,6 +301,28 @@ voot:
301
301
name : " SURFsara" ,
302
302
timeoutMillis : 3000
303
303
}
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
+ }
304
326
305
327
voot_version : 1.6.1
306
328
Original file line number Diff line number Diff line change @@ -80,6 +80,8 @@ janus_service_registry_core:
80
80
eduPersonEntitlement :
81
81
name : ' urn:mace:dir:attribute-def:eduPersonEntitlement'
82
82
specify_values : true
83
+ eduPersonOrcid :
84
+ name : ' urn:mace:dir:attribute-def:eduPersonOrcid'
83
85
isMemberOf :
84
86
name : ' urn:mace:dir:attribute-def:isMemberOf'
85
87
specify_values : true
You can’t perform that action at this time.
0 commit comments