All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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"
				]
			}
		}
	]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy