Skip to content

Commit a8b5dda

Browse files
author
Hans Hörberg
committed
Added openosi-0.82.schema
1 parent a72c850 commit a8b5dda

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

src/saml2/attributemaps/saml_uri.py

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
SCHAC = 'urn:oid:1.3.6.1.4.1.25178.1.2.'
1212
SIS = 'urn:oid:1.2.752.194.10.2.'
1313
UMICH = 'urn:oid:1.3.6.1.4.1.250.1.57.'
14-
14+
OPENOSI_OID = 'urn:oid:1.3.6.1.4.1.27630.2.1.1.' #openosi-0.82.schema http://www.openosi.org/osi/display/ldap/Home
1515

1616
MAP = {
1717
'identifier': 'urn:oasis:names:tc:SAML:2.0:attrname-format:uri',
@@ -68,6 +68,13 @@
6868
NOREDUPERSON_OID+'10': 'norEduPersonLegalName',
6969
NOREDUPERSON_OID+'11': 'norEduOrgSchemaVersion',
7070
NOREDUPERSON_OID+'12': 'norEduOrgNIN',
71+
OPENOSI_OID+'17': 'osiHomeUrl',
72+
OPENOSI_OID+'19': 'osiPreferredTZ',
73+
OPENOSI_OID+'72': 'osiICardTimeLastUpdated',
74+
OPENOSI_OID+'104': 'osiMiddleName',
75+
OPENOSI_OID+'107': 'osiOtherEmail',
76+
OPENOSI_OID+'109': 'osiOtherHomePhone',
77+
OPENOSI_OID+'120': 'osiWorkURL',
7178
PKCS_9+'1': 'email',
7279
SCHAC+'1': 'schacMotherTongue',
7380
SCHAC+'2': 'schacGender',
@@ -208,6 +215,13 @@
208215
'norEduPersonLegalName': NOREDUPERSON_OID+'10',
209216
'norEduPersonNIN': NOREDUPERSON_OID+'5',
210217
'o': X500ATTR_OID+'10',
218+
'osiHomeUrl': OPENOSI_OID+'17',
219+
'osiPreferredTZ': OPENOSI_OID+'19',
220+
'osiICardTimeLastUpdated': OPENOSI_OID+'72',
221+
'osiMiddleName': OPENOSI_OID+'104',
222+
'osiOtherEmail': OPENOSI_OID+'107',
223+
'osiOtherHomePhone': OPENOSI_OID+'109',
224+
'osiWorkURL': OPENOSI_OID+'120',
211225
'ou': X500ATTR_OID+'11',
212226
'owner': X500ATTR_OID+'32',
213227
'physicalDeliveryOfficeName': X500ATTR_OID+'19',

0 commit comments

Comments
 (0)