aboutsummaryrefslogtreecommitdiff
path: root/id/ConfigWebTool
AgeCommit message (Collapse)AuthorFilesLines
2019-02-18set UTF-8 encoding as defaultThomas Lenz1-0/+3
add additional trace logging
2019-02-18add 'Austrian eID' demo-mode to simulate attribute behavior from 2020Thomas Lenz3-5/+59
2019-02-18use UTF-8 servlet-filter instead of encoding informationThomas Lenz6-26/+36
2019-02-04add UTF-8 encoding infos into config-tool formsThomas Lenz4-4/+4
2019-02-04update SSLUtils to use default JVM trustStore for SSL connections as optionalThomas Lenz2-1/+3
2018-08-27update some descriptions in configuration-guiThomas Lenz2-6/+6
2018-07-13some bug fixesThomas Lenz1-1/+2
2018-07-12Merge branch 'eIDAS_node_2.0_tests' into huge_refactoringThomas Lenz9-6/+220
# 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-10some small updates and handbook updateThomas Lenz2-8/+8
2018-07-03fix possible NullPointer exception if no configuration existsThomas Lenz1-2/+2
2018-06-25add SP specific configuration for SL2.0Thomas Lenz5-2/+151
2018-06-20refactor PVP2 S-Profile implementation and perform first testsThomas Lenz9-24/+34
2018-06-14some more stuffThomas Lenz1-1/+1
2018-06-12fix problem at foreign bPK configuration in configuration toolThomas Lenz1-11/+13
2018-06-12add foreign bPK generation into AuthenticationDataBuilderThomas Lenz5-0/+64
2018-05-28refactore code to use EAAF core componentsThomas Lenz11-13/+13
2018-05-17fix bug in configtool regarding interfederation modeThomas Lenz2-14/+14
2018-02-28remove workaround for unofficial releaseThomas Lenz1-6/+6
2018-02-28activate postgresql solution as default for unofficial ↵moa-id-3.3.2_postgresqlThomas Lenz1-0/+7
moa-id-3.3.2_postgresql release
2018-02-27some more updates are required to support postgresql databasesThomas Lenz1-10/+16
2018-02-23first untested unfactoring for Postgresql suppportThomas Lenz1-1/+18
The scheme of configuration DB changed, therefore this version is incompatible to 3.3.2 configuration
2017-11-27add some more escaptionsThomas Lenz1-25/+7
2017-11-27add escaping on some placesThomas Lenz1-4/+5
2017-11-27refactoring: rename methodThomas Lenz13-75/+75
2017-10-18update text_field size in configuration toolThomas Lenz1-1/+1
2017-10-03remove mobileBKU and add an additional third BKUThomas Lenz4-35/+36
2017-09-20move some elements in OA configuration GUIThomas Lenz2-9/+11
2017-09-20make SAML2 http POST-Binding template and mandate-service selection-template ↵Thomas Lenz5-3/+90
configurable for every online application
2017-09-13update eIDAS country selectorThomas Lenz1-1/+1
2017-09-07update Struts2 to current versionThomas Lenz1-4/+6
2017-07-25workAround to solve problem with IAIK-JCE and SSL algorithm parameter validationThomas Lenz1-0/+20
2017-07-17update MOA SAML2 metadata provider to support metadata located on file systemThomas Lenz1-51/+54
2017-03-19add info for a bugfix that can not be solved at the momentThomas Lenz1-0/+7
2017-03-09update some more libsThomas Lenz1-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-09update eIDAS node target validatorThomas Lenz1-2/+5
2017-02-08add additional validation of eIDAS country target for bPK calculationThomas Lenz3-0/+11
2017-02-08update eIDAS node configuration to allow more then on configuration for the ↵Thomas Lenz3-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-03fix possible NullPointerException in OA configuration if no MIS, SZR-GW, or ↵Thomas Lenz1-3/+3
ELGA mandate-service is configured
2016-11-04add hostname validation to httpclient 3.1, which is assumed by openSAML 2.xThomas Lenz2-2/+12
2016-10-24remove MOA-ID specific certStore directory.Thomas Lenz4-30/+30
From now, MOA-ID always use the MOA-SPSS certStore directory for chain building
2016-10-21update ConfigTool to support more than one ELGA mandate-serviceThomas Lenz13-33/+388
2016-09-30refactor http servlet response processing to prohibit 'chunked' transfer ↵Thomas Lenz1-3/+3
encoding
2016-09-20fix bug in eIDAS LoA validationThomas Lenz1-1/+1
2016-08-16change STORK QAA to eIDAS LoAThomas Lenz9-27/+45
2016-06-23update configuration GUI for eIDAS nodesThomas Lenz1-1/+1
2016-06-21add eIDAS bPK prefix: urn:publicid:gv.at:eidasid+Thomas Lenz2-4/+17
2016-06-21refactor metadataprovider to Spring implementationThomas Lenz1-3/+2
2016-06-07Merge remote-tracking branch 'remotes/origin/moapid-3.2-opb-redis' into ↵Thomas Lenz1-6/+0
eIDAS_node_implementation Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/SingleLogOutAction.java
2016-05-31fix bPK validation in configuration GUIThomas Lenz1-3/+2
2016-05-18add additional validation information in case of not unique service-provider ↵Thomas Lenz3-4/+10
identifier