diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2021-06-01 20:30:08 +0200 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2021-06-01 20:30:08 +0200 |
commit | 7c0b889c2eab8734f890c2a53175852422760416 (patch) | |
tree | febd7e26fc5a45c9e4903b8f507b9123122ae07c /id/server/auth-edu | |
parent | 43f633a0b7ed8cfd73fce79560627fd5040abcc8 (diff) | |
download | moa-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/auth-edu')
-rw-r--r-- | id/server/auth-edu/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/id/server/auth-edu/pom.xml b/id/server/auth-edu/pom.xml index adfb2aa4f..42e035c7a 100644 --- a/id/server/auth-edu/pom.xml +++ b/id/server/auth-edu/pom.xml @@ -207,7 +207,12 @@ <groupId>MOA.id.server.modules</groupId> <artifactId>moa-id-module-bkaMobilaAuthSAML2Test</artifactId> </dependency> - + + <dependency> + <groupId>MOA.id.server.modules</groupId> + <artifactId>moa-id-module-dummy-authenticatiuon</artifactId> + </dependency> + <dependency> <groupId>MOA.id.server.modules</groupId> <artifactId>moa-id-module-sl20_authentication</artifactId> |