aboutsummaryrefslogtreecommitdiff
path: root/connector/src
AgeCommit message (Collapse)AuthorFilesLines
2021-01-19build 'requesterId' for private-sector SP's based on hashed unique AppIdsThomas Lenz1-2/+19
set 'requesterId' and 'providerName' to static value for any type of SP
2021-01-18Merge branch 'base' into issue6Alexander Marsalek53-789/+3282
# Conflicts: # eidas_modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/Constants.java # eidas_modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/dao/SimpleEidasData.java # eidas_modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/ernp/DummyErnpClient.java # eidas_modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/ernp/IErnpClient.java # eidas_modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/handler/AbstractEidProcessor.java # eidas_modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/tasks/InitialSearchTask.java # eidas_modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/utils/EidasResponseUtils.java # eidas_modules/authmodule-eIDAS-v2/src/main/resources/eIDAS.Authentication.process.xml # eidas_modules/authmodule-eIDAS-v2/src/main/resources/eidas_v2_auth.beans.xml # eidas_modules/authmodule-eIDAS-v2/src/test/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/test/tasks/InitialSearchTaskFirstTest.java # eidas_modules/authmodule-eIDAS-v2/src/test/resources/SpringTest-context_tasks_test.xml
2021-01-15Resolve merge commentsAlexander Marsalek1-0/+3
2021-01-12Merge branch 'eidas-matching' into issue6Alexander Marsalek1-0/+3
# Conflicts: # eidas_modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/tasks/InitialSearchTask.java
2021-01-12created tasks and beansAlexander Marsalek1-0/+250
2021-01-11fix some minor incompatibilities between AuthHandler and MS-Connector in ↵Thomas Lenz3-2/+11
E-ID mode
2021-01-11Resolve merge commentsAlexander Marsalek1-0/+3
2021-01-09extend SpringBoot application-initializer to support deployment in Apache ↵Thomas Lenz1-5/+34
Tomcat application-services
2021-01-09add HealthIndicator to check Apache-Ignite cluster-stateThomas Lenz3-4/+59
2021-01-07switch from custom monitoring to Spring-Actuator healthchecksThomas Lenz15-310/+445
2020-12-28update SpringBoot application-initializer to enable package-scanning in ↵Thomas Lenz1-1/+4
application packages
2020-12-26fix broken jUnit testsThomas Lenz9-1/+16
2020-12-26update default-configuration and example configurationThomas Lenz1-1/+1
2020-12-26switch to SpringBoot as defaultThomas Lenz6-251/+11
2020-12-26add jUnit test that simulates a full eIDAS authenticationThomas Lenz9-10/+600
2020-12-26fix wrong-template paramters in error GUIThomas Lenz1-2/+2
2020-12-23switch from Spring to Spring-BootThomas Lenz21-134/+937
2020-12-22add jUnit tests for configuration-operationsThomas Lenz1-0/+75
2020-12-14add some more jUnit testsThomas Lenz5-6/+292
2020-12-11add more jUnit tests for stabilisationThomas Lenz10-80/+812
2020-12-11add 'findSecBugs' plug-in into 'spotBugs' module and solve bugs or exclude ↵Thomas Lenz1-3/+4
false-positive update gitlab-ci configuration to display jUnit test-coverage
2020-11-27read unique transactionId from AuthnRequest to reuse it for eIDAS authenticationThomas Lenz5-103/+205
2020-11-13improved Junit testslalber3-19/+28
2020-11-09fix broken codeThomas Lenz1-13/+13
2020-11-09switch to next release version of EAAF components to use already defined ↵Thomas Lenz1-4/+5
attribute-name for signed AuthBlock
2020-11-09fix some more problems with jUnit testsThomas Lenz2-4/+6
2020-11-07code clean-up and first jUnit test modifications for CreateIdentityLink taskThomas Lenz1-0/+7
2020-11-06some improvementslalber2-6/+6
2020-11-04Attribute builder tests EidasBindAttributeBuilderTest and ↵lalber4-9/+195
AuthBlockAttributeBuilderTest
2020-11-04fix for EvaluateCountrySelectionTaskTest and ↵lalber5-19/+16
GenerateCountrySelectionFrameTaskTest
2020-11-03sunfire buglalber2-12/+17
2020-11-02AuthDataBuilder and AttributeBuilderlalber7-15/+491
2020-09-18update third-party libs and fix incompatibilities with new APIsThomas Lenz2-32/+3
2020-02-21fix a few CodeStyle validation errorsThomas Lenz3-5/+75
2020-02-21remove unused variableThomas Lenz1-3/+0
2020-02-21update to latest EAAF-components that uses OpenSAML3.xThomas Lenz12-324/+181
2019-12-13fix possible NullPointerException1.1.0Thomas Lenz7-33/+302
add jUnit test
2019-12-12only change interface and method nameThomas Lenz2-8/+8
2019-12-11add dirtyContext annotationThomas Lenz1-0/+3
2019-12-11fix LoA level validation error in AuthnRequestValidator.javaThomas Lenz23-6/+2146
2019-12-11update default configuration againThomas Lenz1-1/+1
2019-12-11switch to CEF eIDAS Ref. Impl. 2.4.0Thomas Lenz1-0/+1
2019-12-11add BM.I specific example of country-selection templateThomas Lenz6-16/+369
add new i18n content add jUnit tests
2019-12-10some more jUnit test modificationsThomas Lenz2-1/+6
2019-12-10add assembly plugin to build release packagesThomas Lenz2-0/+98
2019-12-10add configuration property to define countrySelection templateThomas Lenz1-1/+3
2019-12-10refactoring to new EGIZ code requirementsThomas Lenz43-2646/+3035
2019-12-09switch to EAAF-Components 1.1.0-SNAPSHOTThomas Lenz23-211/+211
2019-11-12switch to eaaf-components 1.0.13-SNAPSHOTThomas Lenz1-1/+2
2019-11-07add default logger configurationThomas Lenz2-0/+160