Skip to content

Commit

Permalink
AA: Rename access authority to invite
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Sep 26, 2023
1 parent 373e737 commit 1ab28b0
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,11 @@ authorities:
validationRegExp: "^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"
}
- {
id: "access",
description: "SURF Access",
endpoint: "{{ aa.access_url }}",
user: "{{ aa.access_username }}",
password: "{{ aa.access_password }}",
id: "invite",
description: "SURFinvite",
endpoint: "{{ aa.invite_url }}",
user: "{{ aa.invite_username }}",
password: "{{ aa.invite_password }}",
timeOut: 5000,
type: "rest",
pathParams: [
Expand All @@ -162,7 +162,7 @@ authorities:
name: "urn:mace:dir:attribute-def:isMemberOf",
description: "Lists the roles the user is a member of",
type: "string",
example: "urn:mace:surf.nl:test.surfaccess.nl:77a273cf-6f0a-480a-991e-ada8e89e1d74:scim_mock_test_role"
example: "urn:mace:surf.nl:test.surfinvite.nl:77a273cf-6f0a-480a-991e-ada8e89e1d74:scim_mock_test_role"
}
],
requiredInputAttributes: [
Expand Down

0 comments on commit 1ab28b0

Please sign in to comment.