aboutsummaryrefslogtreecommitdiff
path: root/id/server/auth/src/main
AgeCommit message (Collapse)AuthorFilesLines
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 Knall5-3/+35
- 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-10-30change version in handbook and mainpageThomas Lenz1-1/+1
2014-09-12update version mainpage and handbookThomas Lenz1-1/+1
2014-08-20update SecurityLayer TemplateThomas Lenz1-1/+1
2014-07-07Merge branch 'moa-2.1-Snapshot' into authnrequest_signrequest_splitAlexander Marsalek1-1/+1
2014-07-03update handbook and change version to 2.1.0Thomas Lenz1-1/+1
2014-07-02added support for splitting authnrequest &signrequestAlexander Marsalek2-3/+14
2014-06-13refactoringBojan Suzic1-0/+4
2014-06-13change version to 2.1-RC3MOA-ID-2.1-RC3Thomas Lenz1-2/+2
2014-06-11remove unused servletThomas Lenz1-6/+6
2014-06-11Handbook and MOA-ID-Auth Mainpage updateThomas Lenz2-2/+2
2014-06-06final betaversion if MOA-ID-Auth Single LogOutThomas Lenz2-5/+25
2014-05-16update default config and handbookThomas Lenz4-3/+332
2014-05-02add interfederation attribute queryThomas Lenz1-1/+5
2014-04-08add default log4j.propertiesThomas Lenz1-0/+27
2014-04-08change MOA-ID-Auth mainpage titleThomas Lenz1-1/+1
2014-04-03update Handbook and Mainpage version to 2.0.1MOA-2.0.1Thomas Lenz1-1/+1
2014-03-28update MOA-ID-Auth mainpage to 2.0.0Thomas Lenz1-1/+1
2014-03-21Merge remote-tracking branch 'remotes/origin/vidp' into moa2_0_tlenzThomas Lenz1-1/+31
Conflicts: id/ConfigWebTool/src/main/java/at/gv/egovernment/moa/id/configuration/struts/action/EditGeneralConfigAction.java id/ConfigWebTool/src/main/java/at/gv/egovernment/moa/id/configuration/struts/action/EditOAAction.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/AuthenticationServer.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/PEPSConnectorServlet.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/entrypoints/DispatcherServlet.java id/server/idserverlib/src/main/resources/resources/properties/id_messages_de.properties id/server/moa-id-commons/pom.xml id/server/stork2-saml-engine/pom.xml pom.xml repository/iaik/iaik_tsl/1.0/iaik_tsl-1.0.jar repository/iaik/iaik_tsl/1.0/iaik_tsl-1.0.pom
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-06add missing files to MOA-ID-Auth mainpageThomas Lenz17-1/+356
2014-03-05solve commit errorsThomas Lenz4-0/+369
2014-03-05update MOA-ID-Auth index.htmlThomas Lenz31-1334/+719
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-02-03mergeBojan Suzic4-10/+12
2014-02-03Merge remote-tracking branch 'remotes/origin/outgoingstork' into moa2_0_tlenzThomas Lenz1-3/+1
Conflicts: id/ConfigWebTool/src/main/java/at/gv/egovernment/moa/id/configuration/data/StorkAttributes.java id/oa/src/main/java/at/gv/egovernment/moa/id/demoOA/servlet/pvp2/BuildMetadata.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/GetForeignIDServlet.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/PEPSConnectorServlet.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/stork/STORKAuthnRequestProcessor.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/validator/parep/client/szrgw/SZRGWClient.java id/server/idserverlib/src/main/resources/resources/templates/loginFormFull.html
2014-01-29Merge remote-tracking branch 'remotes/origin/moa2_0_kstranacher' into ↵Thomas Lenz3-7/+11
moa2_0_tlenz Conflicts: common/pom.xml id/server/auth/.settings/org.eclipse.wst.common.component id/server/auth/src/main/webapp/index.html id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/VerifyCertificateServlet.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/saml1/SAML1AuthenticationServer.java id/server/idserverlib/src/main/resources/resources/properties/id_messages_de.properties id/server/idserverlib/src/main/resources/resources/wsdl/MOA-ID-1.x.wsdl pom.xml spss/handbook/clients/api/pom.xml spss/handbook/clients/pom.xml spss/handbook/clients/referencedData/pom.xml spss/handbook/clients/webservice/pom.xml spss/handbook/pom.xml spss/pom.xml spss/server/pom.xml spss/server/serverlib/pom.xml spss/server/serverws/.settings/org.eclipse.wst.common.component spss/server/serverws/pom.xml spss/server/tools/pom.xml
2014-01-27mergingBojan Suzic1-2/+10
2014-01-27reactivated stork in default login templateFlorian Reimair1-3/+1
2014-01-19Adaptions version 1.5.2 to 2.0.0Klaus Stranacher1-1/+1
2014-01-19Version update to 2.0.0Klaus Stranacher3-26/+28
2014-01-17adding stork2 support to urlrewriteBojan Suzic1-1/+13
2013-12-17First version for testing -> Exthex OAuth implementationThomas Lenz1-0/+10
2013-10-11-- Customizable BKUSelection Form and SendAssertion FormThomas Lenz24-458/+458
-- OA specific Checkbox to disable SAML1
2013-09-26Features:Thomas Lenz5-1275/+3
-- 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-09MOA-ID 1.9.951.9.95-SNAPSHOTThomas Lenz3-402/+152
--change BKU selection templates and SendAssertion Templates to responsive design. Therefore, OA parameter "useIframe" is not required anymore.
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-09-09Some short changes and bugfixesThomas Lenz1-0/+1