Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-28 | switch to automated process selection | Gerwin Gsenger | 1 | -9/+20 | |
2015-01-28 | add automated process selection | Christian Wagner | 3 | -16/+35 | |
2015-01-28 | implement ModuleRegistry, implement standard moaid process, start ↵ | Gerwin Gsenger | 6 | -32/+168 | |
ModuleRegistry at moa-id startup, fix typo in package name | |||||
2015-01-27 | initial version of ModuleRegistry and ModuleAuth | Gerwin Gsenger | 2 | -0/+69 | |
2015-01-26 | Add comments to DefaultAuthentication.process.xml. | Thomas Knall | 1 | -0/+1 | |
2015-01-26 | Fix Javadoc, remove disabled code. | Thomas Knall | 2 | -30/+8 | |
- Partly fix javadoc of AuthenticationServer. - Remove disabled code from AuthenticationServer. | |||||
2015-01-26 | Add some comments to DefaultAuthentication.process.xml. | Thomas Knall | 1 | -1/+2 | |
2015-01-26 | Perform refactoring. | Thomas Knall | 2 | -21/+22 | |
- Rename ProcessIdentityLinkTask to PrepareAuthBlockSignatureTask. | |||||
2015-01-23 | update handbook und default configuration | Thomas Lenz | 2 | -0/+38 | |
2015-01-23 | update versions | Thomas Lenz | 2 | -7/+3 | |
2015-01-23 | Merge STORK2 fakeIDL extension into development branch | Thomas Lenz | 7 | -17/+153 | |
2015-01-23 | Merge STORK2 code into development branch | Thomas Lenz | 200 | -3508/+36717 | |
2015-01-23 | Fix typo in process description. | Thomas Knall | 1 | -1/+1 | |
2015-01-23 | Add foreign identity process support (MOAID-61). | Thomas Knall | 13 | -140/+424 | |
- moa-id auth web.xml: Replace servlet mapping "/GetForeignID". - Fix some javadoc of AuthenticationServer. - Set GetForeignIDServlet deprecated. - Remove redundant code across several classes. - VerifyIdentityLinkTask: Separate identity link verification from subsequent (a) creation of CreateXMLSignatureRequest (ProcessIdentityLinkTask) and (b) creation of InfoBoxReadRequest (CertificateReadRequestTask). | |||||
2015-01-22 | Refactor VerifyIdentityLinkTask. | Thomas Knall | 2 | -100/+61 | |
- Prevent redundant code. - Store moa session before sending response. - Update javadoc for AuthenticationServer | |||||
2015-01-22 | Add mandate process support (MOAID-60). | Thomas Knall | 23 | -448/+769 | |
- Refactor moa-id auth web.xml -- Group the servlets with their corresponding mappings. -- Replace servlets for mappings "/GetMISSessionID", "/VerifyAuthBlock", "/VerifyCertificate" and "/VerifyIdentityLink". -- Remove disabled declarations. - Replace link http://jigsaw.w3.org/css-validator/images/vcss-blue with https://... within the internal templates (loginFormFull.html, sendAssertionFormFull.html, ...). - Set classes deprecated: GetMISSessionIDServlet, VerifyCertificateServlet - ProcessEngineSignalServlet: make GET delegate to PUT - Replace some "implements MOAIDAuthConstants" with "import static MOAIDAuthConstants.*". - Add detailed Javadoc to *Task.java. - Update DefaultAuthentication.process.xml for mandate - Add GetMISSessionIDTask and VerifyCertificateTask. - Add adapter class for iaik.IAIKRuntimeException in order to satisfy some library's bogus dependendies. | |||||
2015-01-21 | Add "DefaultAuthentication" process (AT, no mandates, no stork) (MOAID-59). | Thomas Knall | 21 | -126/+1264 | |
- Fix oa web.xml, switch to servlet 3.0. - moa-id-auth web.xml -- Add CharacterEncodingFilter for UTF-8 encoding. -- Add ProcessEngineSignalServlet. - Fix invalid template_*.html. - Add TODO[branch] annotations in order to indicates potential process flow branches. - Add some missing Javadoc. - Add property processInstandId to AuthenticationSession. - Add process engine support. - Fix HttpServlet init issues. - Set VerifyAuthenticationBlockServlet and VerifyIdentityLinkServlet deprecated. | |||||
2015-01-19 | update libraries | Thomas Lenz | 3 | -7/+11 | |
-> joda-time 2.7 -> slf4j 2.7.10 -> struts2 2.3.20 -> commons-codec 1.10 -> hibernate 4.3.8.Final -> mySQL-connector 5.1.34 -> opensaml 2.6.4 -> xmltooling 2.6.4 | |||||
2015-01-19 | Fix problem with PVP schemavalidation flag | Thomas Lenz | 1 | -1/+1 | |
2015-01-19 | Fix wrong usage of servlet-api method. | Thomas Knall | 1 | -1/+1 | |
2015-01-19 | Add javax.servlet:javax.servlet-api dependency. | Thomas Knall | 1 | -0/+11 | |
2015-01-16 | Add dti-process-engine support. | Thomas Knall | 5 | -1/+67 | |
2015-01-16 | Merge branch 'during_authsource_refactoring' of ↵ | Thomas Lenz | 15 | -1967/+1489 | |
gitlab.iaik.tugraz.at:afitzek/moa-idspss into during_authsource_refactoring | |||||
2015-01-16 | add configuration parameter to deactivate PVP metadata schema validation | Thomas Lenz | 2 | -1/+13 | |
2015-01-16 | add HTTP Proxy support to MIS and SZR-GW webservice request methods | Thomas Lenz | 4 | -10/+65 | |
2015-01-16 | modified moa-id auth start page | Christian Maierhofer | 5 | -719/+344 | |
2015-01-16 | Add minor fixes and updates. | Thomas Knall | 5 | -39/+76 | |
- Fix moa-id-auth web.xml and upgrade to servlet 3.0. - Reformat loginFormFull.html in order to enhance readability. - Add some TODOs and FIXMEs. - Adding some comments to DispatcherServlet in order to ease understanding the process. | |||||
2015-01-16 | changed font location to https | Christian Maierhofer | 8 | -8/+8 | |
2015-01-16 | Merge branch 'during_authsource_refactoring' of ↵ | Christian Maierhofer | 10 | -1/+24 | |
gitlab.iaik.tugraz.at:afitzek/moa-idspss into during_authsource_refactoring | |||||
2015-01-16 | added google font | Christian Maierhofer | 1 | -1/+1 | |
2015-01-16 | modified handbook | Christian Maierhofer | 9 | -29/+66 | |
2015-01-16 | Merge branch 'ISA-1.18-action' into during_authsource_refactoring | Thomas Lenz | 33 | -148/+411 | |
Conflicts: id/ConfigWebTool/src/main/java/at/gv/egovernment/moa/id/configuration/validation/oa/OAPVP2ConfigValidation.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/verification/SAMLVerificationEngine.java pom.xml | |||||
2015-01-14 | Apply some minor fixes. | Thomas Knall | 4 | -2/+24 | |
- 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). | |||||
2015-01-09 | Apply several fixes. | Thomas Knall | 4 | -2/+34 | |
- Disable erroneous IAIK PKI logger initialization (should be addressed by. - Remove redundant maven-dependency version declarations. - Fix maven/eclipse lifecyle warning problem. | |||||
2015-01-07 | Fix moa-id-auth-proxy pom.xml. | Thomas Knall | 1 | -1/+1 | |
- Replace version 2.0.0 with ${moa-id-proxy-version}. | |||||
2015-01-07 | new format(css) for the handbook | Christian Maierhofer | 10 | -1238/+1098 | |
2014-12-19 | add new certificates to trustProfiles and certstore | Thomas Lenz | 9 | -0/+23 | |
2014-12-19 | fix problem with empty database | Thomas Lenz | 1 | -1/+1 | |
2014-12-18 | signed the new fake idl | Florian Reimair | 3 | -10/+13 | |
2014-12-18 | filled the template idl with data | Florian Reimair | 3 | -5/+43 | |
2014-12-18 | loaded fakeIdL template | Florian Reimair | 2 | -0/+56 | |
2014-12-17 | use config to decide whether to do fakeIdL or SZRGW | Florian Reimair | 1 | -3/+8 | |
2014-12-17 | configuration | Florian Reimair | 1 | -0/+34 | |
2014-12-04 | health attributes update and bouncycastle bug workaround | Bojan Suzic | 3 | -155/+14 | |
2014-12-04 | do not use deprecated Methode in MOAHttpClient | Thomas Lenz | 1 | -1/+2 | |
2014-12-04 | STORK<->PVP AttributeProvider : fix problem with more then one attribute in ↵ | Thomas Lenz | 1 | -1/+1 | |
configuration | |||||
2014-11-28 | fixed optional signeddoc attribute query | Florian Reimair | 1 | -0/+1 | |
2014-11-27 | reenabled new isHCP attribute for stork | Florian Reimair | 6 | -55/+267 | |
2014-11-27 | change ISA 1.18 roles yet another time | Thomas Lenz | 1 | -3/+5 | |
2014-11-25 | Remove eclipse project settings from scm. | Thomas Knall | 8 | -93/+0 | |