summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-10-23chore(core): update third-party libsThomas3-90/+123
2024-10-21build(core): switch to next snapshot versionThomas12-12/+12
2024-10-21build(core): switch to next release version2.0.4Thomas12-12/+12
2024-10-09chore(core): switch to latest IAIK JCE v6.2_moaThomas1-2/+2
2024-10-09chore(core): optimize process parameters for Web-based or iFrame-based ↵Thomas4-27/+42
authentication processes
2024-10-08feat(core): add new PVP attribute-definition for ↵Thomas3-4/+15
MANDATOR-LEGAL-PERSON-SOURCE-PIN-TYPE-V2
2024-10-04doc(core): update JavaDocThomas2-1/+3
2024-10-04chore(core): optimize some configuration classesThomas2-4/+38
2024-10-04chore(core): update RFC7636 implementation to make data-classes serializableThomas1-1/+24
2024-09-05feat(i18): add method to set a specific Locale for i18n messageThomas5-3/+43
2024-08-29feat(utils): add RFC7636 (Outh2 PKCE) implementationThomas2-0/+209
2024-08-19build(core): switch to next snapshot versionThomas12-12/+12
2024-08-19build(core): switch to next release version2.0.3Thomas12-12/+12
2024-08-16chore(core): switch some log-messages from INFO to DEBUGThomas2-3/+3
2024-08-12style(core): re-order methods in some classesThomas1-63/+62
2024-08-09feat(core): add extension point to customize error-responses in centrial ↵Thomas1-6/+27
error handling
2024-08-07fix(core): add authURL validation on error-page rendering tooThomas1-4/+12
2024-06-11feat(core): add method parameter to define custom max. age for pendingRequestIdThomas7-9/+93
2024-05-28build(core): switch to next snapshot versionThomas12-12/+12
2024-05-28build(core): switch to next release version2.0.22.x/mainThomas12-12/+12
2024-05-24fix(core): set 'SameSite=None' to HTTP security cookieThomas1-2/+3
Reason: otherwise, cookie will not be sent in iFrame
2024-05-23fix(core): enable re-setting of already existing security HTTP cookiesThomas1-3/+5
2024-05-23chore(sl20): add log messages to mark end of DataUrl communicationThomas1-0/+2
2024-05-15feat(http): add custom trust-store configuration propertiesThomas4-31/+212
2024-05-07fix(core): possible nullPointerException in case of HTTP cookies enabled but ↵Thomas1-2/+4
no cookie available
2024-05-07Merge branch 'feature/cookie_based_sec_context' into '2.x/development'Thomas Lenz10-4/+334
feat(core): add optional extended HTTP request validator See merge request egiz/eaaf_components!26
2024-05-06feat(core): add optional extended HTTP request validatorThomas10-4/+334
2024-04-25chore(core): change log-level to Info if IAIK-JCE was not on classpathThomas1-1/+1
2024-04-25build(ci): read apps.egiz.gv.at SSH Server-key from gitlab configurationThomas2-16/+10
2024-04-08build(core): switch to next snapshot versionThomas12-12/+12
2024-04-04build(core): switch to next release versionThomas12-12/+12
2024-04-04fix(jackson): reflection based Jackson modul loaderThomas1-5/+6
Reason: Construct modul classes was wrong implemented before
2024-04-04chore(core): update third-party libsThomas1-14/+20
2024-04-03fix(http): include retry on HTTP POST requestsThomas4-33/+108
Reason: that feature looks be removed during refactoring from Apache HTTP Client v4.x to 5.x
2024-04-03feat(http): support HTTP-Proxy connections on client levelThomas5-2/+149
2024-04-02test(sl20): fix broken tests because default JAVA trust-store uses JKSThomas1-1/+5
2024-03-28feat(http): add configuration parameter to set 'time-to-life' and ↵Thomas5-17/+70
'validation-after-inactivity' for ConnectionPool
2024-03-27fix(http): allow SSL host-certificate validation in any caseThomas3-2/+99
Before, it was only supported in case of SSL client authentication
2024-02-05fix(core): use centrial error-handling service to map internal to external ↵Thomas1-3/+3
error-codes
2024-02-02fix(core): possible NullPointerException during get generic data from sessionThomas1-42/+37
2024-02-01feat(core): add Jackson Joda moduleThomas3-3/+77
Hint: Modules will be only loaded if it is available on classpath
2024-01-19build(core): switch to next snapshot versionThomas12-12/+12
2024-01-17build(core): switch to next release version2.0.0Thomas12-12/+12
2024-01-17chore(core): update third-party libsThomas1-9/+9
2023-12-21feat(errorhandling): update configuration-model to exclude stake-trace loggingThomas9-17/+87
2023-12-21chore(core): update third-party libsThomas1-14/+14
2023-12-20style(core): fix code-style issueThomas1-1/+1
2023-12-20chore(core): add publicURLPrefix validation into some more modulesThomas3-59/+29
2023-12-20feat(core): add one more default implementation of HttpClientResponseHandlerThomas1-0/+28
2023-11-29fix(gui): escape special characters in error messagesThomas1-1/+2