aboutsummaryrefslogtreecommitdiff
path: root/id/server/auth/src/main/webapp/WEB-INF
AgeCommit message (Collapse)AuthorFilesLines
2015-01-30add persistence to process-engineChristian Wagner1-13/+0
additionally remove unnecessary method in the DAO
2015-01-29integrate process engine from project 'dti-process-engine'Christian Wagner1-1/+1
- fix unit tests - correct namespaces - refactor package name
2015-01-29integrate process engine from project 'dti-process-engine' - INCOMPLETE!Christian Wagner1-2/+4
- commit neccessary in order to avoid blocking the development process additional small fix due to earlier package renaming
2015-01-28implement ModuleRegistry, implement standard moaid process, start ↵Gerwin Gsenger1-1/+1
ModuleRegistry at moa-id startup, fix typo in package name
2015-01-23Add foreign identity process support (MOAID-61).Thomas Knall1-11/+1
- 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-22Add mandate process support (MOAID-60).Thomas Knall1-200/+72
- 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-21Add "DefaultAuthentication" process (AT, no mandates, no stork) (MOAID-59).Thomas Knall2-0/+32
- 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-16Add dti-process-engine support.Thomas Knall1-0/+29
2015-01-16Add minor fixes and updates.Thomas Knall1-27/+44
- 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-07-02added support for splitting authnrequest &signrequestAlexander Marsalek2-3/+14
2014-06-11remove unused servletThomas Lenz1-6/+6
2014-06-06final betaversion if MOA-ID-Auth Single LogOutThomas Lenz2-5/+25
2014-05-02add interfederation attribute queryThomas Lenz1-1/+5
2014-03-21service provider urlBojan Suzic1-0/+4
2014-03-18correcting mandate requestBojan Suzic1-2/+2
2014-03-12storing datacontainer in temporary storage before redirectingFlorian Reimair1-0/+4
2014-03-03attribut testBojan Suzic1-0/+4
2014-02-25Merge branch 'ap' into moa2_0_tlenz_bs_3Bojan Suzic1-0/+4
Conflicts: id/ConfigWebTool/src/main/java/at/gv/egovernment/moa/id/configuration/data/oa/OASTORKConfig.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/stork/STORKConfig.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/stork2/AuthenticationRequest.java
2014-02-25merge tlenz into apFlorian Reimair1-6/+6
2014-02-24Merge branch 'moa2_0_tlenz' of gitlab.iaik.tugraz.at:afitzek/moa-idspss into ↵Bojan Suzic1-6/+6
moa2_0_tlenz_bs_2
2014-02-24added attribute collector action to protocol and urlrewriteFlorian Reimair1-0/+4
2014-02-24* add default configuration valuesThomas Lenz1-6/+6
* add MOA-ID-Auth publicURLPreFix as mandatory configuration value * remove ReloadConfiguration serlet * change moa-id-lib to use publicURLPreFix * update repository
2014-02-14loggingBojan Suzic1-1/+5
2014-01-27mergingBojan Suzic1-2/+10
2014-01-17adding stork2 support to urlrewriteBojan Suzic1-1/+13
2013-12-17First version for testing -> Exthex OAuth implementationThomas Lenz1-0/+10
2013-09-09add MonitoringServlet for MOA-ID-AuthThomas Lenz1-0/+9
- add two TestModules - test Database connectivity - test IdentityLink verification (inkl. MOA-SP test)
2013-07-24- SSO finalizedThomas Lenz1-1/+10
- SSO Session is not closed if a new single authentication operation is started - PVP2 Configuration from Database (but without Metadata) --> TODO: change MetaDataProvider - Add additional UserFrame in case of SSO - MOASession encryption TODO: MetaDataProvider, IdentityLink resign, SSO with Mandates, Legacy Template generation
2013-07-18MOA-ID 2.x Configuration implementedThomas Lenz1-11/+21
-SSO deaktivated -Login with mandate and normal tested
2013-07-12SSO ImplementationThomas Lenz1-9/+9
2013-07-08Merge PVP2 and MOA 2.0Andreas Fitzek1-102/+49
2013-07-04BKU Auswahl in Kontext von MOA-ID für standardkonforme VarianteThomas Lenz1-1/+11
2013-06-27PVP2 functional OK, STORK only partially testedAndreas Fitzek1-102/+49
2013-05-02PVP2 basic authnrequest handling and assertion buildingAndreas Fitzek2-14/+12
2013-04-04added new Servlet definitionsAndreas Fitzek3-30/+211
added URL rewrite modul
2012-07-12Integration of STORKkstranacher_eGovL1-1/+12
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@1285 d688527b-c9ab-4aba-bd8d-4036d912da1d
2011-04-06- IAIK Libraries (repository) aktualisiert:kstranacher1-2/+12
iaik-moa: Version 1.29 iaik_jce_full: Version 4.0_MOA iaik_cms: Version 4.1_MOA - Einbindung von Online-Vollmachten - Update MOA-Template zur Bürgerkartenauswahl - Update Doku - Update Transformationen (für Online-Vollmachten) - Änderung der Konfiguration für: - Online-Vollmachten git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@1199 d688527b-c9ab-4aba-bd8d-4036d912da1d
2010-07-02Merged branch 1.4.7_MOASP_TSL back into trunk.mcentner1-0/+22
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@1165 d688527b-c9ab-4aba-bd8d-4036d912da1d
2007-10-17Implemented and integrated party representation and integrated mandates as ↵pdanner1-5/+13
per default available Now Eclipse projects are available. The Web Tools Platform can be used to run the web applications git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@1014 d688527b-c9ab-4aba-bd8d-4036d912da1d
2007-08-23Moved war resources of id/server/auth to the proper location.mcentner4-535/+0
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@935 d688527b-c9ab-4aba-bd8d-4036d912da1d
2007-08-22moved webservice specific filespdanner4-0/+535
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@932 d688527b-c9ab-4aba-bd8d-4036d912da1d
2007-08-08Adapted project directory structure to suit the new maven based build process.mcentner2-0/+142
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@909 d688527b-c9ab-4aba-bd8d-4036d912da1d