Skip to content

Commit 66b50c8

Browse files
committed
Two new group providers for acc
1 parent 05eb002 commit 66b50c8

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

group_vars/acc.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,28 @@ voot:
270270
name: "SURFnet",
271271
timeoutMillis: 3000
272272
}
273+
- {
274+
type: "open_social",
275+
url: "https://groupprovider-acc.surf.nl",
276+
credentials: {
277+
username: "conext",
278+
secret: "{{ external_group_provider_secrets.surf }}"
279+
},
280+
schacHomeOrganization: "surf.nl",
281+
name: "SURF",
282+
timeoutMillis: 3000
283+
}
284+
- {
285+
type: "open_social",
286+
url: "https://groupprovider-acc.sans-ec.nl",
287+
credentials: {
288+
username: "conext",
289+
secret: "{{ external_group_provider_secrets.sans }}"
290+
},
291+
schacHomeOrganization: "sans-ec.nl",
292+
name: "SaNS",
293+
timeoutMillis: 3000
294+
}
273295
voot_version: 1.6.1
274296
#voot_snapshot_timestamp: 20150420.135435-44
275297

0 commit comments

Comments
 (0)