aboutsummaryrefslogtreecommitdiff
path: root/basicConfig
AgeCommit message (Collapse)AuthorFilesLines
2022-05-12refact(ernp): change configuration keys for SSL keystoreThomas1-8/+35
2022-05-12fix(gui): wrong character encoding in GUI for alternative matching methodesThomas1-1/+1
2022-05-05chore(gui): add english translations for matching stepsThomas1-15/+20
2022-05-02chore(matching): re-oreder process steps in GUI releated matchingThomas6-72/+166
2022-03-11chore(UX): a few small GUI improvementsThomas6-44/+73
2022-03-10chore(ux): some more GUI improvementsThomas2-3/+6
2022-03-10chore(UX): update template for error GUIThomas1-3/+31
2022-03-10chore(matching): inject REST endpoint for address wizard by GUI modelThomas1-1/+1
2022-03-10chore(matching): set REST endpoint for search-address wizerd by GUI model ↵Thomas1-1/+1
parameter
2022-03-10chore(matching): some small UX improvementsThomas2-5/+7
2022-02-08feature(matching): add 'Back to previous step' button into ↵Thomas3-0/+8
'search-by-residence' GUI
2022-02-08chore(matching): update 'other-login-method' GUI steps to use it as common ↵Thomas3-10/+60
starting-point for any other alternative matching method
2022-02-08Merge branch 'feature/matching_base' into 'feature/matching_search_address'Thomas Lenz1-5/+5
# Conflicts: # connector/src/test/java/at/asitplus/eidas/specific/connector/test/saml2/Pvp2SProfileEndPointTest.java
2022-01-10Merge branch 'master' into feature/matching_base_rebaseThomas1-5/+5
# Conflicts: # connector/pom.xml # connector/src/test/java/at/asitplus/eidas/specific/connector/test/task/GenerateCountrySelectionFrameTaskTest.java # eidas_modules/authmodule-eIDAS-v2/checks/spotbugs-exclude.xml # eidas_modules/authmodule-eIDAS-v2/pom.xml # pom.xml
2021-12-07Use relative paths in templates to enable preview in browserChristian Kollmann9-41/+73
If Thymeleaf is active (i.e. the template is rendered by the Webapp), the path gets replaced anyway.
2021-12-07Rework styling of other login method templateChristian Kollmann1-11/+24
2021-12-07Rework styling of residency search templateChristian Kollmann3-44/+81
2021-12-07Unify HTML templates across test, main, basicConfigChristian Kollmann5-365/+268
2021-12-07Add PLZ to search for adresses in ZMRChristian Kollmann3-150/+164
2021-12-02Display all results to user after residency searchChristian Kollmann4-18/+120
2021-12-02Search with user provided input in ZMR for addressesChristian Kollmann3-6/+19
2021-12-02Add simple page to search for an Austrian AddressChristian Kollmann4-0/+111
2021-11-16update 'advanced matching steps' tasks to optimize user handling between 'ID ↵Thomas3-0/+25
Austria Login', 'alternative eIDAS Login', and 'address search'
2021-10-06prepare release informationThomas1-5/+5
2021-09-02Merge branch 'master' into feature/matching_rebasedThomas4-9/+28
# 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-12Add option to provide alternative eIDAS login for matching processChristian Kollmann1-3/+2
2021-07-07add HTML template for additional eID informationThomas2-1/+226
2021-05-28fix broken language selection in GUIThomas1-0/+2
2021-05-12switch to release version1.2.0Thomas1-1/+18
2021-05-12update third-party libs to latest versionsThomas1-7/+3
2021-03-10switch to EAAF-components 1.1.13-SNAPSHOT to add EID-IDENTITY-STATUS-LEVEL ↵Thomas1-0/+2
attribute into SAML2 response
2021-02-22Fix type in property "gui.countryselection.cancel"Christian Kollmann4-89/+89
2021-01-20add README.md, release and update informations, and full handbookThomas Lenz1-1/+0
2021-01-19build 'requesterId' for private-sector SP's based on hashed unique AppIdsThomas Lenz1-0/+3
set 'requesterId' and 'providerName' to static value for any type of SP
2021-01-09extend SpringBoot application-initializer to support deployment in Apache ↵Thomas Lenz1-1/+1
Tomcat application-services
2020-12-26update default-configuration and example configurationThomas Lenz1-62/+3
2020-12-26fix wrong-template paramters in error GUIThomas Lenz1-2/+2
2020-12-23switch from Spring to Spring-BootThomas Lenz1-2/+2
2020-12-14add some more jUnit testsThomas Lenz1-1/+1
2020-11-09fix some more problems with jUnit testsThomas Lenz1-0/+2
2020-11-07code clean-up and first jUnit test modifications for CreateIdentityLink taskThomas Lenz2-0/+9
2020-09-18fix possible nullpointer in HTML template for error messagesThomas Lenz1-15/+14
2020-02-21fix a few CodeStyle validation errorsThomas Lenz1-0/+7
2019-12-11update default configuration againThomas Lenz4-13/+22
2019-12-11add BM.I specific example of country-selection templateThomas Lenz4-1/+259
add new i18n content add jUnit tests
2019-12-10add assembly plugin to build release packagesThomas Lenz1-0/+1
2019-10-31add country specific pre-processing to build country specific eIDAS requestsThomas Lenz1-4/+4
2019-10-31add static ProviderName in case of PublicSPsThomas Lenz1-1/+1
2019-09-11Merge branch 'master' into nightlybuildThomas Lenz1-0/+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-11fix broken jUnit testThomas Lenz1-2/+2