aboutsummaryrefslogtreecommitdiff
path: root/id/server/modules/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2021-06-01 20:30:08 +0200
committerThomas Lenz <thomas.lenz@egiz.gv.at>2021-06-01 20:30:08 +0200
commit7c0b889c2eab8734f890c2a53175852422760416 (patch)
treefebd7e26fc5a45c9e4903b8f507b9123122ae07c /id/server/modules/pom.xml
parent43f633a0b7ed8cfd73fce79560627fd5040abcc8 (diff)
downloadmoa-id-spss-7c0b889c2eab8734f890c2a53175852422760416.tar.gz
moa-id-spss-7c0b889c2eab8734f890c2a53175852422760416.tar.bz2
moa-id-spss-7c0b889c2eab8734f890c2a53175852422760416.zip
add dummy authentication-modul that loads eID information from local configuration
Diffstat (limited to 'id/server/modules/pom.xml')
-rw-r--r--id/server/modules/pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/id/server/modules/pom.xml b/id/server/modules/pom.xml
index fb8c5c5df..c762cf51c 100644
--- a/id/server/modules/pom.xml
+++ b/id/server/modules/pom.xml
@@ -36,7 +36,9 @@
<module>moa-id-module-sl20_authentication</module>
<module>moa-id-module-AT_eIDAS_connector</module>
- <module>moa-id-module-E-ID_connector</module>
+ <module>moa-id-module-E-ID_connector</module>
+ <module>moa-id-module-dummyAuth</module>
+
</modules>
<dependencies>