summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2025-05-05build(core): switch to next release version2.0.6Thomas12-12/+12
2025-05-05build(ci): update host keys for SFTPThomas1-1/+4
2025-05-05chore(core): update third-party libsThomas2-30/+29
2025-05-05chore(core): switch generic error-code from 9199 to 9999Thomas2-1/+2
2025-02-25fix(pkce): code verifier requires at least 43 charactersThomas2-1/+3
2025-01-27chore(core): forward HTTP status-code from configuration into default GUI modelThomas3-5/+24
2025-01-27feat(core): add HTTP status-code as a property in central error-handling ↵Thomas7-0/+37
configuration
2025-01-27feat(gui): add HTTP status-code parameter to GUI configuration modelThomas4-1/+24
2025-01-27fix(sl20): wrong HTTP status-codes in case of a generic SL20 error-responseThomas2-3/+21
2025-01-23build(core): switch to next snapshot versionThomas12-12/+12
2025-01-23build(core): switch to next release versionThomas12-12/+12
2025-01-13chore(core): only small API changesThomas13-32/+34
2024-11-11chore(core): allow some more algorithms for SAML2 communicationThomas2-3/+16
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