diff --git a/attributemap/feide-oid.php b/attributemap/feide-oid.php
new file mode 100644
index 0000000000000000000000000000000000000000..30a6a9d39a118db26e77710ae1c4cbb85e1f0a78
--- /dev/null
+++ b/attributemap/feide-oid.php
@@ -0,0 +1,41 @@
+<?php
+
+$attributemap = array(
+	'mobile'		=> 'urn:mace:dir:attribute-def:mobile',
+	'displayName' 	=> 'urn:oid:2.16.840.1.113730.3.1.241',
+);
+
+/*
+
+ShibMapAttribute urn:mace:dir:attribute-def:sn Shib-LDAP-Surname surname
+ShibMapAttribute urn:mace:dir:attribute-def:telephoneNumber Shib-LDAP-telephoneNumber telephoneNumber
+ShibMapAttribute urn:mace:dir:attribute-def:facsimileTelephoneNumber Shib-LDAP-facsimileTelephoneNumber facsimileTelephoneNumber
+ShibMapAttribute urn:mace:dir:attribute-def:postalAddress Shib-LDAP-postalAddress postalAddress
+ShibMapAttribute urn:mace:dir:attribute-def:givenName Shib-LDAP-givenName givenName
+ShibMapAttribute urn:mace:dir:attribute-def:homePhone Shib-LDAP-homePhone homePhone
+ShibMapAttribute urn:mace:dir:attribute-def:homePostalAddress Shib-LDAP-homePostalAddress homePostalAddress
+ShibMapAttribute urn:mace:dir:attribute-def:mail Shib-LDAP-mail mail
+ShibMapAttribute urn:mace:dir:attribute-def:mobile Shib-LDAP-mobile mobile
+ShibMapAttribute urn:mace:dir:attribute-def:preferredLanguage Shib-LDAP-preferredLanguage preferredLanguage
+#
+ShibMapAttribute urn:mace:dir:attribute-def:eduPersonPrincipalName Shib-EP-PrincipalName eppn
+ShibMapAttribute urn:mace:dir:attribute-def:eduPersonAffiliation Shib-EP-Affiliation affiliation
+ShibMapAttribute urn:mace:dir:attribute-def:eduPersonScopedAffiliation Shib-EP-ScopedAffiliation scopedAffiliation
+ShibMapAttribute urn:mace:dir:attribute-def:eduPersonEntitlement Shib-EP-Entitlement entitlement
+ShibMapAttribute urn:mace:dir:attribute-def:eduPersonOrgDN Shib-EP-OrgDN orgDN
+ShibMapAttribute urn:mace:dir:attribute-def:eduPersonOrgUnitDN Shib-EP-OrgUnitDN orgUnitDN
+#
+ShibMapAttribute urn:mace:switch.ch:attribute-def:swissEduPersonUniqueID Shib-SwissEP-UniqueID uniqueID
+ShibMapAttribute urn:mace:switch.ch:attribute-def:swissEduPersonDateOfBirth Shib-SwissEP-DateOfBirth dateOfBirth
+ShibMapAttribute urn:mace:switch.ch:attribute-def:swissEduPersonGender Shib-SwissEP-Gender gender
+ShibMapAttribute urn:mace:switch.ch:attribute-def:swissEduPersonHomeOrganization Shib-SwissEP-HomeOrganization homeOrganization
+ShibMapAttribute urn:mace:switch.ch:attribute-def:swissEduPersonHomeOrganizationType Shib-SwissEP-HomeOrganizationType homeOrganizationType
+ShibMapAttribute urn:mace:switch.ch:attribute-def:swissEduPersonStudyBranch1 Shib-SwissEP-StudyBranch1 studyBranch1
+ShibMapAttribute urn:mace:switch.ch:attribute-def:swissEduPersonStudyBranch2 Shib-SwissEP-StudyBranch2 studyBranch2
+ShibMapAttribute urn:mace:switch.ch:attribute-def:swissEduPersonStudyBranch3 Shib-SwissEP-StudyBranch3 studyBranch3
+ShibMapAttribute urn:mace:switch.ch:attribute-def:swissEduPersonStudyLevel Shib-SwissEP-StudyLevel studyLevel
+ShibMapAttribute urn:mace:switch.ch:attribute-def:swissEduPersonStaffCategory Shib-SwissEP-StaffCategory staffCategory
+
+*/
+
+?>
\ No newline at end of file
diff --git a/attributemap/oid-feide.php b/attributemap/oid-feide.php
new file mode 100644
index 0000000000000000000000000000000000000000..3319804dd3d8f361aa0e60ac7ef04c161fb26c8f
--- /dev/null
+++ b/attributemap/oid-feide.php
@@ -0,0 +1,14 @@
+<?php
+
+$attributemap = array(
+	'urn:oid:0.9.2342.19200300.100.1.41'	=> 'mobile',
+	'urn:oid:1.3.6.1.4.1.5923.1.1.1.6' 		=> 'eduPersonPrincipalName',
+	'urn:oid:0.9.2342.19200300.100.1.3' 	=> 'mail',
+	'urn:oid:2.5.4.3' 						=> 'cn',
+	'urn:oid:2.16.840.1.113730.3.1.241' 	=> 'displayName',
+	'urn:oid:2.5.4.4' => 'sn',
+	'urn:oid:2.5.4.42' => 'givenName',
+	'urn:oid:2.16.756.1.2.5.1.1.1' => 'eduPerson',
+);
+
+?>
\ No newline at end of file