aboutsummaryrefslogtreecommitdiff
path: root/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config
AgeCommit message (Collapse)AuthorFilesLines
2016-02-24fix bug in SAML1 legacy-mode selectionThomas Lenz1-4/+12
2016-02-18refactor authentication process to use service-provider configuration from ↵Thomas Lenz1-0/+7
pending-request
2016-02-15First untested part: Refactor authentication modules and process management ↵Thomas Lenz2-0/+11
to Spring
2016-02-10switch to Spring based application initializerThomas Lenz2-40/+48
2016-01-27Merge branch 'moa-id-3.0.0-snapshot' into moa-id-3.2_(OPB)Thomas Lenz1-1/+1
2016-01-27Log exception if basic moa-id configuration property file is not foundThomas Lenz1-1/+1
2016-01-22Merge branch 'eSense_eIDAS_development' into moa-id-3.2_(OPB)Thomas Lenz4-14/+80
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-22change logs and error messages during MOA-ID start-up processThomas Lenz1-1/+1
2016-01-22blacklist Microsoft SQL JDBC driver, because default online-application load ↵Thomas Lenz1-2/+26
operation does not work - Microsoft SQL does not allow len() method calls with a parameter of type text
2016-01-18refactor additional parts of MOA-ID-Auth to enabled virtual IDP functionalityThomas Lenz2-0/+22
2016-01-15Merge branch 'multiple_IDP_publicURLPrefixes' into moa-id-3.0.0-snapshotThomas Lenz2-11/+46
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-15add garbage collector to remove unsed SAML2 metadata provider (influence PVP ↵Thomas Lenz2-14/+67
and eIDAS metadata)
2016-01-13add JavaDocThomas Lenz1-0/+5
2015-12-18add first untested parts for eIDAS SAML-engine configurationThomas Lenz2-0/+13
2015-11-27remove unused classThomas Lenz1-155/+0
2015-09-15fix problems with OracleDB and configuration storage implementationThomas Lenz1-2/+10
2015-09-11move authentication protocol implementation to separate modules.Thomas Lenz1-2/+1
authentication protocol modules are loaded by SPI now.
2015-09-02Update log message to distinguish between not active and not exists service ↵Thomas Lenz1-3/+6
configurations
2015-08-27Use test- and productive TrustStore configurations in one IDP instanceThomas Lenz5-5/+102
- every service configuration could select its preferred TrustStore
2015-08-26Allow multiple alias domainsThomas Lenz2-11/+46
- Every alias domain is a own EntityID which is the configured PublicURLPrefix
2015-08-25remove space characters from configuration valuesThomas Lenz1-1/+1
2015-08-17fix bug problem with test-identity OIDsThomas Lenz1-1/+1
2015-08-14use old ConfigToolThomas Lenz1-1/+1
2015-07-23update revisions-log functionalityThomas Lenz2-1/+39
2015-07-21fix MOA-ID-Auth problemsThomas Lenz1-1/+20
2015-07-20change configuration key for ovs mandatesThomas Lenz1-3/+3
2015-07-20remove deprecated MOA-ID 2.x configuration DAO functionalityThomas Lenz8-816/+587
2015-07-17Merge first STORK 2 changesThomas Lenz2-0/+12
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 Lenz25-2809/+4162
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-17first beta version of new MOA-ID WebGUI module for configurationThomas Lenz4-18/+31
2015-07-03fix problems with absolut configuration pathsThomas Lenz1-3/+12
2015-07-03fix some configuration problemsThomas Lenz3-15/+24
2015-07-02new files for key/value configThomas Lenz2-0/+357
2015-07-02develThomas Lenz11-1935/+2168
2015-06-25second parts for configuration refactoringThomas Lenz8-298/+357
2015-06-19refactoring for properties based configurationThomas Lenz3-95/+138
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 Lenz4-1017/+0
2015-06-19refactor MOA-ID AuthConfigurationThomas Lenz6-104/+125
2015-06-19Rename java packagesMartin Bonato2-3/+2
2015-06-19add 'getTimeStamp()' methodChristian Wagner1-0/+10
2015-06-19add missing getter-methods.Christian Wagner1-4/+171
- add methods to get 'OnlineApplication' from DB. - add getter-methods which override the getter-methods in 'ConfigurationProvider'.
2015-06-19Add unit initial unit tests.Martin Bonato2-7/+21
2015-06-19rewrite 'AuthConfigurationProvider' in order to use key-value databaseChristian Wagner1-86/+671
2015-06-19add initial version of a moaid-configuration test, does not work if old db ↵Gerwin Gsenger1-1/+1
is not initialized
2015-06-19add writer to store the configuration in key-value databaseChristian Wagner1-17/+36
use solely kv database within 'AuthConfigurationProvider' add constants declaring db keys
2015-06-19extract data via methods in ConfigurationDBRead and write to key-value databaseGerwin Gsenger1-2/+40
2015-06-19add NewAuthenticationProvider (instantiated as Spring bean, reads JSON from ↵Gerwin Gsenger4-10/+316
db), add AuthConfiguration interface for Authentication providers
2015-06-19moved path to property file to runtime argument, small code cleanupGerwin Gsenger1-82/+18