Skip to content

Commit a029e39

Browse files
committed
remove old sab-soap connection in AA
1 parent d73b69a commit a029e39

1 file changed

Lines changed: 0 additions & 22 deletions

File tree

roles/attribute-aggregation/templates/attributeAuthorities.yml.j2

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -46,28 +46,6 @@ authorities:
4646
],
4747
validationRegExp: "^(https?://orcid\\.org/|)([0-9]{4}-){3}[0-9]{3}[0-9X]$"
4848
}
49-
- {
50-
id: "sab",
51-
description: "SURF Autorisatie Beheer",
52-
endpoint: "{{ aa.sab_endpoint }}",
53-
user: "{{ aa.sab_username }}",
54-
password: "{{ aa.sab_password }}",
55-
timeOut: 1000,
56-
attributes: [
57-
{
58-
name: "urn:mace:dir:attribute-def:eduPersonEntitlement",
59-
description: "URI (either URN or URL) that indicates a set of rights to specific resources.",
60-
type: "string",
61-
example: "urn:mace:surfnet.nl:surfnet.nl:sab:role:Instellingsbevoegde"
62-
}
63-
],
64-
requiredInputAttributes: [
65-
{
66-
name: "urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified"
67-
}
68-
],
69-
validationRegExp: "^urn:mace:surfnet.nl:(surfnet\\.nl|surf\\.nl):sab:(role|organizationCode|organizationGUID|mobile):[A-Z0-9_+-]+$"
70-
}
7149
- {
7250
id: "voot",
7351
description: "An extensible protocol for dynamic exchange of group and authorization data",

0 commit comments

Comments
 (0)