aboutsummaryrefslogtreecommitdiff
path: root/basicConfig
AgeCommit message (Collapse)AuthorFilesLines
2022-08-03chore(gui): change eMail address for support on BM.I sideThomas1-1/+1
2022-08-01fix(matching): fix wrong parameter in other_matching_method GUI formThomas1-2/+2
2022-07-11fix(logging): update package names of specific logger implementation, ↵Thomas1-2/+2
because they changed during refactoring
2022-07-05doc: add some missing release informationThomas1-0/+3
2022-07-01style(matching): fix code-style issueThomas1-1/+1
2022-07-01feat(core): update statistic-logger to include matching resultsThomas1-1/+1
2022-07-01feat(matching): distiguish between empty and non empty address-search resultsThomas1-1/+7
2022-07-01chore(core): update GUI descriptions for matching processThomas2-14/+16
2022-07-01feat(matching): add configuration property to disable ↵Thomas1-1/+14
'matching-by-address-search'
2022-05-19doc: add client configuration for matching by ID AustriaThomas2-0/+18
2022-05-18chore(core): add web-service endpoints into example configurationThomas1-4/+4
2022-05-18chore(ux): merge GUI elements that are updated on BM.I sideThomas8-613/+527
2022-05-16fix(matching): optimize prozess handling during alternative eIDAS authenticationThomas2-0/+12
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