aboutsummaryrefslogtreecommitdiff
path: root/id/server/idserverlib/src/main/resources
AgeCommit message (Collapse)AuthorFilesLines
2015-01-29integrate process engine from project 'dti-process-engine'Christian Wagner2-3/+3
- fix unit tests - correct namespaces - refactor package name
2015-01-29integrate process engine from project 'dti-process-engine' - INCOMPLETE!Christian Wagner3-2/+55
- commit neccessary in order to avoid blocking the development process additional small fix due to earlier package renaming
2015-01-28add automated process selectionChristian Wagner1-0/+1
2015-01-28implement ModuleRegistry, implement standard moaid process, start ↵Gerwin Gsenger1-0/+2
ModuleRegistry at moa-id startup, fix typo in package name
2015-01-26Add comments to DefaultAuthentication.process.xml.Thomas Knall1-0/+1
2015-01-26Add some comments to DefaultAuthentication.process.xml.Thomas Knall1-1/+2
2015-01-26Perform refactoring.Thomas Knall1-20/+21
- Rename ProcessIdentityLinkTask to PrepareAuthBlockSignatureTask.
2015-01-23Fix typo in process description.Thomas Knall1-1/+1
2015-01-23Add foreign identity process support (MOAID-61).Thomas Knall1-3/+12
- 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 Knall4-9/+20
- 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-4/+12
- 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/+15
2014-11-03add check if requested STORK-QAA level matches auth QAA levelThomas Lenz2-0/+2
2014-11-03add PVP SecClass to STORK QAA mappingThomas Lenz2-2/+9
2014-10-30update PVPRole to ECRole mappingThomas Lenz1-1/+1
2014-10-30update PVPRole to ECRole mappingThomas Lenz1-2/+2
2014-10-29Merge branch 'ISA-1.18-action' into moa-2.1-SnapshotThomas Lenz8-5/+691
Conflicts: id/server/idserverlib/pom.xml
2014-10-29Update third-party libsThomas Lenz6-4/+686
- some implementation updates was required
2014-10-24update STORK <-> PVP gateway functionalityThomas Lenz2-0/+2
2014-10-22add VIDP gateway process-flow to national infrastructureThomas Lenz2-1/+3
2014-10-21solve SameOriginPolicy problem in JavaScript code for responsive designThomas Lenz1-1/+1
2014-10-21change SAML2 POST binding target to _topThomas Lenz1-1/+1
2014-09-19solve SLO frontchannel timeout problemThomas Lenz1-1/+1
2014-09-11change OpenIDConnect error messageThomas Lenz1-1/+1
2014-07-16iFrame leaving problem fixed, redirect code changedAlexander Marsalek1-1/+1
2014-06-23TODO, temporäry removed w3c validation blockAlexander Marsalek1-11/+1
2014-06-17if SP errormessage failes then print errormessage to browserThomas Lenz1-2/+2
2014-06-16Merge branch 'moa-2.1-Snapshot' of gitlab.iaik.tugraz.at:afitzek/moa-idspss ↵Thomas Lenz2-0/+4
into moa-2.1-Snapshot
2014-06-16update default error handlingThomas Lenz2-0/+2
2014-06-13refactoringBojan Suzic2-0/+4
2014-06-13add timeout to frontchannel SLOThomas Lenz1-1/+14
2014-06-13new test credentials include a certificate with a test OID as x509 extensionThomas Lenz1-0/+1
add test OID checks
2014-06-10add default message if no SSO session is foundThomas Lenz1-0/+1
2014-06-10Load SLO template from configuration directoryThomas Lenz1-41/+422
2014-06-06final betaversion if MOA-ID-Auth Single LogOutThomas Lenz2-2/+62
2014-05-15add additional errorcodes if SAML request validation failedThomas Lenz2-0/+6
2014-05-14add additional SZRGW error handlingThomas Lenz2-0/+8
2014-05-14add additional errorcodes to protcolsThomas Lenz2-5/+189
2014-05-09merge SSO interfederation into Snapshot branchThomas Lenz1-0/+3
Conflicts: 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/protocols/stork2/AuthenticationRequest.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/stork2/MandateRetrievalRequest.java
2014-05-09add untested Single LogOut supportThomas Lenz1-0/+2
2014-05-02add interfederation attribute queryThomas Lenz1-1/+2
2014-04-16fix typoThomas Lenz1-4/+3
2014-03-25incorporated settings into frontendFlorian Reimair1-12/+2
2014-03-21Merge remote-tracking branch 'remotes/origin/vidp' into moa2_0_tlenzThomas Lenz4-1/+530
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-21add QC validationThomas Lenz1-0/+1
2014-03-19Add advanced parameter validation. Redirect is only allowed if Redirect URL ↵Thomas Lenz1-1/+1
maps to OA configuration. Load redirectTarget from OA configuration.
2014-03-17add additonal STORK error messagesThomas Lenz1-0/+1
2014-03-12sketched consent collectorFlorian Reimair2-0/+445
2014-03-06fixed error messageFlorian Reimair1-0/+1
2014-03-05Merge branch 'moa2_0_tlenz_bs_3' into moa2_0_tlenz_bs_3_arBojan Suzic1-0/+2
Conflicts: 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/protocols/stork2/AttributeCollector.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/stork2/AttributeProviderFactory.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/stork2/MOASTORKAuthnRequest.java