aboutsummaryrefslogtreecommitdiff
path: root/id/server/modules/moa-id-modules-saml1/src/main/java/at/gv/egovernment/moa/id/protocols/saml1/GetArtifactAction.java
AgeCommit message (Collapse)AuthorFilesLines
2018-07-13some bug fixesThomas Lenz1-3/+3
2018-06-20refactor PVP2 S-Profile implementation and perform first testsThomas Lenz1-2/+2
2018-06-14untested, but without dependency problemsThomas Lenz1-7/+7
2017-10-18some small refactoring in RedirectServletThomas Lenz1-1/+1
2017-10-13enable mandates for eIDAS nodesThomas Lenz1-2/+5
2016-08-02First untested version of refactor eIDAS module, which uses eIDAS SAMLEngine ↵Thomas Lenz1-10/+8
v1.1 from JoinUp
2016-03-14refactor the GUI generation for user interactionThomas Lenz1-3/+3
2016-02-25solve problems with LogOut and Single LogOutThomas Lenz1-1/+1
2016-02-18refactor authentication process to use service-provider configuration from ↵Thomas Lenz1-4/+2
pending-request
2016-02-15First untested part: Refactor authentication modules and process management ↵Thomas Lenz1-6/+11
to Spring
2016-01-25add temporarily eIDAS functionality to SAML1 authentication protocol for ↵Thomas Lenz1-2/+1
development purpose !! SAML1 will be removed from official release version !!
2016-01-22Merge branch 'eSense_eIDAS_development' into moa-id-3.2_(OPB)Thomas Lenz1-2/+8
Conflicts: id/server/idserverlib/pom.xml id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/MOAIDAuthInitializer.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/auth/AuthConfiguration.java id/server/modules/module-stork/src/main/java/at/gv/egovernment/moa/id/auth/modules/stork/tasks/CreateStorkAuthRequestFormTask.java
2016-01-15Merge branch 'multiple_IDP_publicURLPrefixes' into moa-id-3.0.0-snapshotThomas Lenz1-2/+2
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-09-14move citizen-card authentication and validation (Security-layer ↵Thomas Lenz1-2/+1
communication) to discrete module
2015-09-11move authentication protocol implementation to separate modules.Thomas Lenz1-0/+142
authentication protocol modules are loaded by SPI now.