Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Common namespace for multiple VOs #24

Open
jjensenral opened this issue Jun 21, 2024 · 0 comments
Open

Common namespace for multiple VOs #24

jjensenral opened this issue Jun 21, 2024 · 0 comments
Labels
AARC-G069 Guidelines for expressing group membership and role information authZ Authorisation PROFILE-AARC AARC Attribute Profile PROFILE-GUT Grand Unified Token (GUT) profile

Comments

@jjensenral
Copy link

jjensenral commented Jun 21, 2024

(Regarding the assertion of group information, see also #10 and #25)
Following G002 (G069), a user who has multiple groups from the same attribute authority is likely to end up with

urn:example:foo:group:a
urn:example:foo:group:b
urn:example:foo:group:c
urn:example:foo:group:c:c1
urn:example:foo:group:c:c2

which, if/when all are asserted, is considered verbose (which may not matter when userinfo is used). Where today it could look like

{
  "groups": ["urn:example:foo:group:a","urn:example:foo:group:b","urn:example:foo:group:c","urn:example:foo:group:c:c1","urn:example:foo:group:c:c2"]
}

it could change to, say,

{
  "groups": {"urn:example:foo:group": ["a","b","c","c1","c2"]}
}
@jjensenral jjensenral added the AARC-G069 Guidelines for expressing group membership and role information label Jun 21, 2024
@NicolasLiampotis NicolasLiampotis added PROFILE-GUT Grand Unified Token (GUT) profile PROFILE-AARC AARC Attribute Profile labels Jun 21, 2024
@NicolasLiampotis NicolasLiampotis added the authZ Authorisation label Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AARC-G069 Guidelines for expressing group membership and role information authZ Authorisation PROFILE-AARC AARC Attribute Profile PROFILE-GUT Grand Unified Token (GUT) profile
Projects
None yet
Development

No branches or pull requests

2 participants