All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
profiles.output.eduPerson.json Maven / Gradle / Ivy
{
"ver": "2",
"name": "sys:eduPerson",
"description": "SAML eduPerson translation profile",
"type": "OUTPUT",
"rules": [
{
"condition": {
"conditionValue": "true"
},
"action": {
"name": "includeOutputProfile",
"parameters": [
"sys:saml"
]
}
},
{
"condition": {
"conditionValue": "true"
},
"action": {
"name": "mapAttributeName",
"parameters": [
"nickname",
"eduPersonNickname",
"false"
]
}
},
{
"condition": {
"conditionValue": "true"
},
"action": {
"name": "mapAttributeName",
"parameters": [
"email",
"mail",
"false"
]
}
},
{
"condition": {
"conditionValue": "true"
},
"action": {
"name": "mapAttributeName",
"parameters": [
"picture",
"jpegPhoto",
"false"
]
}
},
{
"condition": {
"conditionValue": "true"
},
"action": {
"name": "mapAttributeName",
"parameters": [
"affiliation",
"eduPersonAffiliation",
"false"
]
}
},
{
"condition": {
"conditionValue": "true"
},
"action": {
"name": "mapAttributeName",
"parameters": [
"primaryAffiliation",
"eduPersonPrimaryAffiliation",
"false"
]
}
},
{
"condition": {
"conditionValue": "true"
},
"action": {
"name": "mapAttributeName",
"parameters": [
"certificate",
"userCertificate",
"false"
]
}
}
]
}