Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-12-13 | add missing 'needConsent' --> 'false' flag | Thomas Lenz | 1 | -0/+1 | |
2019-12-13 | fix problem with old Redis library | Thomas Lenz | 1 | -1/+1 | |
fix configuration GUI | |||||
2019-12-13 | add code for SEMPER eIDAS extensions | Thomas Lenz | 1 | -3/+3 | |
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 | 3 | -5/+7 | |
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 | -111/+165 | |
2019-08-05 | update paths to maven repos | Thomas Lenz | 1 | -1/+1 | |
2019-08-05 | change version structure of project | Thomas Lenz | 1 | -2/+1 | |
2019-06-12 | downgrade jedis to solve dependency problems | Thomas Lenz | 1 | -2/+2 | |
2019-06-07 | update third-party libs | Thomas Lenz | 1 | -4/+3 | |
2019-06-07 | add new status codes | Thomas Lenz | 2 | -0/+5 | |
2019-06-07 | update AuthenticationDataBuilder to support Prof.Rep bPKs in E-ID Proxy mode | Thomas Lenz | 1 | -18/+36 | |
2019-06-05 | move useMandate into parent interface | Thomas Lenz | 2 | -14/+0 | |
2019-05-29 | refactoring from MOA-ID 3.4.x to MOA E-ID Proxy 4.0.x | Thomas Lenz | 18 | -54/+111 | |
2019-05-24 | untested switch to EAAF-components 1.0.7 | Thomas Lenz | 19 | -154/+94 | |
2019-03-05 | fix attribute escaping problem in IdentityLinkAssertionParser and move the ↵ | Thomas Lenz | 3 | -6/+213 | |
escaping into SL1.0 AuthBlock builder and validator this fix can be deactivated by property: 'configuration.bugfix.enable.idl.escaping' to get backward compatibility | |||||
2019-02-27 | update CSS template | Thomas Lenz | 1 | -3/+4 | |
2019-02-19 | remove 'scope' annotation | Thomas Lenz | 1 | -2/+0 | |
2019-02-19 | add some more attribute functionality for 'Austrian eID' demo-mode | Thomas Lenz | 12 | -77/+396 | |
2019-02-18 | remove unused class | Thomas Lenz | 1 | -1221/+0 | |
2019-02-18 | set UTF-8 encoding as default | Thomas Lenz | 2 | -10/+9 | |
add additional trace logging | |||||
2019-02-18 | add 'Austrian eID' demo-mode to simulate attribute behavior from 2020 | Thomas Lenz | 11 | -645/+244 | |
2019-02-12 | add Log messages | Thomas Lenz | 2 | -1/+3 | |
2019-02-04 | update SSLUtils to use default JVM trustStore for SSL connections as optional | Thomas Lenz | 3 | -2/+17 | |
2019-02-04 | add code for eID4U attribute collection | Thomas Lenz | 2 | -0/+70 | |
2019-02-04 | move code for Cookie management into CookieUtils.java | Thomas Lenz | 2 | -36/+73 | |
2019-02-04 | update Spring Redis Backend | Thomas Lenz | 3 | -6/+8 | |
2018-12-14 | some more updates and first code for TUG interaction | Thomas Lenz | 1 | -1/+1 | |
2018-10-16 | update third party libs to solve incompatibility with JDK11 | Thomas Lenz | 2 | -6/+12 | |
2018-09-26 | update Redis plugin for Spring | Thomas Lenz | 1 | -2/+2 | |
2018-08-27 | fix error message in case of wrong encoded foreign-bPK decryption keys | Thomas Lenz | 1 | -3/+6 | |
2018-08-27 | fix small problem in implementation of a monitoring module | Thomas Lenz | 1 | -1/+1 | |
2018-08-27 | fix bug with wrong DummyStatisticLogger packagename | Thomas Lenz | 2 | -26/+3 | |
2018-08-16 | fix problem in StatisticDatabase test functionality | Thomas Lenz | 1 | -6/+4 | |
2018-07-25 | some small modifications regarding EAAFCore 1.0.1 | Thomas Lenz | 2 | -13/+19 | |
2018-07-20 | add one log message | Thomas Lenz | 1 | -0/+1 | |
2018-07-20 | some log message modifications | Thomas Lenz | 2 | -4/+13 | |
2018-07-16 | Merge branch 'huge_refactoring' into development_preview | Thomas Lenz | 297 | -23814/+7918 | |
# 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-16 | some GUI and handbook updatesMOA-ID-3.4.0 | Thomas Lenz | 1 | -3/+12 | |
2018-07-13 | some bug fixes | Thomas Lenz | 14 | -88/+112 | |
2018-07-12 | Merge branch 'eIDAS_node_2.0_tests' into huge_refactoring | Thomas Lenz | 42 | -524/+3421 | |
# 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 | -1/+13 | |
2018-07-03 | rename eIDAS LoA constants | Thomas Lenz | 4 | -9/+27 | |
2018-07-02 | update auth. module for central eIDAS node connection | Thomas Lenz | 2 | -0/+81 | |
2018-07-02 | add Annotations to AttributeBuilder | Thomas Lenz | 21 | -0/+42 | |
2018-06-25 | add SP specific configuration for SL2.0 | Thomas Lenz | 1 | -1/+3 | |
2018-06-22 | some more pvp2 updates | Thomas Lenz | 22 | -1519/+281 | |
2018-06-20 | add some missing files | Thomas Lenz | 2 | -0/+450 | |
2018-06-20 | refactor PVP2 S-Profile implementation and perform first tests | Thomas Lenz | 119 | -10760/+660 | |
2018-06-15 | first tests with PVP2 S-Profil and SAML1 | Thomas Lenz | 8 | -38/+136 | |