Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-02-22 | fix merge problem | Thomas Lenz | 1 | -129/+108 | |
2016-02-22 | Merge branch 'moa-id-3.0.0-snapshot' into moa-id-3.2_(OPB) | Thomas Lenz | 1 | -108/+129 | |
Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/verification/SAMLVerificationEngine.java | |||||
2016-02-22 | fix possible problem with federated assertion validation | Thomas Lenz | 1 | -1/+1 | |
2016-02-22 | Merge remote-tracking branch 'remotes/origin/moa-id-3.0.0-snapshot' into ↵ | Thomas Lenz | 1 | -1/+1 | |
moa-id-3.2_(OPB) Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/builder/assertion/PVP2AssertionBuilder.java | |||||
2016-02-22 | make method public | Thomas Lenz | 1 | -1/+1 | |
2016-02-22 | fix some refactoring problems | Thomas Lenz | 8 | -252/+87 | |
2016-02-22 | add first parts of new federated authentication modul | Thomas Lenz | 2 | -10/+4 | |
2016-02-22 | refactor PVP implementation to share code with PVP Service-Provider moduls | Thomas Lenz | 25 | -1117/+1674 | |
2016-02-22 | change Spring types | Thomas Lenz | 6 | -8/+13 | |
2016-02-19 | remove unused code and files | Thomas Lenz | 1 | -624/+0 | |
2016-02-19 | add missing @Service annotation | Thomas Lenz | 2 | -2/+4 | |
2016-02-19 | add missing endpoint description | Thomas Lenz | 1 | -1/+4 | |
2016-02-19 | optimize authentication process in respect to session-transaction and ↵ | Thomas Lenz | 13 | -178/+139 | |
transaction-store read/write operations | |||||
2016-02-19 | refactor Single Sign-On authentication consents evaluator to get executed by ↵ | Thomas Lenz | 8 | -519/+593 | |
processEngine | |||||
2016-02-18 | fix error handling: always make a redirect to MOA-ID in case of error | Thomas Lenz | 1 | -27/+18 | |
2016-02-18 | remove AXIS1 implemented WebService for SAML1 --> now a simple Spring ↵ | Thomas Lenz | 1 | -1/+10 | |
controller is used as WebService endpoint | |||||
2016-02-18 | fix problem with protocol-action implementation validation | Thomas Lenz | 1 | -2/+2 | |
2016-02-18 | remove unused code | Thomas Lenz | 3 | -789/+1 | |
2016-02-18 | fix problem with pending-requests and protocol specific error messages | Thomas Lenz | 11 | -121/+180 | |
2016-02-18 | refactor authentication process to use service-provider configuration from ↵ | Thomas Lenz | 20 | -558/+296 | |
pending-request | |||||
2016-02-18 | update error handling and Web based error messages | Thomas Lenz | 5 | -79/+176 | |
2016-02-18 | add WebFrontEnd security interceptor | Thomas Lenz | 2 | -8/+96 | |
2016-02-15 | First untested part: Refactor authentication modules and process management ↵ | Thomas Lenz | 67 | -3534/+4575 | |
to Spring | |||||
2016-02-10 | refactor LogOutServlet to Spring WebMVC implementation | Thomas Lenz | 1 | -81/+56 | |
2016-02-10 | fix problem with static content and Spring WebMVC controller | Thomas Lenz | 1 | -1/+1 | |
2016-02-10 | switch to Spring based application initializer | Thomas Lenz | 5 | -112/+283 | |
2016-02-10 | Merge branch 'moa-id-3.0.0-snapshot' into moa-id-3.2_(OPB) | Thomas Lenz | 2 | -0/+8 | |
Conflicts: id/server/modules/moa-id-modules-saml1/src/main/java/at/gv/egovernment/moa/id/protocols/saml1/SAML1AuthenticationServer.java | |||||
2016-02-08 | fix possible NullPointerException if pendingRequest is not found any more | Thomas Lenz | 1 | -0/+6 | |
2016-02-02 | add missing log message in PVP authentication-protocol preprocessing | Thomas Lenz | 1 | -0/+2 | |
2016-01-27 | Merge branch 'moa-id-3.0.0-snapshot' into moa-id-3.2_(OPB) | Thomas Lenz | 2 | -9/+9 | |
2016-01-27 | rebuild error messaging in case of taskExecution errorsMOA-ID-3.1.0_RC1 | Thomas Lenz | 1 | -5/+8 | |
2016-01-27 | set max error-message length in statisticdatabase to 200 characters | Thomas Lenz | 1 | -4/+1 | |
2016-01-27 | Merge branch 'moa-id-3.0.0-snapshot' into moa-id-3.2_(OPB) | Thomas Lenz | 4 | -8/+36 | |
2016-01-27 | Log exception if basic moa-id configuration property file is not found | Thomas Lenz | 1 | -1/+1 | |
2016-01-25 | fix AuthnRequest validation: requested AssertionConsumerServiceURL MUST be ↵ | Thomas Lenz | 2 | -5/+30 | |
equal to AssertionConsumerService in PVP metadata | |||||
2016-01-25 | update log message for PVP AuthnRequest signature validation | Thomas Lenz | 1 | -2/+5 | |
2016-01-22 | Merge branch 'eSense_eIDAS_development' into moa-id-3.2_(OPB) | Thomas Lenz | 26 | -406/+1138 | |
Conflicts: id/server/idserverlib/pom.xml id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/MOAIDAuthInitializer.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/auth/AuthConfiguration.java id/server/modules/module-stork/src/main/java/at/gv/egovernment/moa/id/auth/modules/stork/tasks/CreateStorkAuthRequestFormTask.java | |||||
2016-01-22 | change message loglevel, if no active SSO session is found | Thomas Lenz | 1 | -2/+2 | |
2016-01-22 | change logs and error messages during MOA-ID start-up process | Thomas Lenz | 3 | -51/+28 | |
2016-01-22 | blacklist Microsoft SQL JDBC driver, because default online-application load ↵ | Thomas Lenz | 1 | -2/+26 | |
operation does not work - Microsoft SQL does not allow len() method calls with a parameter of type text | |||||
2016-01-22 | remove tomcat-stop method on initialization error | Thomas Lenz | 1 | -1/+1 | |
2016-01-21 | fix exception handling problem with updated cc process | Thomas Lenz | 2 | -14/+33 | |
2016-01-21 | remove unused functionality | Thomas Lenz | 1 | -5/+5 | |
2016-01-19 | remove MOA-SP calls via WebService URL | Thomas Lenz | 1 | -13/+12 | |
2016-01-19 | fix refactoring problem | Thomas Lenz | 1 | -1/+1 | |
2016-01-19 | update PVP Single LogOut request/response signature validation | Thomas Lenz | 12 | -72/+405 | |
2016-01-19 | add additional virtual IDP PublicURL Prefix validation | Thomas Lenz | 1 | -4/+14 | |
2016-01-19 | fix JAVA reflection class instance problems, which is required for SAML1 and ↵ | Thomas Lenz | 2 | -20/+18 | |
STORK2 protocol implementation | |||||
2016-01-18 | refactor additional parts of MOA-ID-Auth to enabled virtual IDP functionality | Thomas Lenz | 6 | -8/+32 | |
2016-01-15 | Merge branch 'multiple_IDP_publicURLPrefixes' into moa-id-3.0.0-snapshot | Thomas Lenz | 29 | -112/+355 | |
Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/MOAIDAuthConstants.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/GenerateIFrameTemplateServlet.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/builder/assertion/PVP2AssertionBuilder.java |