This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
veridic/acs/abac/attribute_mapping.json

179 lines
3.4 KiB
JSON

{
"surname":[{
"type": "http://www.w3.org/2001/XMLSchema#string",
"definitions":
[
[
"X500",
[
"sn",
"2.5.4.4"
]
],
[
"http://schemas.xmlsoap.org/ws/2005/05/identity/claims",
[
"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname",
"Last Name"
]
],
[
"ACS-ABAC",
[
"surname"
]
]
]
}],
"firstname":[{
"type": "http://www.w3.org/2001/XMLSchema#string",
"definitions":
[
[
"X500",
[
"givenName"
]
],
[
"http://schemas.xmlsoap.org/ws/2005/05/identity/claims",
[
"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname"
]
],
[
"ACS-ABAC",
[
"firstname"
]
]
]
}],
"displayname":[{
"type": "http://www.w3.org/2001/XMLSchema#string",
"definitions":
[
[
"X500",
[
"displayName"
]
],
[
"ACS-ABAC",
[
"displayname"
]
]
]
}],
"email":[{
"type": "urn:oasis:names:tc:xacml:1.0:data-type:rfc822Name",
"definitions":
[
[
"X500",
[
"mail"
]
],
[
"ACS-ABAC",
[
"email"
]
]
]
}],
"title":[{
"type": "http://www.w3.org/2001/XMLSchema#string",
"definitions":
[
[
"X500",
[
"title"
]
],
[
"ACS-ABAC",
[
"title"
]
]
]
}],
"age":[{
"type": "http://www.w3.org/2001/XMLSchema#integer",
"definitions":
[
[
"http://schemas.xmlsoap.org/ws/2005/05/identity/claims",
[
"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/dateofbirth"
]
],
[
"ACS-ABAC",
[
"age"
]
]
]
}],
"unique_ID":[{
"type": "http://www.w3.org/2001/XMLSchema#string",
"definitions":
[
[
"X500",
[
"uid"
]
],
[
"http://schemas.xmlsoap.org/ws/2005/05/identity/claims",
[
"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/privatepersonalidentifier"
]
],
[
"ACS-ABAC",
[
"unique_ID"
]
]
]
}],
"nationality":[{
"type": "http://www.w3.org/2001/XMLSchema#string",
"definitions":
[
[
"ISO7501-1",
[
"Nationality"
]
],
[
"ACS-ABAC",
[
"nationality"
]
]
]
}],
"certificate_type":[{
"type": "http://www.w3.org/2001/XMLSchema#string",
"definitions":
[
[
"ACS-ABAC",
[
"certificate_type"
]
]
]
}]
}