Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-09-21 | add some more logging | Thomas Lenz | 1 | -0/+2 | |
2020-09-21 | fix possible nullpointer exception | Thomas Lenz | 1 | -10/+14 | |
2020-09-21 | add support for http.nonProxyHosts | Thomas Lenz | 1 | -34/+70 | |
2020-09-18 | switch to release-candidate version | Thomas Lenz | 1 | -1/+1 | |
2020-09-18 | add HTTP-Proxy support for SAML2 Metadata provider | Thomas Lenz | 2 | -9/+49 | |
2020-08-31 | switch to next snapshot versiondevelopment_preview | Thomas Lenz | 1 | -1/+1 | |
2020-08-31 | switch to next release version4.1.3 | Thomas Lenz | 1 | -1/+1 | |
2020-07-07 | switch to next snapshot version | Thomas Lenz | 1 | -1/+1 | |
2020-07-07 | switch to next release version | Thomas Lenz | 1 | -1/+1 | |
2020-04-06 | add EGIZ snapshot maven repo | Thomas Lenz | 1 | -14/+20 | |
2020-04-06 | switch to next snapshot version | Thomas Lenz | 1 | -1/+1 | |
2020-02-19 | switch to version 4.1.1MOA-ID-4.1.1 | Thomas Lenz | 1 | -1/+1 | |
2020-02-19 | separate between E-ID Proxy-Mode and Demo-Mode | Thomas Lenz | 3 | -1/+23 | |
2019-12-11 | change version to 4.1.0 | Thomas Lenz | 1 | -1/+1 | |
2019-12-11 | update to EAAF-Components 1.0.13.1 | Thomas Lenz | 2 | -2/+8 | |
Enforce E-ID authentication based on Service-Provider configuration | |||||
2019-08-05 | test profiles to switch between Java <=8 and Java > 8 | Thomas Lenz | 1 | -16/+26 | |
2019-08-05 | update paths to maven repos | Thomas Lenz | 1 | -6/+6 | |
2019-08-05 | change version structure of project | Thomas Lenz | 1 | -2/+1 | |
2019-06-07 | update third-party libs | Thomas Lenz | 1 | -1/+1 | |
2019-05-29 | refactoring from MOA-ID 3.4.x to MOA E-ID Proxy 4.0.x | Thomas Lenz | 4 | -5/+49 | |
2019-05-24 | untested switch to EAAF-components 1.0.7 | Thomas Lenz | 3 | -63/+4 | |
2019-02-18 | add 'Austrian eID' demo-mode to simulate attribute behavior from 2020 | Thomas Lenz | 4 | -3/+62 | |
2019-02-12 | fix bug in UseStandardTrustStore flag | Thomas Lenz | 1 | -1/+1 | |
remove unnecessary maven dependency | |||||
2019-02-04 | update SSLUtils to use default JVM trustStore for SSL connections as optional | Thomas Lenz | 3 | -17/+48 | |
2019-02-04 | update http-Proxy injection | Thomas Lenz | 1 | -2/+3 | |
2018-09-28 | add first code for eID4U | Thomas Lenz | 1 | -2/+1 | |
2018-09-26 | remove unused dependency | Thomas Lenz | 2 | -4/+2 | |
2018-08-27 | fix bug with wrong DummyStatisticLogger packagename | Thomas Lenz | 1 | -20/+1 | |
2018-08-16 | fix problem in StatisticDatabase test functionality | Thomas Lenz | 1 | -3/+1 | |
2018-07-16 | Merge branch 'huge_refactoring' into development_preview | Thomas Lenz | 47 | -3734/+696 | |
# Conflicts: # id/server/doc/handbook/config/config.html # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/auth/OAAuthParameterDecorator.java # id/server/modules/moa-id-modul-citizencard_authentication/src/main/java/at/gv/egovernment/moa/id/auth/AuthenticationServer.java # id/server/modules/moa-id-modul-citizencard_authentication/src/main/java/at/gv/egovernment/moa/id/auth/modules/internal/tasks/VerifyAuthenticationBlockTask.java # id/server/modules/moa-id-modul-citizencard_authentication/src/main/java/at/gv/egovernment/moa/id/auth/validator/CreateXMLSignatureResponseValidator.java | |||||
2018-07-12 | Merge branch 'eIDAS_node_2.0_tests' into huge_refactoring | Thomas Lenz | 16 | -88/+352 | |
# 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-06-25 | add SP specific configuration for SL2.0 | Thomas Lenz | 6 | -11/+84 | |
2018-06-22 | some more pvp2 updates | Thomas Lenz | 12 | -2387/+14 | |
2018-06-20 | refactor PVP2 S-Profile implementation and perform first tests | Thomas Lenz | 8 | -572/+9 | |
2018-06-15 | fix first refactoring problems | Thomas Lenz | 1 | -3/+5 | |
2018-06-14 | some more stuff | Thomas Lenz | 1 | -16/+3 | |
2018-06-14 | more refactoring staff | Thomas Lenz | 8 | -11/+310 | |
2018-06-12 | update XAdES scheme 1.3.2 and 1.4.1 | Thomas Lenz | 4 | -46/+162 | |
2018-06-12 | fix problem at foreign bPK configuration in configuration tool | Thomas Lenz | 1 | -0/+4 | |
2018-06-12 | add jUnit simple test for AuthDataBuilder and foreign bPK generation | Thomas Lenz | 3 | -0/+36 | |
2018-06-12 | add foreign bPK generation into AuthenticationDataBuilder | Thomas Lenz | 4 | -2/+27 | |
2018-06-07 | some more refactoring stuff | Thomas Lenz | 3 | -8/+4 | |
2018-05-28 | refactore code to use EAAF core components | Thomas Lenz | 15 | -755/+45 | |
2018-05-17 | fix bug in configtool regarding interfederation mode | Thomas Lenz | 1 | -7/+7 | |
2018-05-16 | add initial version of Security-Layer 2.0 Authentication module | Thomas Lenz | 1 | -0/+62 | |
2018-03-13 | add configuration parameter to disable 'targetFriendlyName' validation in ↵ | Thomas Lenz | 1 | -0/+1 | |
signed AuthBlock | |||||
2018-03-12 | add specific AuthBlock validation logging | Thomas Lenz | 1 | -11/+25 | |
2018-03-12 | add specific AuthBlock validation logging | Thomas Lenz | 1 | -11/+25 | |
2018-03-12 | remove some warning in pom structure | Thomas Lenz | 1 | -3/+1 | |
2018-02-27 | some more updates are required to support postgresql databases | Thomas Lenz | 8 | -49/+86 | |