Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-23 | Merge STORK2 code into development branch | Thomas Lenz | 10 | -45/+100 | |
2015-01-23 | Add foreign identity process support (MOAID-61). | Thomas Knall | 11 | -126/+411 | |
- 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 | 11 | -232/+670 | |
- 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 | 13 | -119/+1216 | |
- 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 | 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-16 | Add dti-process-engine support. | Thomas Knall | 1 | -1/+3 | |
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 | 2 | -2/+4 | |
2015-01-16 | Add minor fixes and updates. | Thomas Knall | 3 | -5/+25 | |
- 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 | Merge branch 'ISA-1.18-action' into during_authsource_refactoring | Thomas Lenz | 23 | -137/+328 | |
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 | 2 | -2/+2 | |
- 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 | 1 | -0/+3 | |
- Disable erroneous IAIK PKI logger initialization (should be addressed by. - Remove redundant maven-dependency version declarations. - Fix maven/eclipse lifecyle warning problem. | |||||
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 | 1 | -0/+5 | |
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 | 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 | 2 | -4/+5 | |
2014-11-24 | rebuild SAML1 target parameter functionality for legacy applications | Thomas Lenz | 4 | -20/+39 | |
2014-11-24 | change interfederation with short SAML1 assertion: insert baseID if it is ↵ | Thomas Lenz | 1 | -2/+9 | |
requested and available | |||||
2014-11-24 | fix possible problems with PVP roles and role parameters | Thomas Lenz | 2 | -17/+27 | |
2014-11-24 | send SLO success statuscode if no active SSO session is found | Thomas Lenz | 1 | -3/+7 | |
- no SSO session cookie - no SP information in session database for requested nameID | |||||
2014-11-24 | fix problem with SLO and interfederation | Thomas Lenz | 1 | -4/+17 | |
2014-11-24 | use OA target from request, if SAML1 is used. | Thomas Lenz | 1 | -5/+6 | |
for legacy applications | |||||
2014-11-24 | add MSOrganisation attribute for ISA 1.18 | Thomas Lenz | 5 | -15/+36 | |
2014-11-14 | adding berufmaesige parteivertreter | Bojan Suzic | 1 | -1/+22 | |
2014-11-12 | removing representative | Bojan Suzic | 1 | -3/+2 | |
2014-11-10 | original mandate hiding ident | Bojan Suzic | 1 | -1/+8 | |
2014-11-07 | adjusting mandate and moaattrprovider to new structure | Bojan Suzic | 2 | -14/+34 | |
2014-11-07 | remove unused libs | Bojan Suzic | 2 | -4/+1 | |
2014-11-07 | adjusting files to use stork2 attributestatustype | Bojan Suzic | 4 | -10/+14 | |
2014-11-07 | adjusting hcp to updated stork schema | Bojan Suzic | 2 | -10/+10 | |
2014-11-07 | adjusting mandate to updated stork schema | Bojan Suzic | 3 | -13/+15 | |
2014-11-07 | additional logging | Bojan Suzic | 2 | -0/+3 | |
2014-11-06 | Revert "Merge branch 'moa-2.1-Snapshot' of ↵ | Bojan Suzic | 1 | -0/+1 | |
gitlab.iaik.tugraz.at:afitzek/moa-idspss into moa-2.1-Snapshot" This reverts commit 775e39a724baf237085280510216fbd688df6dd9, reversing changes made to 1fbff5f5a86733bc6a75c8ae901153baa0963441. | |||||
2014-11-04 | update STORK attribute provider implementation | Thomas Lenz | 3 | -38/+48 | |
2014-11-04 | add fix to correct invalid encoded EID_SECTOR_FOR_IDENTIFIER PVP attribute ↵ | Thomas Lenz | 1 | -1/+14 | |
values | |||||
2014-11-04 | remove a not standardize prefix from PVP BPK attribute value. | Thomas Lenz | 1 | -0/+8 | |
- this is a workaround for LFRZ Stammportal interfederation | |||||
2014-11-04 | fix sessionTimeOut extraction from interfederated session | Thomas Lenz | 1 | -4/+17 | |
2014-11-04 | update minimal required attribute set for interfederated assertions | Thomas Lenz | 1 | -5/+9 | |
2014-11-04 | add clock screw to assertion time validation | Thomas Lenz | 1 | -2/+6 | |
2014-11-04 | add STORK-QAA to PVP SecClass mapping | Thomas Lenz | 3 | -8/+74 | |
2014-11-04 | remove subject->nameID from AuthnRequest | Thomas Lenz | 1 | -7/+1 | |
2014-11-04 | add PVP2 request and response schema validation | Thomas Lenz | 3 | -14/+227 | |
2014-11-04 | add metadata schema validation filters | Thomas Lenz | 2 | -1/+4 | |
2014-11-03 | Merge branch 'moa-2.1-Snapshot' of gitlab.iaik.tugraz.at:afitzek/moa-idspss ↵ | Bojan Suzic | 8 | -135/+228 | |
into moa-2.1-Snapshot |