Skip to content

Commit 735376f

Browse files
committed
Two new group providers: SURF and SaNS
1 parent 66b50c8 commit 735376f

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

group_vars/prod.yml

Lines changed: 22 additions & 0 deletions
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

0 commit comments

Comments
 (0)