aboutsummaryrefslogtreecommitdiff
path: root/id/server/modules/moa-id-modules-saml1/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2016-01-28add dependency to SAML1 authentication modulThomas Lenz1-0/+6
2016-01-28fix maven dependency build problemThomas Lenz1-2/+0
2016-01-27Merge branch 'eSense_eIDAS_development' into moa-id-3.2_(OPB)Thomas Lenz1-0/+6
Conflicts: id/server/idserverlib/pom.xml id/server/modules/moa-id-module-eIDAS/src/main/java/at/gv/egovernment/moa/id/protocols/eidas/AuthenticationRequest.java id/server/modules/moa-id-module-eIDAS/src/main/java/at/gv/egovernment/moa/id/protocols/eidas/EidasMetaDataRequest.java id/server/modules/moa-id-modules-saml1/src/main/java/at/gv/egovernment/moa/id/protocols/saml1/SAML1AuthenticationServer.java
2016-01-27fix unresolved dependency in SAML1 authentication moduleThomas Lenz1-0/+6
2016-01-25add temporarily eIDAS functionality to SAML1 authentication protocol for ↵Thomas Lenz1-1/+13
development purpose !! SAML1 will be removed from official release version !!
2015-10-15add maven test depentenciesThomas Lenz1-0/+16
2015-09-14move citizen-card authentication and validation (Security-layer ↵Thomas Lenz1-0/+6
communication) to discrete module
2015-09-11move authentication protocol implementation to separate modules.Thomas Lenz1-0/+22
authentication protocol modules are loaded by SPI now.