aboutsummaryrefslogtreecommitdiff
path: root/id/server/modules/moa-id-modules-saml1
AgeCommit message (Collapse)AuthorFilesLines
2016-01-15Merge branch 'multiple_IDP_publicURLPrefixes' into moa-id-3.0.0-snapshotThomas Lenz3-3/+15
Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/MOAIDAuthConstants.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/GenerateIFrameTemplateServlet.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/builder/assertion/PVP2AssertionBuilder.java
2016-01-12refactore STORK authentication module to use generic MOASession data-storageThomas Lenz1-2/+8
2015-10-15add maven test depentenciesThomas Lenz1-0/+16
2015-09-14move citizen-card authentication and validation (Security-layer ↵Thomas Lenz7-2/+520
communication) to discrete module
2015-09-11move authentication protocol implementation to separate modules.Thomas Lenz9-0/+1927
authentication protocol modules are loaded by SPI now.