From bab20b30d6a2ed9c5a6e739260027d23b933dc00 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Fri, 22 Jan 2021 12:16:21 +0100 Subject: add basic modules for integration of MS-specific eIDAS Proxy-Service --- .../src/main/resources/spring/id_austria_auth.beans.xml | 17 +++++++++++++++++ .../src/main/resources/spring/id_austria_task.beans.xml | 15 +++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 eidas_modules/authmodule_id-austria/src/main/resources/spring/id_austria_auth.beans.xml create mode 100644 eidas_modules/authmodule_id-austria/src/main/resources/spring/id_austria_task.beans.xml (limited to 'eidas_modules/authmodule_id-austria/src/main/resources/spring') diff --git a/eidas_modules/authmodule_id-austria/src/main/resources/spring/id_austria_auth.beans.xml b/eidas_modules/authmodule_id-austria/src/main/resources/spring/id_austria_auth.beans.xml new file mode 100644 index 00000000..adb54dc8 --- /dev/null +++ b/eidas_modules/authmodule_id-austria/src/main/resources/spring/id_austria_auth.beans.xml @@ -0,0 +1,17 @@ + + + + + + + + \ No newline at end of file diff --git a/eidas_modules/authmodule_id-austria/src/main/resources/spring/id_austria_task.beans.xml b/eidas_modules/authmodule_id-austria/src/main/resources/spring/id_austria_task.beans.xml new file mode 100644 index 00000000..f95d71cc --- /dev/null +++ b/eidas_modules/authmodule_id-austria/src/main/resources/spring/id_austria_task.beans.xml @@ -0,0 +1,15 @@ + + + + + + + \ No newline at end of file -- cgit v1.2.3