aboutsummaryrefslogtreecommitdiff
path: root/id/server/idserverlib/src
AgeCommit message (Expand)AuthorFilesLines
2016-02-24remove not required functions from BKU-selection form-builderThomas Lenz1-8/+0
2016-02-24update error messageing into Web-browserThomas Lenz1-8/+34
2016-02-24move bean definitionsThomas Lenz1-0/+14
2016-02-24update some method headersThomas Lenz2-12/+39
2016-02-24fix bug in SAML1 legacy-mode selectionThomas Lenz1-4/+12
2016-02-24add federated IDP authentication modulThomas Lenz8-361/+381
2016-02-24refactor PVP protocol implementation to resuse code in other modulesThomas Lenz19-803/+821
2016-02-22fix merge problemThomas Lenz1-129/+108
2016-02-22Merge branch 'moa-id-3.0.0-snapshot' into moa-id-3.2_(OPB)Thomas Lenz1-108/+129
2016-02-22fix possible problem with federated assertion validationThomas Lenz1-1/+1
2016-02-22Merge remote-tracking branch 'remotes/origin/moa-id-3.0.0-snapshot' into moa-...Thomas Lenz1-1/+1
2016-02-22make method publicThomas Lenz1-1/+1
2016-02-22fix some refactoring problemsThomas Lenz9-260/+87
2016-02-22add first parts of new federated authentication modulThomas Lenz2-10/+4
2016-02-22refactor PVP implementation to share code with PVP Service-Provider modulsThomas Lenz27-1125/+1925
2016-02-22change Spring typesThomas Lenz6-8/+13
2016-02-19update ProcessEngine jUnit testsThomas Lenz11-28/+102
2016-02-19remove unused code and filesThomas Lenz1-624/+0
2016-02-19add missing @Service annotationThomas Lenz2-2/+4
2016-02-19add missing endpoint descriptionThomas Lenz1-1/+4
2016-02-19optimize authentication process in respect to session-transaction and transac...Thomas Lenz13-178/+139
2016-02-19refactor Single Sign-On authentication consents evaluator to get executed by ...Thomas Lenz13-521/+623
2016-02-18fix error handling: always make a redirect to MOA-ID in case of errorThomas Lenz1-27/+18
2016-02-18remove AXIS1 implemented WebService for SAML1 --> now a simple Spring contro...Thomas Lenz1-1/+10
2016-02-18fix problem with protocol-action implementation validationThomas Lenz1-2/+2
2016-02-18remove unused codeThomas Lenz3-789/+1
2016-02-18fix problem with pending-requests and protocol specific error messagesThomas Lenz14-124/+183
2016-02-18refactor authentication process to use service-provider configuration from pe...Thomas Lenz23-565/+306
2016-02-18update error handling and Web based error messagesThomas Lenz6-79/+583
2016-02-18add WebFrontEnd security interceptorThomas Lenz2-8/+96
2016-02-17refactor JUnit testsThomas Lenz19-55/+127
2016-02-17fix unresolved depentenciesThomas Lenz1-0/+44
2016-02-16Refactore eIDAS module to new Spring based protocol engineThomas Lenz1-1/+0
2016-02-15First untested part: Refactor authentication modules and process management t...Thomas Lenz73-3579/+4672
2016-02-10refactor LogOutServlet to Spring WebMVC implementationThomas Lenz1-81/+56
2016-02-10fix problem with static content and Spring WebMVC controllerThomas Lenz1-1/+1
2016-02-10switch to Spring based application initializerThomas Lenz7-113/+287
2016-02-10Merge branch 'moa-id-3.0.0-snapshot' into moa-id-3.2_(OPB)Thomas Lenz3-0/+12
2016-02-08fix possible NullPointerException if pendingRequest is not found any moreThomas Lenz1-0/+6
2016-02-02add missing log message in PVP authentication-protocol preprocessingThomas Lenz1-0/+2
2016-01-28add missing auth. protocol status-codesThomas Lenz1-0/+4
2016-01-27Merge branch 'eSense_eIDAS_development' into moa-id-3.2_(OPB)Thomas Lenz1-0/+44
2016-01-27Merge branch 'moa-id-3.0.0-snapshot' into moa-id-3.2_(OPB)Thomas Lenz2-9/+9
2016-01-27rebuild error messaging in case of taskExecution errorsMOA-ID-3.1.0_RC1Thomas Lenz1-5/+8
2016-01-27set max error-message length in statisticdatabase to 200 charactersThomas Lenz1-4/+1
2016-01-27Merge branch 'moa-id-3.0.0-snapshot' into moa-id-3.2_(OPB)Thomas Lenz5-8/+37
2016-01-27Log exception if basic moa-id configuration property file is not foundThomas Lenz1-1/+1
2016-01-25fix AuthnRequest validation: requested AssertionConsumerServiceURL MUST be eq...Thomas Lenz3-5/+31
2016-01-25update log message for PVP AuthnRequest signature validationThomas Lenz1-2/+5
2016-01-22Merge branch 'eSense_eIDAS_development' into moa-id-3.2_(OPB)Thomas Lenz27-410/+1154