We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b50c8 commit 735376fCopy full SHA for 735376f
1 file changed
group_vars/prod.yml
@@ -301,6 +301,28 @@ voot:
301
name: "SURFsara",
302
timeoutMillis: 3000
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
317
+ url: "https://groupprovider.sans-ec.nl",
318
319
320
+ secret: "{{ external_group_provider_secrets.sans }}"
321
322
+ schacHomeOrganization: "sans-ec.nl",
323
+ name: "SaNS",
324
325
326
327
voot_version: 1.6.1
328
0 commit comments