aboutsummaryrefslogtreecommitdiff
path: root/id/server/modules/moa-id-modul-citizencard_authentication/src/main
AgeCommit message (Collapse)AuthorFilesLines
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-10-12fix some problems in DispatcherServletThomas Lenz1-118/+0
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-14move citizen-card authentication and validation (Security-layer ↵Thomas Lenz44-0/+9729
communication) to discrete module