aboutsummaryrefslogtreecommitdiff
path: root/id/server/modules/module-stork/src
AgeCommit message (Collapse)AuthorFilesLines
2016-02-17delete STORK authentication moduleThomas Lenz55-9035/+0
2016-01-28fix missing import in STORK authentication modulThomas Lenz1-16/+2
2016-01-22Merge branch 'eSense_eIDAS_development' into moa-id-3.2_(OPB)Thomas Lenz8-36/+93
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-19fix problem with STORK citizen country-code selectorThomas Lenz1-24/+25
2016-01-18refactor additional parts of MOA-ID-Auth to enabled virtual IDP functionalityThomas Lenz2-2/+2
2016-01-15Merge branch 'multiple_IDP_publicURLPrefixes' into moa-id-3.0.0-snapshotThomas Lenz8-11/+37
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-13Merge branch 'eSense_eIDAS_development' of ↵Thomas Lenz1-1/+5
gitlab.iaik.tugraz.at:afitzek/moa-idspss into eSense_eIDAS_development
2016-01-12fixed bug of missing citizen country code for stork moduleFlorian Reimair1-1/+5
2016-01-12refactore STORK authentication module to use generic MOASession data-storageThomas Lenz7-32/+67
2015-12-18fix broken STORK depentenciesThomas Lenz1-1/+5
2015-10-09move BKU Authentication preprocessing into a seperate task.Thomas Lenz1-3/+4
The GenerateIFrameTemplateServlet only put all request parameters into process-managment context
2015-10-08refactor attributeBuilder OA parameter from implementation to interfaceThomas Lenz14-14/+28
2015-09-18fix merge problem in STORK V-IDP consentEvaluator moduleThomas Lenz1-1/+1
2015-09-14move citizen-card authentication and validation (Security-layer ↵Thomas Lenz7-11/+360
communication) to discrete module
2015-09-14load protocol attribute builder dynamically by SPIThomas Lenz16-0/+755
2015-09-11move authentication protocol implementation to separate modules.Thomas Lenz25-0/+5434
authentication protocol modules are loaded by SPI now.
2015-09-02fix possible problem with jUnit test and jenkins build processThomas Lenz1-2/+2
2015-08-26Allow multiple alias domainsThomas Lenz2-3/+6
- Every alias domain is a own EntityID which is the configured PublicURLPrefix
2015-07-23update revisions-log functionalityThomas Lenz3-5/+31
2015-07-20remove deprecated MOA-ID 2.x configuration DAO functionalityThomas Lenz4-10/+12
2015-07-17Merge first STORK 2 changesThomas Lenz2-11/+17
Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/auth/AuthConfigurationProvider.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/stork2/ConsentEvaluator.java pom.xml
2015-07-17Merge branch 'new_key-value_solution' into moa-id-3.0.0-snapshotThomas Lenz4-31/+345
Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/AuthenticationServer.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/modules/internal/tasks/GetMISSessionIDTask.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/auth/servlet/VerifyAuthenticationBlockServlet.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/VerifyCertificateServlet.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/VerifyIdentityLinkServlet.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/OAParameter.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/auth/OAAuthParameter.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/auth/data/DynamicOAAuthParameters.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/entrypoints/DispatcherServlet.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/moduls/AuthenticationManager.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/moduls/SSOManager.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/oauth20/protocol/OAuth20AuthRequest.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/oauth20/protocol/OAuth20TokenRequest.java id/server/moa-id-commons/pom.xml id/server/modules/module-stork/src/main/java/at/gv/egovernment/moa/id/auth/modules/stork/tasks/CreateStorkAuthRequestFormTask.java pom.xml
2015-07-02develThomas Lenz4-12/+332
2015-06-30handle multiple assertions with equal attributesFlorian Reimair1-8/+14
2015-06-19refactor MOA-ID AuthConfigurationThomas Lenz4-10/+12
2015-06-16add first version of reversionslog implementationThomas Lenz1-0/+12
2015-05-05refactored some code regarding multi-part SAML responsesFlorian Reimair2-3/+3
2015-04-20update STORK authentication moduleThomas Lenz4-16/+24
2015-04-14respect multi-part stork responsesFlorian Reimair2-14/+27
2015-03-13fixed date format issue with fakeIdL creationFlorian Reimair1-0/+2
2015-03-13added fakeidl no-signature option configFlorian Reimair1-2/+6
2015-03-13STORK PEPS-conform loggingFlorian Reimair1-0/+20
2015-02-26Fix errorhandling in STORK 2 PepsConnectorTaskThomas Lenz1-1/+11
2015-02-23Improve Process Engine signal servlet (MOAID-73)Thomas Knall4-48/+141
- Update Process Engine signal servlet in order to allow module to provider their own strategy for providing the moa session id. - Update moa id handbook. - Update javadoc.
2015-02-19manuell merge: PEPSConnecterServlet --> PepsConnectorTaskThomas Lenz2-52/+268
2015-02-04Add logging for automatic servlet registration.Thomas Knall1-4/+15
2015-02-04Create separate module STORK (MOAID-67)Thomas Knall9-0/+1675
- Add new maven module moa-id-modules and sub module moa-id-module-stork. - Move stork relates processes and task to module moa-id-module-stork. - Move module registration to modules package.