Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-22 | Add mandate process support (MOAID-60). | Thomas Knall | 3 | -3/+3 | |
- 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-16 | Add minor fixes and updates. | Thomas Knall | 1 | -7/+7 | |
- 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. | |||||
2014-10-21 | solve SameOriginPolicy problem in JavaScript code for responsive design | Thomas Lenz | 1 | -1/+1 | |
2014-09-19 | solve SLO frontchannel timeout problem | Thomas Lenz | 1 | -3/+16 | |
2014-06-13 | update handbook and default config | Thomas Lenz | 1 | -1/+14 | |
2014-06-10 | Load SLO template from configuration directory | Thomas Lenz | 1 | -0/+438 | |
2014-03-27 | update default configuration | Thomas Lenz | 1 | -12/+2 | |
2014-03-05 | finalize moa-id handbook for 2.0 RC1 | Thomas Lenz | 1 | -3/+9 | |
2014-02-03 | * Update MOASPSS default config | Thomas Lenz | 2 | -0/+1467 | |
* Change MOA-ID metadata EntityID to Metadata URL |