aboutsummaryrefslogtreecommitdiff
path: root/id/server/modules
AgeCommit message (Collapse)AuthorFilesLines
2019-08-06change order of reposThomas Lenz1-7/+8
2019-08-06fix duplicated repo nameThomas Lenz1-1/+1
2019-08-06add egiz mirror of shibboleth repo into eIDAS-proxy moduleThomas Lenz1-2/+9
2019-08-05change version structure of projectThomas Lenz15-16/+15
2019-08-05fix eID4U attribute processing with multi-value resultsThomas Lenz4-6/+54
2019-06-27add log messagesThomas Lenz2-5/+24
2019-06-27change spring-bean id'sMOA-ID-4.0.0Thomas Lenz2-5/+6
2019-06-07update E-ID Proxy auth.module to support requested selection for education ↵Thomas Lenz2-3/+41
version
2019-06-07update AuthenticationDataBuilder to support Prof.Rep bPKs in E-ID Proxy modeThomas Lenz1-0/+6
2019-06-05flag session as setUseMandate if mandate attributes are received from E-IDThomas Lenz2-0/+85
2019-05-29refactoring from MOA-ID 3.4.x to MOA E-ID Proxy 4.0.xThomas Lenz30-27/+2248
2019-05-24untested switch to EAAF-components 1.0.7Thomas Lenz35-69/+138
2019-03-05fix attribute escaping problem in IdentityLinkAssertionParser and move the ↵Thomas Lenz4-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-27set priority of eID4U AuthModule to 2Thomas Lenz1-1/+1
2019-02-19update eID4u attribute collection and add a jUnit test for TUG->eID4u ↵Thomas Lenz8-63/+598
attribute mapping
2019-02-19update OpenID-Connect request validationThomas Lenz3-51/+39
2019-02-19add some more attribute functionality for 'Austrian eID' demo-modeThomas Lenz3-20/+86
2019-02-18set UTF-8 encoding as defaultThomas Lenz1-0/+1
add additional trace logging
2019-02-18add 'Austrian eID' demo-mode to simulate attribute behavior from 2020Thomas Lenz7-72/+72
2019-02-12fix bug in UseStandardTrustStore flagThomas Lenz1-4/+4
remove unnecessary maven dependency
2019-02-04update SSLUtils to use default JVM trustStore for SSL connections as optionalThomas Lenz3-3/+9
2019-02-04add code for eID4U attribute collectionThomas Lenz9-75/+460
2019-02-04inject SignerCertificate in SL20 authenticationThomas Lenz1-14/+16
2018-12-14some more updates and first code for TUG interactionThomas Lenz11-48/+250
2018-10-16update third party libs to solve incompatibility with JDK11Thomas Lenz1-1/+2
2018-10-04add some more basic untested code for eID4U.Thomas Lenz3-7/+58
- add auth.process selection - add eID4U attribute extraction
2018-10-03add first raw code elements to collect eID4U attributes during a Austrian ↵Thomas Lenz6-1/+217
authentication process Node: auth. process selection and attribute collection is NOT implemented, yet
2018-10-03update eID4U attribute builder in MOA-ID to support complexe attributesThomas Lenz7-41/+88
2018-10-02add basic attribute builders for eID4U (some builder are not final)Thomas Lenz31-7/+1094
2018-10-02move eID4U module into eID4U git repoThomas Lenz109-52062/+1
2018-09-30one more JAXB update for eID4UThomas Lenz53-73/+80
2018-09-30update JAXB classes againThomas Lenz53-235/+235
2018-09-30rebuild eID4U JAXB classesThomas Lenz53-23/+6247
2018-09-28add first code for eID4UThomas Lenz69-18/+45920
2018-09-28fix problem in SPI attribute loaderThomas Lenz6-5/+15
2018-09-26fix bug in auth. protocol deactivationThomas Lenz2-12/+21
2018-08-27fix possible NullPointerException in SL2.0 authentication moduleThomas Lenz1-63/+87
2018-07-16add countryCode Attribute into SAML1 assertionThomas Lenz1-5/+22
2018-07-13some bug fixesThomas Lenz35-176/+191
2018-07-12Merge branch 'eIDAS_node_2.0_tests' into huge_refactoringThomas Lenz311-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-10some small updates and handbook updateThomas Lenz4-33/+30
2018-07-09update keyStore for jUnit testThomas Lenz1-0/+0
2018-07-09update jUnit test and add new method to SL20 extractorThomas Lenz4-10/+78
2018-07-03rename eIDAS LoA constantsThomas Lenz3-7/+20
2018-07-02update auth. module for central eIDAS node connectionThomas Lenz19-2/+2118
2018-07-02add Annotations to AttributeBuilderThomas Lenz13-2/+19
2018-06-26update interface implementationThomas Lenz2-0/+16
2018-06-26update SL2.0 jUnit test for A-Trust resultThomas Lenz3-4/+4
2018-06-26read noAuth header value from configurationThomas Lenz1-1/+5
2018-06-26add loggingThomas Lenz11-19/+91
add validation of decryption-key