-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAARC_SCIM_Example.json
101 lines (101 loc) · 3.31 KB
/
AARC_SCIM_Example.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"schemas": [
"urn:ietf:params:scim:schemas:core:2.0:User",
"urn:temporaryNamespace:scim:schemas:voPerson:User",
"urn:geant:aarc:scim:schemas:AARCCommunity:User"
],
"id": "d7a53cb23423420398409de7355956560282158ecac8f3d2c770b474862f4756",
"meta": {
"resourceType": "User",
"created": "2011-08-01T18:29:49.793Z",
"lastModified": "Invalid date",
"location": "https://example.com/v2/Users/2819c223...",
"version": "W/\"f250dd84f0671c3\""
},
"userName": "some id",
"user": {
"displayName": "Elizabeth Alexandra Mary Mountbatten Windsor",
"givenName": [
"Elizabeth",
"Alexandra",
"Mary"
],
"familyName": [
"Mountbatten",
"Windsor"
]
},
"entitlements": [
{
"value": "urn:mace:egi.eu:group:royals:admins:role=owner#aai.egi.eu",
"$ref": "https://groups.royal.uk/core-team/?filter=admins"
},
{
"value": "urn:geant:edugain:group:royals:role=queen",
"$ref": "https://groups.edugain.org/royals/?role=queen"
}
],
"emails": [
{
"value": "[email protected]",
"email_verified": true
},
{
"value": "[email protected]",
"email_verified": false
}
],
"urn:temporaryNamespace:scim:schemas:voPerson:User": {
"voPersonCertificateDN": [
{
"value": "C = DE, O = GermanGrid, OU = KIT, CN = Queen Elizabeth",
"prior": false,
"scope": "cert1"
}
],
"voPersonCertificateIssuerDN": [
{
"value": "CN=CILogon Basic CA 1, O=CILogon, C=US, DC=cilogon, DC=org",
"scope": "cert1"
}
],
"voPersonExternalAffiliation": [
{
"value": "[email protected]",
"prior": false
}
],
"voPersonScopedAffiliation": [
],
"voPersonVerifiedEmail": [
{
"value": "[email protected]",
"preferred": true
},
{
"value": "[email protected]",
"preferred": false
}
],
"voPersonSshPublicKey": [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAqA5FW6m3FbFhCOsRQBxKMRki5qJxoNhZdaeLXg6ym/",
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK4/7MGLu0yTQP8mtDNlLtXjvG5WqnXDMoE92bV0whlt"
]
},
"urn:geant:aarc:scim:schemas:AARCCommunity:User": {
"eduPersonAssurance": [
"https://refeds.org/assurance/IAP/high",
"https://refeds.org/assurance/IAP/medium",
"https://refeds.org/assurance/IAP/local-enterprise",
"https://refeds.org/assurance/ID/eppn-unique-no-reassign",
"https://refeds.org/assurance/ATP/ePA-1m",
"https://refeds.org/assurance/ATP/ePA-1d",
"https://aai.egi.eu/LoA#Substantial",
"https://refeds.org/assurance/ID/unique",
"https://refeds.org/assurance/profile/cappuccino",
"https://refeds.org/assurance/IAP/low"
],
"eduPersonOrcid": "https://orcid.org/0000-0002-1825-0097"
}
}