aboutsummaryrefslogtreecommitdiff
path: root/id/ConfigWebTool/src/main/java/at/gv/egovernment/moa/id/configuration/auth/pvp2
AgeCommit message (Collapse)AuthorFilesLines
2018-06-20refactor PVP2 S-Profile implementation and perform first testsThomas Lenz3-12/+12
2017-11-27add escaping on some placesThomas Lenz1-4/+5
2016-09-30refactor http servlet response processing to prohibit 'chunked' transfer ↵Thomas Lenz1-3/+3
encoding
2016-03-14refactor the GUI generation for user interactionThomas Lenz1-1/+1
2016-01-19add Single LogOut request signature validation to moa-id-configurationThomas Lenz4-29/+141
2015-08-14use old ConfigToolThomas Lenz1-1/+0
2015-07-17Merge first STORK 2 changesThomas Lenz1-1/+4
Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/auth/AuthConfigurationProvider.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/stork2/ConsentEvaluator.java pom.xml
2015-07-17modifications in 2.x configuration GUIThomas Lenz6-6/+6
2015-05-11velocity engine init exception handlingBojan Suzic1-1/+4
2015-04-14update error handling in PVP metadata verification filter implemetationsThomas Lenz1-5/+7
2015-02-19fix some possible problemsThomas Lenz1-22/+30
2015-02-18Merge branch 'datentechnik_modularization' into moa-id-2.2-mergeThomas Lenz1-0/+1
Conflicts: 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/moduls/AuthenticationManager.java id/server/stork2-commons/pom.xml id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/.svn/entries id/server/stork2-commons/src/main/resources/.svn/entries id/server/stork2-saml-engine/pom.xml pom.xml
2015-01-14Apply some minor fixes.Thomas Knall1-0/+1
- Add some FIXMEs. - Fix moa-id-auth web.xml and switch to Servlet 3.0. - Fix moa-id-auth logging (replace commons-logging with commons-logging-slf4j bridge, use log4j native binding). - Adjust logging of periodical tasks (no more logging at info level).
2014-11-04add metadata schema validation filtersThomas Lenz1-2/+1
2014-08-21fix some problems with Single LogOutThomas Lenz1-4/+13
2014-08-21add active user-session cleanup processThomas Lenz1-1/+0
2014-06-10activate backchannel SLO serviceThomas Lenz2-15/+4
2014-06-06solve some SLO bugsThomas Lenz4-22/+31
2014-06-03implement configuration tool single logoutThomas Lenz6-43/+982
2014-05-26update PVP 2.1 verificationThomas Lenz1-0/+13
2014-02-11change metadata validto area to 24 hoursThomas Lenz1-0/+8
2014-02-03Solve some merge problemsThomas Lenz1-0/+2
2014-01-29add EUPL headersThomas Lenz4-0/+88
2014-01-21BUGFIX: RedirectBinding validate signatures which exists, but signature is ↵Thomas Lenz2-1/+3
not required changes for WKO: Allow Metadata with no AttributeConsumerService Allow AuthnRequest with no RequestedAuthnContext Allow AuthnRequest with no AssertionConsumerServiceIndex Use Metadata->AssertionConsumerService->isDefaut flag
2014-01-21implement SAML2 assertion encryptionThomas Lenz2-7/+24
2013-10-03Code CleanUP and change to consisted Version numbersThomas Lenz1-10/+0
2013-10-01@MOA-ID ConfigWebTool:Thomas Lenz1-1/+1
--update commercial-register number input validator --some short bugfixes @MOA-ID: --update advanced statistic logger --Move Exception classes to a special package --add to Exception types
2013-09-26Features:Thomas Lenz1-2/+2
-- Add additional parameters to customize BKUSelectionForm and SendAssertionForm -- change Target configuration -- insert some logging Bugfixes: -- Nullpointerexceptions in combination of an old userdatabase entry and a actual configuration tool version
2013-09-19ConfigWebTool Version 0.9.5Thomas Lenz4-0/+643
--PVP2 Login --PVP2 Users to UserDatabase functionality --Mailaddress verification --Mail status messages to users and admin --add List with OpenRequests for admins --change OA Target configuration --add cleanUp Thread to remove old unused UserAccount requests --update UserDatabase to support PVP2 logins --add formID element validate received forms -- add first classes for STORK configuration make some Bugfixes