Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-02-17 | delete STORK authentication module | Thomas Lenz | 56 | -9145/+0 | |
2016-02-17 | fix unresolved depentencies | Thomas Lenz | 1 | -7/+4 | |
2016-02-16 | Refactore eIDAS module to new Spring based protocol engine | Thomas Lenz | 15 | -108/+325 | |
2016-02-15 | First untested part: Refactor authentication modules and process management ↵ | Thomas Lenz | 32 | -648/+948 | |
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 | fix missing import in STORK authentication modul | Thomas Lenz | 1 | -16/+2 | |
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-28 | fix merge problem eIDAS Metadata servlet | Thomas Lenz | 1 | -3/+3 | |
2016-01-27 | Merge branch 'eSense_eIDAS_development' into moa-id-3.2_(OPB) | Thomas Lenz | 4 | -6/+10 | |
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 | Merge branch 'moa-id-3.0.0-snapshot' into moa-id-3.2_(OPB) | Thomas Lenz | 2 | -4/+3 | |
2016-01-27 | fix unresolved dependency in SAML1 authentication module | Thomas Lenz | 3 | -6/+10 | |
2016-01-27 | fix unresolved dependency | Thomas Lenz | 2 | -4/+4 | |
2016-01-27 | rebuild error messaging in case of taskExecution errorsMOA-ID-3.1.0_RC1 | Thomas Lenz | 1 | -3/+2 | |
2016-01-27 | Add additional log message | Thomas Lenz | 1 | -1/+1 | |
2016-01-27 | Merge branch 'eSense_eIDAS_development' into moa-id-3.2_(OPB) | Thomas Lenz | 3 | -12/+11 | |
Conflicts: 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 | |||||
2016-01-27 | set ContentType parameter in HTTPServletResponse | Thomas Lenz | 3 | -16/+17 | |
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 | refactor eIDAS-node metadata generation | Thomas Lenz | 5 | -54/+90 | |
2016-01-22 | Merge branch 'eSense_eIDAS_development' into moa-id-3.2_(OPB) | Thomas Lenz | 41 | -391/+3321 | |
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-21 | move or remove third-party library depentencies | Thomas Lenz | 3 | -2/+39 | |
2016-01-19 | fix problem with STORK citizen country-code selector | Thomas Lenz | 1 | -24/+25 | |
2016-01-18 | update third-party libraries | Thomas Lenz | 1 | -3/+3 | |
2016-01-18 | refactor additional parts of MOA-ID-Auth to enabled virtual IDP functionality | Thomas Lenz | 8 | -33/+32 | |
2016-01-15 | Merge branch 'multiple_IDP_publicURLPrefixes' into moa-id-3.0.0-snapshot | Thomas Lenz | 19 | -29/+90 | |
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-15 | cleanup | Florian Reimair | 3 | -23/+19 | |
2016-01-15 | moa can do outbound eidas | Florian Reimair | 3 | -5/+192 | |
2016-01-15 | removed workaround for class loader issue | Florian Reimair | 2 | -7/+0 | |
2016-01-15 | add garbage collector to remove unsed SAML2 metadata provider (influence PVP ↵ | Thomas Lenz | 2 | -8/+89 | |
and eIDAS metadata) | |||||
2016-01-15 | added EIDAS Request class | Florian Reimair | 1 | -0/+23 | |
2016-01-15 | Merge remote-tracking branch 'origin/eSense_eIDAS_development' into ↵ | Florian Reimair | 11 | -450/+610 | |
eSense_eIDAS_development | |||||
2016-01-15 | fix problem with certificate validation | Thomas Lenz | 2 | -2/+2 | |
2016-01-14 | remove IAIK security-provider fix in eIDAS metadata generation | Thomas Lenz | 1 | -4/+4 | |
2016-01-14 | change eIDAS SAML-engine to singelton | Thomas Lenz | 1 | -21/+26 | |
2016-01-14 | moa learned how to trigger an authentication after receiving an eidas request | Florian Reimair | 2 | -25/+26 | |
2016-01-13 | change MOA eIDAS metadata provider to a cached version as chaining metadata ↵ | Thomas Lenz | 4 | -199/+415 | |
provider | |||||
2016-01-13 | moa learned how to receive eidas node requests | Florian Reimair | 4 | -3/+204 | |
2016-01-13 | reimplement eIDAS metadata provider which use MOA-SP to verify metadata | Thomas Lenz | 1 | -19/+165 | |
2016-01-13 | update eIDAS http(s) endpoints | Thomas Lenz | 4 | -22/+36 | |
2016-01-13 | refactor PVP Metadata provider functionality | Thomas Lenz | 3 | -353/+132 | |
2016-01-13 | add test IDL generation | Thomas Lenz | 8 | -16/+721 | |
2016-01-13 | Merge branch 'eSense_eIDAS_development' of ↵ | Thomas Lenz | 2 | -39/+63 | |
gitlab.iaik.tugraz.at:afitzek/moa-idspss into eSense_eIDAS_development | |||||
2016-01-12 | fetch requested attributes from configuration | Florian Reimair | 1 | -18/+24 | |
2016-01-12 | fixed bug of missing citizen country code for stork module | Florian Reimair | 1 | -1/+5 | |
2016-01-12 | use general config eidas (in progress) | Florian Reimair | 1 | -20/+34 | |
2016-01-12 | refactore STORK authentication module to use generic MOASession data-storage | Thomas Lenz | 8 | -34/+75 | |
2016-01-12 | update eIDAS inbound process managment implementation | Thomas Lenz | 5 | -6/+141 | |
2016-01-11 | fixing request (in progress) | Florian Reimair | 2 | -6/+17 | |
2016-01-05 | metadata delivery. draft but working. | Florian Reimair | 2 | -0/+91 | |