aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-02-19refactor Single Sign-On authentication consents evaluator to get executed by ↵Thomas Lenz14-521/+627
processEngine
2016-02-18fix error handling: always make a redirect to MOA-ID in case of errorThomas Lenz1-27/+18
2016-02-18remove AXIS1 implemented WebService for SAML1 --> now a simple Spring ↵Thomas Lenz12-173/+957
controller is used as WebService endpoint
2016-02-18fix process transaction problemThomas Lenz1-48/+3
2016-02-18fix problem with protocol-action implementation validationThomas Lenz1-2/+2
2016-02-18fix missing revisionslogThomas Lenz1-6/+13
2016-02-18remove unused codeThomas Lenz3-789/+1
2016-02-18fix problem with pending-requests and protocol specific error messagesThomas Lenz30-194/+230
2016-02-18refactor authentication process to use service-provider configuration from ↵Thomas Lenz46-1417/+667
pending-request
2016-02-18update error handling and Web based error messagesThomas Lenz6-79/+583
2016-02-18add WebFrontEnd security interceptorThomas Lenz3-9/+98
2016-02-17refactor JUnit testsThomas Lenz23-72/+135
2016-02-17delete STORK authentication moduleThomas Lenz56-9145/+0
2016-02-17remove STORK code --> MOA-ID >= 3.2 only supports eIDAS protocolThomas Lenz916-95368/+0
2016-02-17fix unresolved depentenciesThomas Lenz2-7/+48
2016-02-16Refactore eIDAS module to new Spring based protocol engineThomas Lenz16-109/+325
2016-02-15First untested part: Refactor authentication modules and process management ↵Thomas Lenz107-4229/+5626
to Spring
2016-02-10refactor LogOutServlet to Spring WebMVC implementationThomas Lenz2-81/+60
2016-02-10fix problem with static content and Spring WebMVC controllerThomas Lenz1-1/+1
2016-02-10switch to Spring based application initializerThomas Lenz10-133/+325
2016-02-10Merge branch 'moa-id-3.0.0-snapshot' into moa-id-3.2_(OPB)Thomas Lenz5-6/+22
Conflicts: id/server/modules/moa-id-modules-saml1/src/main/java/at/gv/egovernment/moa/id/protocols/saml1/SAML1AuthenticationServer.java
2016-02-08fix possible bottleneck in case of high load and a low number of allowed ↵Thomas Lenz1-9/+8
database connections
2016-02-08fix possible NullPointerException if pendingRequest is not found any moreThomas Lenz1-0/+6
2016-02-04fix XXE DDoS problem in MOA-SPSSThomas Lenz1-0/+4
2016-02-02add missing log message in PVP authentication-protocol preprocessingThomas Lenz1-0/+2
2016-01-28add missing auth. protocol status-codesThomas Lenz1-0/+4
2016-01-28fix missing import in STORK authentication modulThomas Lenz1-16/+2
2016-01-28add dependency to SAML1 authentication modulThomas Lenz1-0/+6
2016-01-28fix maven dependency build problemThomas Lenz2-2/+8
2016-01-28fix merge problem eIDAS Metadata servletThomas Lenz1-3/+3
2016-01-27Merge branch 'eSense_eIDAS_development' into moa-id-3.2_(OPB)Thomas Lenz7-18/+61
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-27Merge branch 'moa-id-3.0.0-snapshot' into moa-id-3.2_(OPB)Thomas Lenz6-15/+14
2016-01-27fix unresolved dependency in SAML1 authentication moduleThomas Lenz3-6/+10
2016-01-27fix unresolved dependencyThomas Lenz2-4/+4
2016-01-27remove STORK document-serviceThomas Lenz1-2/+2
2016-01-27remove STORK-SAMLEngineThomas Lenz2-12/+7
2016-01-27rebuild error messaging in case of taskExecution errorsMOA-ID-3.1.0_RC1Thomas Lenz2-8/+10
2016-01-27Add additional log messageThomas Lenz1-1/+1
2016-01-27set max error-message length in statisticdatabase to 200 charactersThomas Lenz1-4/+1
2016-01-27fix typo in Apache Tomcat Start/Stop script templatesThomas Lenz2-2/+2
2016-01-27Merge branch 'eSense_eIDAS_development' into moa-id-3.2_(OPB)Thomas Lenz3-12/+11
Conflicts: 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
2016-01-27Merge branch 'moa-id-3.0.0-snapshot' into moa-id-3.2_(OPB)Thomas Lenz7-8/+47
2016-01-27Log exception if basic moa-id configuration property file is not foundThomas Lenz1-1/+1
2016-01-27set ContentType parameter in HTTPServletResponseThomas Lenz3-16/+17
2016-01-25fix AuthnRequest validation: requested AssertionConsumerServiceURL MUST be ↵Thomas Lenz3-5/+31
equal to AssertionConsumerService in PVP metadata
2016-01-25update commons-collection in modul moa-id-configurationThomas Lenz2-0/+10
2016-01-25update log message for PVP AuthnRequest signature validationThomas Lenz1-2/+5
2016-01-25add temporarily eIDAS functionality to SAML1 authentication protocol for ↵Thomas Lenz3-7/+19
development purpose !! SAML1 will be removed from official release version !!
2016-01-22remove STORK-SAML engineThomas Lenz1-2/+2
2016-01-22refactor eIDAS-node metadata generationThomas Lenz6-54/+96