Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Mar 29, 2016
2 parents e9c092b + 6773a5a commit 977d15f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
22 changes: 22 additions & 0 deletions group_vars/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,28 @@ voot:
name: "SURFsara",
timeoutMillis: 3000
}
- {
type: "open_social",
url: "https://groupprovider.surf.nl",
credentials: {
username: "conext",
secret: "{{ external_group_provider_secrets.surf }}"
},
schacHomeOrganization: "surf.nl",
name: "SURF",
timeoutMillis: 3000
}
- {
type: "open_social",
url: "https://groupprovider.sans-ec.nl",
credentials: {
username: "conext",
secret: "{{ external_group_provider_secrets.sans }}"
},
schacHomeOrganization: "sans-ec.nl",
name: "SaNS",
timeoutMillis: 3000
}

voot_version: 1.6.1

Expand Down
2 changes: 2 additions & 0 deletions roles/janus/templates/janus/config/config_janus_core.j2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ janus_service_registry_core:
eduPersonEntitlement:
name: 'urn:mace:dir:attribute-def:eduPersonEntitlement'
specify_values: true
eduPersonOrcid:
name: 'urn:mace:dir:attribute-def:eduPersonOrcid'
isMemberOf:
name: 'urn:mace:dir:attribute-def:isMemberOf'
specify_values: true
Expand Down

0 comments on commit 977d15f

Please sign in to comment.