Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-06-07 | fix problems in configuration tool | Thomas Lenz | 3 | -14/+24 | |
2019-05-29 | refactoring from MOA-ID 3.4.x to MOA E-ID Proxy 4.0.x | Thomas Lenz | 17 | -950/+1210 | |
2019-02-18 | set UTF-8 encoding as default | Thomas Lenz | 1 | -0/+3 | |
add additional trace logging | |||||
2019-02-18 | add 'Austrian eID' demo-mode to simulate attribute behavior from 2020 | Thomas Lenz | 3 | -5/+59 | |
2019-02-18 | use UTF-8 servlet-filter instead of encoding information | Thomas Lenz | 6 | -26/+36 | |
2019-02-04 | add UTF-8 encoding infos into config-tool forms | Thomas Lenz | 4 | -4/+4 | |
2019-02-04 | update SSLUtils to use default JVM trustStore for SSL connections as optional | Thomas Lenz | 2 | -1/+3 | |
2018-08-27 | update some descriptions in configuration-gui | Thomas Lenz | 2 | -6/+6 | |
2018-07-13 | some bug fixes | Thomas Lenz | 1 | -1/+2 | |
2018-07-12 | Merge branch 'eIDAS_node_2.0_tests' into huge_refactoring | Thomas Lenz | 8 | -4/+219 | |
# Conflicts: # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/builder/AuthenticationDataBuilder.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/builder/BPKBuilder.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/parser/VerifyXMLSignatureResponseParser.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/validator/VerifyXMLSignatureResponseValidator.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/auth/OAAuthParameterDecorator.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/auth/data/DynamicOAAuthParameters.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/data/AuthenticationData.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/moduls/AuthenticationManager.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/builder/attributes/EncryptedBPKAttributeBuilder.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/utils/AssertionAttributeExtractor.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/utils/SAML2Utils.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/verification/metadata/SchemaValidationFilter.java # id/server/idserverlib/src/main/resources/moaid.authentication.beans.xml # id/server/idserverlib/src/test/java/at/gv/egovernment/moa/id/module/test/TestRequestImpl.java # id/server/moa-id-commons/src/main/java/at/gv/egovernment/moa/id/commons/MOAIDAuthConstants.java # id/server/moa-id-commons/src/main/java/at/gv/egovernment/moa/id/commons/api/IOAAuthParameters.java # id/server/moa-id-commons/src/main/java/at/gv/egovernment/moa/id/commons/config/ConfigurationMigrationUtils.java # id/server/moa-id-commons/src/main/java/at/gv/egovernment/moa/id/commons/utils/KeyValueUtils.java # id/server/modules/moa-id-module-bkaMobilaAuthSAML2Test/src/main/java/at/gv/egovernment/moa/id/auth/modules/bkamobileauthtests/BKAMobileAuthModule.java # id/server/modules/moa-id-module-bkaMobilaAuthSAML2Test/src/main/java/at/gv/egovernment/moa/id/auth/modules/bkamobileauthtests/tasks/FirstBKAMobileAuthTask.java # id/server/modules/moa-id-module-sl20_authentication/src/main/java/at/gv/egovernment/moa/id/auth/modules/sl20_auth/sl20/JsonSecurityUtils.java # id/server/modules/moa-id-module-sl20_authentication/src/main/java/at/gv/egovernment/moa/id/auth/modules/sl20_auth/tasks/CreateQualeIDRequestTask.java # id/server/modules/moa-id-module-sl20_authentication/src/main/java/at/gv/egovernment/moa/id/auth/modules/sl20_auth/tasks/ReceiveQualeIDTask.java # id/server/modules/module-monitoring/src/main/java/at/gv/egovernment/moa/id/monitoring/IdentityLinkTestModule.java | |||||
2018-07-10 | some small updates and handbook update | Thomas Lenz | 2 | -8/+8 | |
2018-07-03 | fix possible NullPointer exception if no configuration exists | Thomas Lenz | 1 | -2/+2 | |
2018-06-25 | add SP specific configuration for SL2.0 | Thomas Lenz | 5 | -2/+151 | |
2018-06-20 | refactor PVP2 S-Profile implementation and perform first tests | Thomas Lenz | 8 | -24/+24 | |
2018-06-14 | some more stuff | Thomas Lenz | 1 | -1/+1 | |
2018-06-12 | fix problem at foreign bPK configuration in configuration tool | Thomas Lenz | 1 | -11/+13 | |
2018-06-12 | add foreign bPK generation into AuthenticationDataBuilder | Thomas Lenz | 5 | -0/+64 | |
2018-05-28 | refactore code to use EAAF core components | Thomas Lenz | 11 | -13/+13 | |
2018-05-17 | fix bug in configtool regarding interfederation mode | Thomas Lenz | 2 | -14/+14 | |
2018-02-28 | remove workaround for unofficial release | Thomas Lenz | 1 | -6/+6 | |
2018-02-28 | activate postgresql solution as default for unofficial ↵moa-id-3.3.2_postgresql | Thomas Lenz | 1 | -0/+7 | |
moa-id-3.3.2_postgresql release | |||||
2018-02-27 | some more updates are required to support postgresql databases | Thomas Lenz | 1 | -10/+16 | |
2018-02-23 | first untested unfactoring for Postgresql suppport | Thomas Lenz | 1 | -1/+18 | |
The scheme of configuration DB changed, therefore this version is incompatible to 3.3.2 configuration | |||||
2017-11-27 | add some more escaptions | Thomas Lenz | 1 | -25/+7 | |
2017-11-27 | add escaping on some places | Thomas Lenz | 1 | -4/+5 | |
2017-11-27 | refactoring: rename method | Thomas Lenz | 13 | -75/+75 | |
2017-10-18 | update text_field size in configuration tool | Thomas Lenz | 1 | -1/+1 | |
2017-10-03 | remove mobileBKU and add an additional third BKU | Thomas Lenz | 4 | -35/+36 | |
2017-09-20 | move some elements in OA configuration GUI | Thomas Lenz | 2 | -9/+11 | |
2017-09-20 | make SAML2 http POST-Binding template and mandate-service selection-template ↵ | Thomas Lenz | 5 | -3/+90 | |
configurable for every online application | |||||
2017-09-13 | update eIDAS country selector | Thomas Lenz | 1 | -1/+1 | |
2017-09-07 | update Struts2 to current version | Thomas Lenz | 1 | -4/+6 | |
2017-07-25 | workAround to solve problem with IAIK-JCE and SSL algorithm parameter validation | Thomas Lenz | 1 | -0/+20 | |
2017-07-17 | update MOA SAML2 metadata provider to support metadata located on file system | Thomas Lenz | 1 | -51/+54 | |
2017-03-19 | add info for a bugfix that can not be solved at the moment | Thomas Lenz | 1 | -0/+7 | |
2017-03-09 | update some more libs | Thomas Lenz | 1 | -1/+1 | |
- Hibernate to 5.2.8.Final - Spring to 4.3.7.Release - Apache CXF to 3.1.10 - Struts 2 to 2.5.10.1 (also fix CVE-2017-5638 (https://cwiki.apache.org/confluence/display/WW/S2-045), but is the latest major release) - Apache http client to 4.5.3 - Apache http core to 4.4.6 - SLF4j to 1.7.24 - commons.lang3 to 3.5 - jackson to 2.8.7 | |||||
2017-02-09 | update eIDAS node target validator | Thomas Lenz | 1 | -2/+5 | |
2017-02-08 | add additional validation of eIDAS country target for bPK calculation | Thomas Lenz | 3 | -0/+11 | |
2017-02-08 | update eIDAS node configuration to allow more then on configuration for the ↵ | Thomas Lenz | 3 | -3/+8 | |
same country code. Country codes can be extended by a suffix like NL and NL-Test. Both generates a Authn. request for NL but there are two entries in citizen country selector and maybe two different service URLs | |||||
2017-02-03 | fix possible NullPointerException in OA configuration if no MIS, SZR-GW, or ↵ | Thomas Lenz | 1 | -3/+3 | |
ELGA mandate-service is configured | |||||
2016-11-04 | add hostname validation to httpclient 3.1, which is assumed by openSAML 2.x | Thomas Lenz | 2 | -2/+12 | |
2016-10-24 | remove MOA-ID specific certStore directory. | Thomas Lenz | 4 | -30/+30 | |
From now, MOA-ID always use the MOA-SPSS certStore directory for chain building | |||||
2016-10-21 | update ConfigTool to support more than one ELGA mandate-service | Thomas Lenz | 13 | -33/+388 | |
2016-09-30 | refactor http servlet response processing to prohibit 'chunked' transfer ↵ | Thomas Lenz | 1 | -3/+3 | |
encoding | |||||
2016-09-20 | fix bug in eIDAS LoA validation | Thomas Lenz | 1 | -1/+1 | |
2016-08-16 | change STORK QAA to eIDAS LoA | Thomas Lenz | 9 | -27/+45 | |
2016-06-23 | update configuration GUI for eIDAS nodes | Thomas Lenz | 1 | -1/+1 | |
2016-06-21 | add eIDAS bPK prefix: urn:publicid:gv.at:eidasid+ | Thomas Lenz | 2 | -4/+17 | |
2016-06-21 | refactor metadataprovider to Spring implementation | Thomas Lenz | 1 | -3/+2 | |
2016-05-31 | fix bPK validation in configuration GUI | Thomas Lenz | 1 | -3/+2 | |