aboutsummaryrefslogtreecommitdiff
path: root/id/server/idserverlib/src/main/java/at/gv/egovernment
AgeCommit message (Expand)AuthorFilesLines
2016-02-22refactor PVP implementation to share code with PVP Service-Provider modulsThomas Lenz25-1117/+1674
2016-02-22change Spring typesThomas Lenz6-8/+13
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 Lenz8-519/+593
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 Lenz11-121/+180
2016-02-18refactor authentication process to use service-provider configuration from pe...Thomas Lenz20-558/+296
2016-02-18update error handling and Web based error messagesThomas Lenz5-79/+176
2016-02-18add WebFrontEnd security interceptorThomas Lenz2-8/+96
2016-02-15First untested part: Refactor authentication modules and process management t...Thomas Lenz67-3534/+4575
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 Lenz5-112/+283
2016-02-10Merge branch 'moa-id-3.0.0-snapshot' into moa-id-3.2_(OPB)Thomas Lenz2-0/+8
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-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 Lenz4-8/+36
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 Lenz2-5/+30
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 Lenz26-406/+1138
2016-01-22change message loglevel, if no active SSO session is foundThomas Lenz1-2/+2
2016-01-22change logs and error messages during MOA-ID start-up processThomas Lenz3-51/+28
2016-01-22blacklist Microsoft SQL JDBC driver, because default online-application load ...Thomas Lenz1-2/+26
2016-01-22remove tomcat-stop method on initialization errorThomas Lenz1-1/+1
2016-01-21fix exception handling problem with updated cc processThomas Lenz2-14/+33
2016-01-21remove unused functionalityThomas Lenz1-5/+5
2016-01-19remove MOA-SP calls via WebService URLThomas Lenz1-13/+12
2016-01-19fix refactoring problemThomas Lenz1-1/+1
2016-01-19update PVP Single LogOut request/response signature validationThomas Lenz12-72/+405
2016-01-19add additional virtual IDP PublicURL Prefix validationThomas Lenz1-4/+14
2016-01-19fix JAVA reflection class instance problems, which is required for SAML1 and ...Thomas Lenz2-20/+18
2016-01-18refactor additional parts of MOA-ID-Auth to enabled virtual IDP functionalityThomas Lenz6-8/+32
2016-01-15Merge branch 'multiple_IDP_publicURLPrefixes' into moa-id-3.0.0-snapshotThomas Lenz29-112/+355
2016-01-15add garbage collector to remove unsed SAML2 metadata provider (influence PVP ...Thomas Lenz4-20/+88
2016-01-14fix problem with eIDAS QAA to STORK QAA mappingThomas Lenz1-1/+1
2016-01-14temporary problem fix for default security definitions (PVP / eIDAS SAML-engine)Thomas Lenz5-1/+29
2016-01-13add JavaDocThomas Lenz1-0/+5
2016-01-13refactor PVP Metadata provider functionalityThomas Lenz6-26/+596
2016-01-13add test IDL generationThomas Lenz1-0/+4
2016-01-13add STORK-QAA <--> eIdAS-QAA level mapperThomas Lenz4-4/+100