aboutsummaryrefslogtreecommitdiff
path: root/id/server/modules/moa-id-modul-citizencard_authentication
AgeCommit message (Collapse)AuthorFilesLines
2016-03-14refactor the GUI generation for user interactionThomas Lenz18-85/+87
2016-03-10remove axis 1 implementation completelyThomas Lenz1-3/+2
2016-03-10MOA-ID, which use MOA-Sig (includes new IAIK-MOA, with iaik_xect, ↵Thomas Lenz3-10/+15
iaik_eccelerate, and new iaik_PKI module
2016-03-09remove MOA-SPSS from buildpath and add MOA-SPSS container-modulThomas Lenz1-6/+17
2016-03-09move moa-common to moa-id-common, because MOA-SPSS becomes a seperate projectThomas Lenz1-2/+2
2016-03-08finish first beta-version of ELGA mandate-service client-moduleThomas Lenz5-90/+98
2016-03-08move SpingWebContextInitialisation into an appropriate jar to use moa-id-lib ↵Thomas Lenz1-1/+1
in other Spring based web applications
2016-03-08update mandate ReferenceValue generator.Thomas Lenz1-4/+6
This was necessary to get a referencevalue, which is MIS conform and which could used as SAML2 RequestID
2016-02-26Change CitizenCard AuthModule implementation to make it reusable in other ↵Thomas Lenz2-3/+9
modules
2016-02-24refactor PVP protocol implementation to resuse code in other modulesThomas Lenz1-0/+1
2016-02-22refactor PVP implementation to share code with PVP Service-Provider modulsThomas Lenz1-10/+20
2016-02-22change Spring typesThomas Lenz10-20/+20
2016-02-19optimize authentication process in respect to session-transaction and ↵Thomas Lenz1-18/+1
transaction-store read/write operations
2016-02-18remove AXIS1 implemented WebService for SAML1 --> now a simple Spring ↵Thomas Lenz1-1/+2
controller is used as WebService endpoint
2016-02-18fix process transaction problemThomas Lenz1-48/+3
2016-02-18fix problem with pending-requests and protocol specific error messagesThomas Lenz10-30/+30
2016-02-18refactor authentication process to use service-provider configuration from ↵Thomas Lenz13-680/+184
pending-request
2016-02-15First untested part: Refactor authentication modules and process management ↵Thomas Lenz21-530/+753
to Spring
2016-01-27Merge branch 'moa-id-3.0.0-snapshot' into moa-id-3.2_(OPB)Thomas Lenz2-4/+3
2016-01-27rebuild error messaging in case of taskExecution errorsMOA-ID-3.1.0_RC1Thomas Lenz1-3/+2
2016-01-27Add additional log messageThomas Lenz1-1/+1
2016-01-22Merge branch 'eSense_eIDAS_development' into moa-id-3.2_(OPB)Thomas Lenz2-353/+0
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-18refactor additional parts of MOA-ID-Auth to enabled virtual IDP functionalityThomas Lenz4-29/+28
2016-01-15Merge branch 'multiple_IDP_publicURLPrefixes' into moa-id-3.0.0-snapshotThomas Lenz3-3/+4
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-13refactor PVP Metadata provider functionalityThomas Lenz2-353/+0
2015-11-16add depentencyThomas Lenz1-0/+6
2015-10-12fix some problems in DispatcherServletThomas Lenz2-118/+9
2015-10-09move BKU Authentication preprocessing into a seperate task.Thomas Lenz3-3/+202
The GenerateIFrameTemplateServlet only put all request parameters into process-managment context
2015-09-17update depentenciesThomas Lenz1-0/+16
2015-09-15update pomThomas Lenz1-0/+6
2015-09-14move citizen-card authentication and validation (Security-layer ↵Thomas Lenz54-0/+10735
communication) to discrete module