Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-27 | Merge branch 'moa-id-3.0.0-snapshot' into moa-id-3.2_(OPB) | Thomas Lenz | 2 | -9/+9 | |
2016-01-27 | rebuild error messaging in case of taskExecution errorsMOA-ID-3.1.0_RC1 | Thomas Lenz | 1 | -5/+8 | |
2016-01-27 | set max error-message length in statisticdatabase to 200 characters | Thomas Lenz | 1 | -4/+1 | |
2016-01-27 | Merge branch 'moa-id-3.0.0-snapshot' into moa-id-3.2_(OPB) | Thomas Lenz | 4 | -8/+36 | |
2016-01-27 | Log exception if basic moa-id configuration property file is not found | Thomas Lenz | 1 | -1/+1 | |
2016-01-25 | fix AuthnRequest validation: requested AssertionConsumerServiceURL MUST be ↵ | Thomas Lenz | 2 | -5/+30 | |
equal to AssertionConsumerService in PVP metadata | |||||
2016-01-25 | update log message for PVP AuthnRequest signature validation | Thomas Lenz | 1 | -2/+5 | |
2016-01-22 | Merge branch 'eSense_eIDAS_development' into moa-id-3.2_(OPB) | Thomas Lenz | 26 | -406/+1138 | |
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-22 | change message loglevel, if no active SSO session is found | Thomas Lenz | 1 | -2/+2 | |
2016-01-22 | change logs and error messages during MOA-ID start-up process | Thomas Lenz | 3 | -51/+28 | |
2016-01-22 | blacklist Microsoft SQL JDBC driver, because default online-application load ↵ | Thomas Lenz | 1 | -2/+26 | |
operation does not work - Microsoft SQL does not allow len() method calls with a parameter of type text | |||||
2016-01-22 | remove tomcat-stop method on initialization error | Thomas Lenz | 1 | -1/+1 | |
2016-01-21 | fix exception handling problem with updated cc process | Thomas Lenz | 2 | -14/+33 | |
2016-01-21 | remove unused functionality | Thomas Lenz | 1 | -5/+5 | |
2016-01-19 | remove MOA-SP calls via WebService URL | Thomas Lenz | 1 | -13/+12 | |
2016-01-19 | fix refactoring problem | Thomas Lenz | 1 | -1/+1 | |
2016-01-19 | update PVP Single LogOut request/response signature validation | Thomas Lenz | 12 | -72/+405 | |
2016-01-19 | add additional virtual IDP PublicURL Prefix validation | Thomas Lenz | 1 | -4/+14 | |
2016-01-19 | fix JAVA reflection class instance problems, which is required for SAML1 and ↵ | Thomas Lenz | 2 | -20/+18 | |
STORK2 protocol implementation | |||||
2016-01-18 | refactor additional parts of MOA-ID-Auth to enabled virtual IDP functionality | Thomas Lenz | 6 | -8/+32 | |
2016-01-15 | Merge branch 'multiple_IDP_publicURLPrefixes' into moa-id-3.0.0-snapshot | Thomas Lenz | 29 | -112/+355 | |
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-15 | add garbage collector to remove unsed SAML2 metadata provider (influence PVP ↵ | Thomas Lenz | 4 | -20/+88 | |
and eIDAS metadata) | |||||
2016-01-14 | fix problem with eIDAS QAA to STORK QAA mapping | Thomas Lenz | 1 | -1/+1 | |
2016-01-14 | temporary problem fix for default security definitions (PVP / eIDAS SAML-engine) | Thomas Lenz | 5 | -1/+29 | |
2016-01-13 | add JavaDoc | Thomas Lenz | 1 | -0/+5 | |
2016-01-13 | refactor PVP Metadata provider functionality | Thomas Lenz | 6 | -26/+596 | |
2016-01-13 | add test IDL generation | Thomas Lenz | 1 | -0/+4 | |
2016-01-13 | add STORK-QAA <--> eIdAS-QAA level mapper | Thomas Lenz | 4 | -4/+100 | |
2016-01-12 | refactore STORK authentication module to use generic MOASession data-storage | Thomas Lenz | 3 | -25/+51 | |
2016-01-12 | refactor MOASession data-object to store generice information from ↵ | Thomas Lenz | 5 | -331/+256 | |
authentication modules | |||||
2015-12-18 | add first untested parts for eIDAS SAML-engine configuration | Thomas Lenz | 2 | -0/+13 | |
2015-12-04 | add additional PVP credential checks | Thomas Lenz | 1 | -0/+15 | |
2015-12-04 | check if PVP SigningCredentials contains a privatekey after load keystore ↵ | Thomas Lenz | 1 | -0/+6 | |
load operation | |||||
2015-11-27 | remove unused class | Thomas Lenz | 1 | -155/+0 | |
2015-11-27 | fix possible DB cleanup errors | Thomas Lenz | 3 | -54/+56 | |
2015-10-13 | use module and action from pendingRequest instead of from moasession dao | Thomas Lenz | 1 | -1/+1 | |
2015-10-12 | fix some problems in DispatcherServlet | Thomas Lenz | 6 | -8/+523 | |
2015-10-09 | move BKU Authentication preprocessing into a seperate task. | Thomas Lenz | 3 | -117/+55 | |
The GenerateIFrameTemplateServlet only put all request parameters into process-managment context | |||||
2015-10-08 | refactor attributeBuilder OA parameter from implementation to interface | Thomas Lenz | 33 | -35/+65 | |
2015-09-15 | fix problems with OracleDB and configuration storage implementation | Thomas Lenz | 2 | -238/+343 | |
2015-09-14 | move citizen-card authentication and validation (Security-layer ↵ | Thomas Lenz | 65 | -11829/+671 | |
communication) to discrete module | |||||
2015-09-14 | load protocol attribute builder dynamically by SPI | Thomas Lenz | 50 | -868/+77 | |
2015-09-11 | move authentication protocol implementation to separate modules. | Thomas Lenz | 83 | -10528/+141 | |
authentication protocol modules are loaded by SPI now. | |||||
2015-09-02 | fix problem with private service applications and target friendlyname | Thomas Lenz | 1 | -37/+42 | |
2015-09-02 | Update log message to distinguish between not active and not exists service ↵ | Thomas Lenz | 1 | -3/+6 | |
configurations | |||||
2015-08-28 | fix misplaced RevisionsLog entry | Thomas Lenz | 1 | -5/+5 | |
2015-08-27 | fix merge problem with OpenID connect | Thomas Lenz | 2 | -1/+6 | |
2015-08-27 | Merge STORK-SAML-Engine 1.5.1 and STORK-Commons 1.5.1 | Thomas Lenz | 2 | -263/+0 | |
Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/stork2/AttributeProviderFactory.java id/server/stork2-saml-engine/src/main/java/eu/stork/peps/auth/engine/core/validator/CustomAttributeQueryValidator.java id/server/stork2-saml-engine/src/main/java/eu/stork/peps/auth/engine/core/validator/MultipleAssertionResponseValidator.java | |||||
2015-08-27 | Use test- and productive TrustStore configurations in one IDP instance | Thomas Lenz | 6 | -64/+161 | |
- every service configuration could select its preferred TrustStore | |||||
2015-08-26 | add two ressources | Thomas Lenz | 2 | -0/+4 | |