aboutsummaryrefslogtreecommitdiff
path: root/id/server/modules/moa-id-modul-citizencard_authentication/src/main/java/at/gv/egovernment/moa/id/auth/validator/CreateXMLSignatureResponseValidator.java
AgeCommit message (Collapse)AuthorFilesLines
2019-03-05fix attribute escaping problem in IdentityLinkAssertionParser and move the ↵Thomas Lenz1-2/+2
escaping into SL1.0 AuthBlock builder and validator this fix can be deactivated by property: 'configuration.bugfix.enable.idl.escaping' to get backward compatibility
2018-07-13some bug fixesThomas Lenz1-2/+2
2018-06-22some more pvp2 updatesThomas Lenz1-4/+5
2018-06-20refactor PVP2 S-Profile implementation and perform first testsThomas Lenz1-1/+1
2018-06-14untested, but without dependency problemsThomas Lenz1-4/+4
2018-05-28refactore code to use EAAF core componentsThomas Lenz1-2/+2
2018-03-12add specific AuthBlock validation loggingThomas Lenz1-489/+508
2018-02-08one more fixThomas Lenz1-1/+1
2017-10-13enable mandates for eIDAS nodesThomas Lenz1-235/+256
2016-10-25fix another problem in session databaseThomas Lenz1-7/+7
2016-03-14refactor the GUI generation for user interactionThomas Lenz1-4/+4
2016-02-18refactor authentication process to use service-provider configuration from ↵Thomas Lenz1-18/+17
pending-request
2016-01-18refactor additional parts of MOA-ID-Auth to enabled virtual IDP functionalityThomas Lenz1-11/+8
2016-01-15Merge branch 'multiple_IDP_publicURLPrefixes' into moa-id-3.0.0-snapshotThomas Lenz1-1/+1
Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/MOAIDAuthConstants.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/GenerateIFrameTemplateServlet.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/builder/assertion/PVP2AssertionBuilder.java
2015-09-14move citizen-card authentication and validation (Security-layer ↵Thomas Lenz1-0/+671
communication) to discrete module