aboutsummaryrefslogtreecommitdiff
path: root/connector/src/main
AgeCommit message (Collapse)AuthorFilesLines
2021-12-02Display all results to user after residency searchChristian Kollmann3-59/+145
2021-12-02Search with user provided input in ZMR for addressesChristian Kollmann2-15/+82
2021-12-02Add simple page to search for an Austrian AddressChristian Kollmann3-0/+213
2021-11-29add log message to link TransactionId from IDA to initial TransactionId that ↵Thomas1-1/+6
is created by default
2021-10-21change code for ZMR-Update operationThomas1-1/+1
2021-09-22update third-party libs to latest versionsThomas1-1/+3
2021-09-02Merge branch 'master' into feature/matching_rebasedThomas5-173/+124
# Conflicts: # connector/src/main/java/at/asitplus/eidas/specific/connector/provider/StatusMessageProvider.java # connector/src/main/resources/specific_eIDAS_connector.beans.xml # connector/src/test/java/at/asitplus/eidas/specific/connector/test/FullStartUpAndProcessTest.java # connector/src/test/java/at/asitplus/eidas/specific/connector/test/utils/AuthenticationDataBuilderTest.java # connector/src/test/resources/spring/SpringTest_connector.beans.xml # 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/GenerateAuthnRequestTask.java # eidas_modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/tasks/ReceiveAuthnResponseTask.java # eidas_modules/authmodule-eIDAS-v2/src/test/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/test/clients/SzrClientTest.java # eidas_modules/authmodule-eIDAS-v2/src/test/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/test/tasks/CreateIdentityLinkTaskEidNewTest.java # eidas_modules/authmodule-eIDAS-v2/src/test/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/test/tasks/CreateIdentityLinkTaskTest.java # eidas_modules/authmodule-eIDAS-v2/src/test/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/test/tasks/ReceiveAuthnResponseTaskTest.java # pom.xml
2021-07-07add HTML template for additional eID informationThomas3-211/+2
2021-06-25fix bug in combination with EidasNode v2.5 and DE MiddlewareThomas1-1/+1
# Conflicts: # connector/src/main/resources/application.properties
2021-06-16add ZMR update process into ZMRClientThomas1-0/+2
2021-06-15further optimizations and bug fixing in matching codeThomas2-5/+6
2021-06-15add ZMR client, to some re-factoring, and a lot of bug-fixingThomas2-4/+15
2021-05-28fix broken language selection in GUIThomas1-2/+15
2021-05-12update third-party libs to latest versionsThomas2-104/+6
2021-03-12update StatusMessageProvider for better distiguish between internal and ↵Thomas1-4/+10
external errorCodes
2021-03-10switch to EAAF-components 1.1.13-SNAPSHOT to add EID-IDENTITY-STATUS-LEVEL ↵Thomas3-8/+26
attribute into SAML2 response
2021-02-22Fix type in property "gui.countryselection.cancel"Christian Kollmann1-85/+85
2021-02-08add Binding Public-Key into technical AuthBlock in case of an ID Austria processThomas1-45/+69
2021-02-02more transitions & testsAlexander Marsalek1-0/+1
2021-01-28update SAML2 IDP elements of MS-specific Connector to current snapshot ↵Thomas Lenz1-40/+34
version (1.1.12-SNAPSHOT) of eaaf_module_pvp2_idp
2021-01-20add README.md, release and update informations, and full handbookThomas Lenz1-13/+7
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-15Resolve merge commentsAlexander Marsalek1-0/+3
2021-01-11fix some minor incompatibilities between AuthHandler and MS-Connector in ↵Thomas Lenz2-1/+7
E-ID mode
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 Lenz2-3/+58
2021-01-07switch from custom monitoring to Spring-Actuator healthchecksThomas Lenz7-422/+149
2020-12-28update SpringBoot application-initializer to enable package-scanning in ↵Thomas Lenz1-1/+4
application packages
2020-12-26update default-configuration and example configurationThomas Lenz1-1/+1
2020-12-26switch to SpringBoot as defaultThomas Lenz3-243/+3
2020-12-26add jUnit test that simulates a full eIDAS authenticationThomas Lenz4-5/+20
2020-12-23switch from Spring to Spring-BootThomas Lenz12-130/+613
2020-12-11add more jUnit tests for stabilisationThomas Lenz1-43/+34
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 Lenz1-93/+154
2020-11-13improved Junit testslalber1-7/+6
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-07code clean-up and first jUnit test modifications for CreateIdentityLink taskThomas Lenz1-0/+7
2020-11-06some improvementslalber1-5/+3
2020-11-04Attribute builder tests EidasBindAttributeBuilderTest and ↵lalber2-9/+6
AuthBlockAttributeBuilderTest
2020-11-04fix for EvaluateCountrySelectionTaskTest and ↵lalber3-17/+14
GenerateCountrySelectionFrameTaskTest
2020-11-03sunfire buglalber2-12/+17
2020-11-02AuthDataBuilder and AttributeBuilderlalber5-15/+281
2020-09-18update third-party libs and fix incompatibilities with new APIsThomas Lenz2-32/+3
2020-02-21fix a few CodeStyle validation errorsThomas Lenz2-5/+68
2020-02-21remove unused variableThomas Lenz1-3/+0
2020-02-21update to latest EAAF-components that uses OpenSAML3.xThomas Lenz9-306/+163
2019-12-13fix possible NullPointerException1.1.0Thomas Lenz1-33/+36
add jUnit test
2019-12-12only change interface and method nameThomas Lenz1-3/+3
2019-12-11fix LoA level validation error in AuthnRequestValidator.javaThomas Lenz1-6/+7