Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-02-16 | Refactore eIDAS module to new Spring based protocol engine | Thomas Lenz | 1 | -1/+0 | |
2016-02-15 | First untested part: Refactor authentication modules and process management ↵ | Thomas Lenz | 4 | -80/+78 | |
to Spring | |||||
2016-02-10 | Merge branch 'moa-id-3.0.0-snapshot' into moa-id-3.2_(OPB) | Thomas Lenz | 1 | -6/+6 | |
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 bottleneck in case of high load and a low number of allowed ↵ | Thomas Lenz | 1 | -9/+8 | |
database connections | |||||
2016-01-28 | add dependency to SAML1 authentication modul | Thomas Lenz | 1 | -0/+6 | |
2016-01-28 | fix maven dependency build problem | Thomas Lenz | 1 | -2/+0 | |
2016-01-27 | Merge branch 'eSense_eIDAS_development' into moa-id-3.2_(OPB) | Thomas Lenz | 2 | -2/+6 | |
Conflicts: id/server/idserverlib/pom.xml id/server/modules/moa-id-module-eIDAS/src/main/java/at/gv/egovernment/moa/id/protocols/eidas/AuthenticationRequest.java id/server/modules/moa-id-module-eIDAS/src/main/java/at/gv/egovernment/moa/id/protocols/eidas/EidasMetaDataRequest.java id/server/modules/moa-id-modules-saml1/src/main/java/at/gv/egovernment/moa/id/protocols/saml1/SAML1AuthenticationServer.java | |||||
2016-01-27 | fix unresolved dependency in SAML1 authentication module | Thomas Lenz | 3 | -6/+10 | |
2016-01-25 | add temporarily eIDAS functionality to SAML1 authentication protocol for ↵ | Thomas Lenz | 3 | -7/+19 | |
development purpose !! SAML1 will be removed from official release version !! | |||||
2016-01-22 | Merge branch 'eSense_eIDAS_development' into moa-id-3.2_(OPB) | Thomas Lenz | 1 | -2/+8 | |
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-18 | refactor additional parts of MOA-ID-Auth to enabled virtual IDP functionality | Thomas Lenz | 1 | -1/+1 | |
2016-01-15 | Merge branch 'multiple_IDP_publicURLPrefixes' into moa-id-3.0.0-snapshot | Thomas Lenz | 3 | -3/+15 | |
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 | |||||
2016-01-12 | refactore STORK authentication module to use generic MOASession data-storage | Thomas Lenz | 1 | -2/+8 | |
2015-10-15 | add maven test depentencies | Thomas Lenz | 1 | -0/+16 | |
2015-09-14 | move citizen-card authentication and validation (Security-layer ↵ | Thomas Lenz | 7 | -2/+520 | |
communication) to discrete module | |||||
2015-09-11 | move authentication protocol implementation to separate modules. | Thomas Lenz | 9 | -0/+1927 | |
authentication protocol modules are loaded by SPI now. |