aboutsummaryrefslogtreecommitdiff
path: root/id/server/modules
AgeCommit message (Collapse)AuthorFilesLines
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
2018-06-25add SP specific configuration for SL2.0Thomas Lenz3-33/+52
2018-06-22some more pvp2 updatesThomas Lenz34-71/+91
2018-06-20add some missing filesThomas Lenz1-1/+1
2018-06-20refactor PVP2 S-Profile implementation and perform first testsThomas Lenz53-215/+315
2018-06-15first tests with PVP2 S-Profil and SAML1Thomas Lenz2-0/+0
2018-06-14untested, but without dependency problemsThomas Lenz79-653/+720
2018-06-14some more stuffThomas Lenz18-175/+185
2018-06-14fix problem in Exception handlingThomas Lenz5-5/+21
2018-06-14update SL20 authblock transformationThomas Lenz9-41/+79
2018-06-14more refactoring staffThomas Lenz14-16/+18
2018-06-13change moa-spss transformation profile for SL20 authblockThomas Lenz2-3/+1
2018-06-12update jUnit tests for SIC mobile-phone signatureThomas Lenz4-26/+13
2018-06-12add log messageThomas Lenz1-0/+2
2018-06-12add jUnit simple test for AuthDataBuilder and foreign bPK generationThomas Lenz2-4/+10
2018-06-12Merge branch 'eIDAS_node_2.0_tests' of gitlab.iaik.tugraz.at:egiz/moa-idspss ↵Thomas Lenz1-1/+1
into eIDAS_node_2.0_tests
2018-06-12update SL20 module and add an additional jUnit testThomas Lenz13-18/+157
2018-06-11add jUnit for user-restrication whitelist-storeThomas Lenz1-1/+1
2018-06-07some more refactoring stuffThomas Lenz5-10/+13
2018-06-06update jUnit tests for SL20 eID verificationThomas Lenz100-37/+364
2018-06-06return checkcode false if no whitelist was loadedThomas Lenz158-0/+0
2018-06-06some small updateThomas Lenz6-21/+45
2018-06-05make IPC return URL configurable for debug purposesThomas Lenz2-1/+4
2018-06-05add one method to AssertionAttributeExtractor and add some log messagesThomas Lenz2-16/+32
2018-06-05some more SL20 authentication module updatesThomas Lenz6-16/+30
2018-06-05fix refactoring problem in monitoring moduleThomas Lenz2-3/+12
2018-06-05update SL20 implementationThomas Lenz24-176/+1152
2018-06-05implement user restriction based on whitelistingThomas Lenz3-11/+21
2018-05-30add error handling and some more validation to SL2.0 moduleThomas Lenz13-207/+540
2018-05-30add additional validation to SL20 moduleThomas Lenz7-932/+194
2018-05-29update SL2.0 module to support more than one VDA backendThomas Lenz2-6/+30
2018-05-28refactore code to use EAAF core componentsThomas Lenz83-220/+221
2018-05-17add some work-arounds into federated authentication module to make it usable ↵Thomas Lenz2-6/+73
with MOA-ID 3.2.0 to 3.2.2
2018-05-17add result decryption for SL2.0 authentication moduleThomas Lenz7-24/+93
2018-05-16add initial version of Security-Layer 2.0 Authentication moduleThomas Lenz22-5/+2215
2018-04-25first test codes for eIDAS Ref. Impl. v2 integrationThomas Lenz13-1/+1039
2018-03-12add specific AuthBlock validation loggingThomas Lenz2-489/+516