aboutsummaryrefslogtreecommitdiff
path: root/eidas_modules/authmodule-eIDAS-v2/src/test
AgeCommit message (Collapse)AuthorFilesLines
2022-04-01feat(szr): add configuration property to activate/deactivate work-around for ↵Thomas1-0/+101
insertErnp in case of IDA mode
2022-03-17fix(szr): Request getIdentityLinkEidas before getVSZ because getVSZ does not ↵Thomas2-74/+136
support insertErnp by using eIDAS entities
2021-06-25fix bug in combination with EidasNode v2.5 and DE MiddlewareThomas1-4/+11
# Conflicts: # connector/src/main/resources/application.properties
2021-05-12update third-party libs to latest versionsThomas3-4/+9
2021-03-10switch to EAAF-components 1.1.13-SNAPSHOT to add EID-IDENTITY-STATUS-LEVEL ↵Thomas1-2/+32
attribute into SAML2 response
2021-02-08add Binding Public-Key into technical AuthBlock in case of an ID Austria processThomas1-1/+24
2021-01-19build 'requesterId' for private-sector SP's based on hashed unique AppIdsThomas Lenz4-3/+201
set 'requesterId' and 'providerName' to static value for any type of SP
2021-01-11fix some minor incompatibilities between AuthHandler and MS-Connector in ↵Thomas Lenz2-15/+66
E-ID mode
2021-01-08add some jUnit test for SZR communicationThomas Lenz3-10/+66
2021-01-07switch from custom monitoring to Spring-Actuator healthchecksThomas Lenz2-3/+7
2021-01-07update jUnit test that implements communication with real SZR serviceThomas Lenz2-2/+23
2020-12-26fix broken jUnit testsThomas Lenz2-1/+116
2020-12-22add jUnit tests for configuration-operationsThomas Lenz8-11/+11
2020-12-22add jUnit tests improve test coverageThomas Lenz24-371/+2133
2020-12-21switch to eIDAS Ref Impl. v2.5Thomas Lenz4-0/+0
2020-12-11add more jUnit tests for stabilisationThomas Lenz1-15/+37
2020-12-11fix wrong flag in SZR client to get encryptedBaseIdThomas Lenz1-4/+83
extend validation in jUnit test for CreateIdentityLink with E-ID task
2020-12-11update AuthBlock to new formatThomas Lenz1-2/+21
2020-11-27upatate AuthBlock format in case of E-ID like authenticationThomas Lenz1-33/+4
2020-11-13improved Junit testslalber1-84/+120
2020-11-07code clean-up and first jUnit test modifications for CreateIdentityLink taskThomas Lenz6-78/+151
2020-11-06some improvementslalber2-39/+57
2020-11-05Test fixeslalber1-55/+84
2020-11-04Attribute builder tests EidasBindAttributeBuilderTest and ↵lalber1-1/+2
AuthBlockAttributeBuilderTest
2020-11-04fix pw aliasnamelalber2-22/+14
2020-11-03fix broken jUnit tests that use SZR MockUpThomas Lenz2-117/+111
2020-11-03sunfire buglalber1-39/+39
2020-10-21fixlalber3-201/+5
2020-10-20cyclic dependlalber2-5/+93
2020-10-20fixes thanks to Thomaslalber1-4/+7
2020-10-20stuck on how to testlalber6-18/+515
2020-09-18update third-party libs and fix incompatibilities with new APIsThomas Lenz2-2/+25
2020-02-21update to latest EAAF-components that uses OpenSAML3.xThomas Lenz2-6/+6
2019-12-10some more jUnit test modificationsThomas Lenz2-3/+9
2019-12-10fix broken jUnit testThomas Lenz1-1/+1
2019-12-10add jUnit testThomas Lenz2-0/+118
2019-12-10refactoring to new EGIZ code requirementsThomas Lenz23-1817/+1874
2019-12-09switch to EAAF-Components 1.1.0-SNAPSHOTThomas Lenz8-55/+55
2019-10-31add two missing classesThomas Lenz2-2/+3
2019-10-31add country specific pre-processing to build country specific eIDAS requestsThomas Lenz8-13/+256
2019-10-31add jUnit tests for static ProviderNameThomas Lenz9-0/+1055
include an update to eaaf-core 1.0.12-snapshot
2019-09-11Merge branch 'master' into nightlybuildThomas Lenz1-1/+1
# Conflicts: # basicConfig/default_config.properties # connector_lib/src/main/java/at/asitplus/eidas/specific/connector/MSeIDASNodeConstants.java # eidas_modules/authmodule-eIDAS-v2/src/test/java/at/asitplus/test/eidas/specific/modules/authmodule_eIDASv2/SZRClientTest.java # eidas_modules/authmodule-eIDAS-v2/src/test/java/at/asitplus/test/eidas/specific/modules/authmodule_eIDASv2/eIDASAttributePostProcessingTest.java # pom.xml
2019-09-11skip test1.0.2Thomas Lenz1-0/+2
2019-09-11fix broken jUnit testThomas Lenz1-0/+14
2019-08-13change port in SZR mockupThomas Lenz1-2/+2
2019-08-06add jUnit test with mockup of SZR WebServiceThomas Lenz3-38/+82
2019-08-05add SZRClient test with mockup of an SZR WebServiceThomas Lenz4-32/+363
2018-10-29update SZR client to new eIDAS specific getIdentityLink requestThomas Lenz1-6/+1
2018-09-13add license headerThomas Lenz3-0/+66
2018-09-11some more updatesThomas Lenz3-89/+534