aboutsummaryrefslogtreecommitdiff
path: root/id/server/idserverlib/src/main/java/at
AgeCommit message (Collapse)AuthorFilesLines
2015-09-15fix problems with OracleDB and configuration storage implementationThomas Lenz2-238/+343
2015-09-14move citizen-card authentication and validation (Security-layer ↵Thomas Lenz65-11829/+671
communication) to discrete module
2015-09-14load protocol attribute builder dynamically by SPIThomas Lenz50-868/+77
2015-09-11move authentication protocol implementation to separate modules.Thomas Lenz83-10528/+141
authentication protocol modules are loaded by SPI now.
2015-09-02fix problem with private service applications and target friendlynameThomas Lenz1-37/+42
2015-09-02Update log message to distinguish between not active and not exists service ↵Thomas Lenz1-3/+6
configurations
2015-08-28fix misplaced RevisionsLog entryThomas Lenz1-5/+5
2015-08-27fix merge problem with OpenID connectThomas Lenz2-1/+6
2015-08-27Merge STORK-SAML-Engine 1.5.1 and STORK-Commons 1.5.1Thomas Lenz2-263/+0
Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/stork2/AttributeProviderFactory.java id/server/stork2-saml-engine/src/main/java/eu/stork/peps/auth/engine/core/validator/CustomAttributeQueryValidator.java id/server/stork2-saml-engine/src/main/java/eu/stork/peps/auth/engine/core/validator/MultipleAssertionResponseValidator.java
2015-08-27Use test- and productive TrustStore configurations in one IDP instanceThomas Lenz6-64/+161
- every service configuration could select its preferred TrustStore
2015-08-26add two ressourcesThomas Lenz2-0/+4
2015-08-26add PVP 2.1 AuthnRequest IssueInstant validationThomas Lenz1-0/+12
2015-08-25log a warning if private-key type can not be evaluatedThomas Lenz1-0/+3
2015-08-25remove space characters from configuration valuesThomas Lenz3-11/+11
2015-08-24fix bug in PVP metadata reload function, which is started every 24hThomas Lenz1-1/+1
2015-08-24solve possible problem with revisionsloggingThomas Lenz1-2/+3
2015-08-24add addional log messageThomas Lenz1-1/+1
2015-08-17fix bug problem with test-identity OIDsThomas Lenz1-1/+1
2015-08-14use old ConfigToolThomas Lenz2-1/+2
2015-08-12activated new saml engineFlorian Reimair2-264/+0
2015-07-24move position of revisionslog entryThomas Lenz1-8/+7
2015-07-24set "https.cipherSuites" only if they are not set in user configurationThomas Lenz1-3/+12
2015-07-24add additional revisionslogThomas Lenz2-1/+3
2015-07-24add loggingThomas Lenz1-0/+3
2015-07-23update log messages with loglevel INFOThomas Lenz15-31/+31
2015-07-23add requestID to SZR-Gateway requestThomas Lenz1-1/+3
2015-07-23update revisions-log functionalityThomas Lenz7-7/+75
2015-07-22update cookie policyThomas Lenz1-11/+5
2015-07-22fix problem with SAML1 in legacy mode and targetFriendlyNameThomas Lenz1-0/+19
2015-07-22fix problem with STORK country selectionThomas Lenz1-2/+2
2015-07-21fix MOA-ID-Auth problemsThomas Lenz6-31/+87
2015-07-20remove duplicate log entryThomas Lenz1-2/+0
2015-07-20fix problems with reversion logThomas Lenz14-51/+94
2015-07-20change configuration key for ovs mandatesThomas Lenz2-3/+12
2015-07-20remove deprecated MOA-ID 2.x configuration DAO functionalityThomas Lenz28-950/+683
2015-07-20split AuthBlock validation and MIS sessionID request into discrete taskThomas Lenz5-143/+330
2015-07-17Merge first STORK 2 changesThomas Lenz11-88/+231
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 Lenz127-11922/+5192
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-17add 'nonce' attribute to OpenID Connect protocolThomas Lenz5-13/+100
2015-07-17first beta version of new MOA-ID WebGUI module for configurationThomas Lenz26-76/+88
2015-07-03fix problems with absolut configuration pathsThomas Lenz1-3/+12
2015-07-03fix problems with dynamic PVP2X metadata refreshThomas Lenz3-10/+47
2015-07-03fix some configuration problemsThomas Lenz8-67/+98
2015-07-02new files for key/value configThomas Lenz2-0/+357
2015-07-02develThomas Lenz40-5651/+2630
2015-06-25second parts for configuration refactoringThomas Lenz10-301/+358
2015-06-19refactoring for properties based configurationThomas Lenz6-260/+250
2015-06-19fix merge problemsThomas Lenz5-171/+240
2015-06-19add new AuthConfigurationProviderFactoryThomas Lenz2-0/+128
2015-06-19remove MOA-ID-Proxy project (MOA-ID >= 3.x is not supported any more)Thomas Lenz24-5885/+0