Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-08-05 | fix eID4U attribute processing with multi-value results | Thomas Lenz | 4 | -6/+54 | |
2019-06-27 | add log messages | Thomas Lenz | 2 | -5/+24 | |
2019-06-27 | change spring-bean id'sMOA-ID-4.0.0 | Thomas Lenz | 2 | -5/+6 | |
2019-06-07 | update E-ID Proxy auth.module to support requested selection for education ↵ | Thomas Lenz | 2 | -3/+41 | |
version | |||||
2019-06-07 | update AuthenticationDataBuilder to support Prof.Rep bPKs in E-ID Proxy mode | Thomas Lenz | 1 | -0/+6 | |
2019-06-05 | flag session as setUseMandate if mandate attributes are received from E-ID | Thomas Lenz | 2 | -0/+85 | |
2019-05-29 | refactoring from MOA-ID 3.4.x to MOA E-ID Proxy 4.0.x | Thomas Lenz | 30 | -27/+2248 | |
2019-05-24 | untested switch to EAAF-components 1.0.7 | Thomas Lenz | 35 | -69/+138 | |
2019-03-05 | fix attribute escaping problem in IdentityLinkAssertionParser and move the ↵ | Thomas Lenz | 4 | -4/+9 | |
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 | set priority of eID4U AuthModule to 2 | Thomas Lenz | 1 | -1/+1 | |
2019-02-19 | update eID4u attribute collection and add a jUnit test for TUG->eID4u ↵ | Thomas Lenz | 8 | -63/+598 | |
attribute mapping | |||||
2019-02-19 | update OpenID-Connect request validation | Thomas Lenz | 3 | -51/+39 | |
2019-02-19 | add some more attribute functionality for 'Austrian eID' demo-mode | Thomas Lenz | 3 | -20/+86 | |
2019-02-18 | set UTF-8 encoding as default | Thomas Lenz | 1 | -0/+1 | |
add additional trace logging | |||||
2019-02-18 | add 'Austrian eID' demo-mode to simulate attribute behavior from 2020 | Thomas Lenz | 7 | -72/+72 | |
2019-02-12 | fix bug in UseStandardTrustStore flag | Thomas Lenz | 1 | -4/+4 | |
remove unnecessary maven dependency | |||||
2019-02-04 | update SSLUtils to use default JVM trustStore for SSL connections as optional | Thomas Lenz | 3 | -3/+9 | |
2019-02-04 | add code for eID4U attribute collection | Thomas Lenz | 9 | -75/+460 | |
2019-02-04 | inject SignerCertificate in SL20 authentication | Thomas Lenz | 1 | -14/+16 | |
2018-12-14 | some more updates and first code for TUG interaction | Thomas Lenz | 11 | -48/+250 | |
2018-10-16 | update third party libs to solve incompatibility with JDK11 | Thomas Lenz | 1 | -1/+2 | |
2018-10-04 | add some more basic untested code for eID4U. | Thomas Lenz | 3 | -7/+58 | |
- add auth.process selection - add eID4U attribute extraction | |||||
2018-10-03 | add first raw code elements to collect eID4U attributes during a Austrian ↵ | Thomas Lenz | 6 | -1/+217 | |
authentication process Node: auth. process selection and attribute collection is NOT implemented, yet | |||||
2018-10-03 | update eID4U attribute builder in MOA-ID to support complexe attributes | Thomas Lenz | 7 | -41/+88 | |
2018-10-02 | add basic attribute builders for eID4U (some builder are not final) | Thomas Lenz | 31 | -7/+1094 | |
2018-10-02 | move eID4U module into eID4U git repo | Thomas Lenz | 109 | -52062/+1 | |
2018-09-30 | one more JAXB update for eID4U | Thomas Lenz | 53 | -73/+80 | |
2018-09-30 | update JAXB classes again | Thomas Lenz | 53 | -235/+235 | |
2018-09-30 | rebuild eID4U JAXB classes | Thomas Lenz | 53 | -23/+6247 | |
2018-09-28 | add first code for eID4U | Thomas Lenz | 69 | -18/+45920 | |
2018-09-28 | fix problem in SPI attribute loader | Thomas Lenz | 6 | -5/+15 | |
2018-09-26 | fix bug in auth. protocol deactivation | Thomas Lenz | 2 | -12/+21 | |
2018-08-27 | fix possible NullPointerException in SL2.0 authentication module | Thomas Lenz | 1 | -63/+87 | |
2018-07-16 | add countryCode Attribute into SAML1 assertion | Thomas Lenz | 1 | -5/+22 | |
2018-07-13 | some bug fixes | Thomas Lenz | 35 | -176/+191 | |
2018-07-12 | Merge branch 'eIDAS_node_2.0_tests' into huge_refactoring | Thomas Lenz | 311 | -1300/+2772 | |
# 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 | 4 | -33/+30 | |
2018-07-09 | update keyStore for jUnit test | Thomas Lenz | 1 | -0/+0 | |
2018-07-09 | update jUnit test and add new method to SL20 extractor | Thomas Lenz | 4 | -10/+78 | |
2018-07-03 | rename eIDAS LoA constants | Thomas Lenz | 3 | -7/+20 | |
2018-07-02 | update auth. module for central eIDAS node connection | Thomas Lenz | 19 | -2/+2118 | |
2018-07-02 | add Annotations to AttributeBuilder | Thomas Lenz | 13 | -2/+19 | |
2018-06-26 | update interface implementation | Thomas Lenz | 2 | -0/+16 | |
2018-06-26 | update SL2.0 jUnit test for A-Trust result | Thomas Lenz | 3 | -4/+4 | |
2018-06-26 | read noAuth header value from configuration | Thomas Lenz | 1 | -1/+5 | |
2018-06-26 | add logging | Thomas Lenz | 11 | -19/+91 | |
add validation of decryption-key | |||||
2018-06-25 | add SP specific configuration for SL2.0 | Thomas Lenz | 3 | -33/+52 | |
2018-06-22 | some more pvp2 updates | Thomas Lenz | 34 | -71/+91 | |
2018-06-20 | add some missing files | Thomas Lenz | 1 | -1/+1 | |
2018-06-20 | refactor PVP2 S-Profile implementation and perform first tests | Thomas Lenz | 53 | -215/+315 | |