aboutsummaryrefslogtreecommitdiff
path: root/connector
AgeCommit message (Collapse)AuthorFilesLines
2021-05-14switch to next snapshot versionThomas1-1/+1
2021-05-12switch to release version1.2.0Thomas1-1/+1
2021-05-12update third-party libs to latest versionsThomas6-106/+25
2021-03-12update StatusMessageProvider for better distiguish between internal and ↵Thomas2-5/+11
external errorCodes
2021-03-11update package names after refactoring of eaaf-componentsThomas1-2/+2
2021-03-10switch to EAAF-components 1.1.13-SNAPSHOT to add EID-IDENTITY-STATUS-LEVEL ↵Thomas8-12/+54
attribute into SAML2 response
2021-03-04Document input, output, transitions for each taskChristian Kollmann1-0/+1
2021-02-25Remove dependency to Powermock, everything can be done with MockitoChristian Kollmann2-119/+107
2021-02-25Prepare for Mockito testing of MobilePhoneSignature taskChristian Kollmann1-11/+16
2021-02-22Rename tasks to clarify functionalityChristian Kollmann1-0/+0
2021-02-22Fix type in property "gui.countryselection.cancel"Christian Kollmann6-175/+175
2021-02-08add Binding Public-Key into technical AuthBlock in case of an ID Austria processThomas3-45/+77
2021-02-02more transitions & testsAlexander Marsalek2-0/+10
2021-01-29remove unnecessary classesAlexander Marsalek1-0/+1
2021-01-28rename to IdAustriaClientAlexander Marsalek2-70/+66
2021-01-28Merge branch 'issue6' of gitlab.iaik.tugraz.at:egiz/eidas_at_proxy into issue6Thomas Lenz3-0/+75
Some update from Alex that was not pushed before my changes
2021-01-28update SAML2 IDP elements of MS-specific Connector to current snapshot ↵Thomas Lenz2-48/+41
version (1.1.12-SNAPSHOT) of eaaf_module_pvp2_idp
2021-01-28junit keystore and configAlexander Marsalek3-0/+75
2021-01-27fix problem in jUnit tests that depends on static Apache-Ignite holder in ↵Thomas Lenz3-4/+25
eIDAS Ref. implementation and occurin case of a start-up error
2021-01-27fix problem in jUnit tests that depends on static Apache-Ignite holder in ↵Thomas Lenz3-4/+25
eIDAS Ref. implementation and occurin case of a start-up error
2021-01-20add README.md, release and update informations, and full handbookThomas Lenz3-13/+12
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 Marsalek55-816/+3436
# 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 Lenz4-3/+12
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 Lenz16-310/+450
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 Lenz10-11/+627
2020-12-26fix wrong-template paramters in error GUIThomas Lenz1-2/+2
2020-12-23add build profiles to select Spring-Boot with or without embbeded TomcatThomas Lenz1-24/+13
2020-12-23switch from Spring to Spring-BootThomas Lenz23-140/+1028
2020-12-22add jUnit tests for configuration-operationsThomas Lenz1-0/+75
2020-12-21switch to eIDAS Ref Impl. v2.5Thomas Lenz1-9/+0
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 Lenz3-3/+35
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