diff options
| author | Thomas <> | 2022-06-07 13:21:48 +0200 |
|---|---|---|
| committer | Thomas <> | 2022-06-07 13:21:48 +0200 |
| commit | b3bbdc754025246c3de2a8e04a7ed2f085c5d19e (patch) | |
| tree | 51dd552e0652075b140ad101c0ba87b48e0ec0b1 /modules/eidas_proxy-sevice/src/main/resources/spring | |
| parent | 968ba90c987ad1df6aa6434dfe9e43e6c5b6a2a3 (diff) | |
| download | National_eIDAS_Gateway-b3bbdc754025246c3de2a8e04a7ed2f085c5d19e.tar.gz National_eIDAS_Gateway-b3bbdc754025246c3de2a8e04a7ed2f085c5d19e.tar.bz2 National_eIDAS_Gateway-b3bbdc754025246c3de2a8e04a7ed2f085c5d19e.zip | |
feat(eidas): add attribute-mapping service to map eIDAS attributs to IDA attributes
Diffstat (limited to 'modules/eidas_proxy-sevice/src/main/resources/spring')
| -rw-r--r-- | modules/eidas_proxy-sevice/src/main/resources/spring/eidas_proxy-service.beans.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/eidas_proxy-sevice/src/main/resources/spring/eidas_proxy-service.beans.xml b/modules/eidas_proxy-sevice/src/main/resources/spring/eidas_proxy-service.beans.xml index 1eb33e93..78b7640a 100644 --- a/modules/eidas_proxy-sevice/src/main/resources/spring/eidas_proxy-service.beans.xml +++ b/modules/eidas_proxy-sevice/src/main/resources/spring/eidas_proxy-service.beans.xml @@ -32,4 +32,7 @@ ref="specificConnectorAdditionalAttributesFileWithPath" /> </bean> + <bean id="proxyAttributeRegistry" + class="at.asitplus.eidas.specific.modules.msproxyservice.service.ProxyEidasAttributeRegistry" /> + </beans>
\ No newline at end of file |
