aboutsummaryrefslogtreecommitdiff
path: root/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/moduls
AgeCommit message (Collapse)AuthorFilesLines
2016-01-19fix JAVA reflection class instance problems, which is required for SAML1 and ↵Thomas Lenz1-17/+14
STORK2 protocol implementation
2016-01-18refactor additional parts of MOA-ID-Auth to enabled virtual IDP functionalityThomas Lenz2-6/+7
2016-01-15Merge branch 'multiple_IDP_publicURLPrefixes' into moa-id-3.0.0-snapshotThomas Lenz3-7/+105
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
2015-10-09move BKU Authentication preprocessing into a seperate task.Thomas Lenz1-14/+16
The GenerateIFrameTemplateServlet only put all request parameters into process-managment context
2015-09-11move authentication protocol implementation to separate modules.Thomas Lenz2-27/+63
authentication protocol modules are loaded by SPI now.
2015-08-26Allow multiple alias domainsThomas Lenz3-7/+105
- Every alias domain is a own EntityID which is the configured PublicURLPrefix
2015-07-23update log messages with loglevel INFOThomas Lenz2-2/+2
2015-07-23update revisions-log functionalityThomas Lenz1-0/+4
2015-07-22update cookie policyThomas Lenz1-11/+5
2015-07-21fix MOA-ID-Auth problemsThomas Lenz1-10/+18
2015-07-20fix problems with reversion logThomas Lenz2-1/+2
2015-07-20remove deprecated MOA-ID 2.x configuration DAO functionalityThomas Lenz1-0/+20
2015-07-17Merge branch 'new_key-value_solution' into moa-id-3.0.0-snapshotThomas Lenz3-46/+25
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 Lenz2-2/+2
2015-06-19refactoring for properties based configurationThomas Lenz1-19/+11
2015-06-19refactor MOA-ID AuthConfigurationThomas Lenz2-14/+14
2015-06-16add first version of reversionslog implementationThomas Lenz3-3/+34
2015-04-22add unique session ID for loggingThomas Lenz5-12/+34
2015-04-21set transactionID to logger implementation which can be used by key ↵Thomas Lenz1-0/+8
"transactionId"
2015-02-18Merge branch 'datentechnik_modularization' into moa-id-2.2-mergeThomas Lenz1-83/+106
Conflicts: 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/moduls/AuthenticationManager.java id/server/stork2-commons/pom.xml id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/.svn/entries id/server/stork2-commons/src/main/resources/.svn/entries id/server/stork2-saml-engine/pom.xml pom.xml
2015-02-04Create separate module STORK (MOAID-67)Thomas Knall3-191/+1
- 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.
2015-01-30Merge branch 'MOAID-62'Thomas Knall1-6/+6
Conflicts: id/server/auth/src/main/webapp/WEB-INF/applicationContext.xml
2015-01-30add persistence to process-engineChristian Wagner1-6/+6
additionally remove unnecessary method in the DAO
2015-01-30Merge remote-tracking branch 'remotes/origin/MOAID-62'Thomas Knall3-11/+10
Conflicts: id/server/auth/src/main/webapp/WEB-INF/applicationContext.xml id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/moduls/moduleregistration/AuthModuleImpl.java id/server/idserverlib/src/main/resources/META-INF/services/at.gv.egovernment.moa.id.moduls.moduleregistration.AuthModule
2015-01-30Add Spring based discovery for STORKAuthModuleThomas Knall1-11/+12
- Add wildcard import to applicationContext.xml - Add some javadoc to AuthModule interface. - Remove STORKAuthModuleImpl from serviceloader based registration.
2015-01-29Perform some cleanupThomas Knall1-1/+1
- Remove ProcessDefinitionFactoryBean from applicationContext.xml. - Minor code cleanup.
2015-01-29Integrate processes with module discovery.Thomas Knall2-37/+15
- Fix AuthModuleImpl process resource uri. - Create package at.gv.egovernment.moa.id.auth.modules with submodule "internal" and "stork". - Rename AuthModuleImpl to DefaultAuthModuleImpl (placed in at.gv.egovernment.moa.id.auth.modules.internal). - Move stork specific tasks to "...stork.tasks" and internal modules to "...internal.tasks". - Fix bean classes in applicationContext.xml - Move process descriptions to at.gv.egovernment.moa.id.auth.modules.[internal|stork]. - Add STORKAuthModuleImpl.
2015-01-29integrate process engine from project 'dti-process-engine'Gerwin Gsenger4-12/+11
2015-01-28add automated process selectionChristian Wagner2-16/+34
2015-01-28implement ModuleRegistry, implement standard moaid process, start ↵Gerwin Gsenger4-31/+165
ModuleRegistry at moa-id startup, fix typo in package name
2015-01-27initial version of ModuleRegistry and ModuleAuthGerwin Gsenger2-0/+69
2015-01-21Add "DefaultAuthentication" process (AT, no mandates, no stork) (MOAID-59).Thomas Knall1-82/+95
- Fix oa web.xml, switch to servlet 3.0. - moa-id-auth web.xml -- Add CharacterEncodingFilter for UTF-8 encoding. -- Add ProcessEngineSignalServlet. - Fix invalid template_*.html. - Add TODO[branch] annotations in order to indicates potential process flow branches. - Add some missing Javadoc. - Add property processInstandId to AuthenticationSession. - Add process engine support. - Fix HttpServlet init issues. - Set VerifyAuthenticationBlockServlet and VerifyIdentityLinkServlet deprecated.
2014-11-04add STORK-QAA to PVP SecClass mappingThomas Lenz1-6/+52
2014-11-04remove subject->nameID from AuthnRequestThomas Lenz1-7/+1
2014-10-24update STORK <-> PVP gateway functionalityThomas Lenz1-3/+4
2014-10-22add VIDP gateway process-flow to national infrastructureThomas Lenz1-0/+1
2014-09-11add exact timeout validation for SSO sessionsThomas Lenz1-2/+14
2014-08-21fix some problems with Single LogOutThomas Lenz1-3/+4
2014-07-07Encoding fix, getAttributeValue now optionally returns null instead of ↵Alexander Marsalek1-1/+1
throwing an exception
2014-06-13add timeout to frontchannel SLOThomas Lenz1-0/+8
2014-06-12Oracle Database problems solvedThomas Lenz1-1/+1
2014-06-11solve problem with Velocity EngineMOA-ID-2.1-RC2Thomas Lenz1-6/+10
2014-06-10change to correct MessageProviderThomas Lenz1-16/+4
2014-06-10Load SLO template from configuration directoryThomas Lenz1-9/+58
2014-06-10use ServletContextPath from configurationThomas Lenz1-1/+2
2014-06-06final betaversion if MOA-ID-Auth Single LogOutThomas Lenz2-1/+195
2014-05-12fix some interfederation problemsThomas Lenz1-1/+2
2014-05-12switch to local authentication if interfederated IDP is not configuredThomas Lenz1-0/+1
2014-05-09change loggingThomas Lenz1-1/+1
2014-05-08remove some unused codeThomas Lenz1-1/+0