diff options
author | Thomas <> | 2022-08-16 10:56:54 +0200 |
---|---|---|
committer | Thomas <> | 2022-08-16 10:56:54 +0200 |
commit | ca50cb8dda0a24b5a4589db126bfab8d0d885b00 (patch) | |
tree | 0947baf07a77f6f0b2fa2368fc92f87510340770 /basicConfig/ms-proxyservice/misc/idaAttributeMapping.json | |
parent | 0ae0c83da2f970bb8987f116286857e07b0c02b1 (diff) | |
download | National_eIDAS_Gateway-ca50cb8dda0a24b5a4589db126bfab8d0d885b00.tar.gz National_eIDAS_Gateway-ca50cb8dda0a24b5a4589db126bfab8d0d885b00.tar.bz2 National_eIDAS_Gateway-ca50cb8dda0a24b5a4589db126bfab8d0d885b00.zip |
feat(proxy): add support for custom eIDAS attribute-handler into ProxyEidasAttributeRegistry
This allow more sopisticated attribute-processing than simple mapping to IDA attributes
Diffstat (limited to 'basicConfig/ms-proxyservice/misc/idaAttributeMapping.json')
-rw-r--r-- | basicConfig/ms-proxyservice/misc/idaAttributeMapping.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/basicConfig/ms-proxyservice/misc/idaAttributeMapping.json b/basicConfig/ms-proxyservice/misc/idaAttributeMapping.json index e5495547..3de4b8a9 100644 --- a/basicConfig/ms-proxyservice/misc/idaAttributeMapping.json +++ b/basicConfig/ms-proxyservice/misc/idaAttributeMapping.json @@ -127,6 +127,22 @@ } }, { + "eidasAttribute": "http://e-justice.europa.eu/attributes/naturalperson/eJusticeNaturalPersonRole", + "specificAttributeHandlerClass": "at.asitplus.eidas.specific.modules.msproxyservice.handler.EJusticePersonRoleHandler", + "type": { + "mds": false, + "autoIncludeWithMandates": false + } + }, + { + "eidasAttribute": "http://e-justice.europa.eu/attributes/legalperson/eJusticeLegalPersonRole", + "specificAttributeHandlerClass": "at.asitplus.eidas.specific.modules.msproxyservice.handler.EJusticePersonRoleHandler", + "type": { + "mds": false, + "autoIncludeWithMandates": false + } + }, + { "eidasAttribute": "*", "idaAttribute": { "basic": "urn:oid:1.2.40.0.10.2.1.1.261.32", |