Skip to content

Commit e90430b

Browse files
Merge pull request #681 from nsklikas/fix-eidas-attribute-mapping
Fix eidas attribute mapping for legal person
2 parents dcb6cd6 + 68ac039 commit e90430b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/saml2/attributemaps/saml_uri.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
'identifier': 'urn:oasis:names:tc:SAML:2.0:attrname-format:uri',
3737
'fro': {
3838
EIDAS_LEGALPERSON+'LegalPersonIdentifier': 'LegalPersonIdentifier',
39-
EIDAS_LEGALPERSON+'LegalAddress': 'LegalAddress',
39+
EIDAS_LEGALPERSON+'LegalPersonAddress': 'LegalAddress',
4040
EIDAS_LEGALPERSON+'LegalName': 'LegalName',
41-
EIDAS_LEGALPERSON+'VATRegistration': 'VATRegistration',
41+
EIDAS_LEGALPERSON+'VATRegistrationNumber': 'VATRegistration',
4242
EIDAS_LEGALPERSON+'TaxReference': 'TaxReference',
4343
EIDAS_LEGALPERSON+'BusinessCodes': 'BusinessCodes',
4444
EIDAS_LEGALPERSON+'LEI': 'LEI',
@@ -218,9 +218,9 @@
218218
},
219219
'to': {
220220
'LegalPersonIdentifier': EIDAS_LEGALPERSON+'LegalPersonIdentifier',
221-
'LegalAddress': EIDAS_LEGALPERSON+'LegalAddress',
221+
'LegalAddress': EIDAS_LEGALPERSON+'LegalPersonAddress',
222222
'LegalName': EIDAS_LEGALPERSON+'LegalName',
223-
'VATRegistration': EIDAS_LEGALPERSON+'VATRegistration',
223+
'VATRegistration': EIDAS_LEGALPERSON+'VATRegistrationNumber',
224224
'TaxReference': EIDAS_LEGALPERSON+'TaxReference',
225225
'BusinessCodes': EIDAS_LEGALPERSON+'BusinessCodes',
226226
'LEI': EIDAS_LEGALPERSON+'LEI',

0 commit comments

Comments
 (0)