Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-15 | update MOA-ID version 3.1.0-Snapshot | Thomas Lenz | 1 | -0/+5 | |
2016-01-15 | Merge branch 'multiple_IDP_publicURLPrefixes' into moa-id-3.0.0-snapshot | Thomas Lenz | 52 | -141/+481 | |
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 | fix two bugs in module moa-id-configuration | Thomas Lenz | 1 | -5/+11 | |
2015-12-04 | add additional PVP credential checks | Thomas Lenz | 1 | -0/+15 | |
2015-12-04 | check if PVP SigningCredentials contains a privatekey after load keystore ↵ | Thomas Lenz | 1 | -0/+6 | |
load operation | |||||
2015-11-27 | remove unused class | Thomas Lenz | 1 | -155/+0 | |
2015-11-27 | fix possible DB cleanup errors | Thomas Lenz | 3 | -54/+56 | |
2015-11-17 | fix some more problems in STORK code | Thomas Lenz | 1 | -27/+33 | |
2015-11-16 | add depentency | Thomas Lenz | 1 | -0/+6 | |
2015-11-16 | fix possible NullPointerException with STORK configuration | Thomas Lenz | 1 | -16/+24 | |
2015-10-15 | add maven test depentencies | Thomas Lenz | 1 | -0/+16 | |
2015-10-13 | use module and action from pendingRequest instead of from moasession dao | Thomas Lenz | 1 | -1/+1 | |
2015-10-12 | fix some problems in DispatcherServlet | Thomas Lenz | 9 | -9/+417 | |
2015-10-09 | fix broken depentencies after refactoring of AttributeProviderInterface | Thomas Lenz | 10 | -10/+20 | |
2015-10-09 | move BKU Authentication preprocessing into a seperate task. | Thomas Lenz | 7 | -123/+261 | |
The GenerateIFrameTemplateServlet only put all request parameters into process-managment context | |||||
2015-10-08 | refactor attributeBuilder OA parameter from implementation to interface | Thomas Lenz | 47 | -49/+93 | |
2015-09-18 | fix merge problem in STORK V-IDP consentEvaluator module | Thomas Lenz | 1 | -1/+1 | |
2015-09-18 | fix problem with responsive design in BKU-Selection template | Thomas Lenz | 2 | -4/+8 | |
2015-09-18 | update BKU-Selection template to deactivate buttons after first click to ↵ | Thomas Lenz | 1 | -2/+6 | |
prevent double submission | |||||
2015-09-17 | update depentencies | Thomas Lenz | 1 | -0/+16 | |
2015-09-16 | update pom to remove xml-parser from application packages | Thomas Lenz | 1 | -1/+0 | |
2015-09-15 | update pom | Thomas Lenz | 1 | -0/+6 | |
2015-09-15 | - update handbook and release information | Thomas Lenz | 1 | -1/+15 | |
- change version to 3.0.2 | |||||
2015-09-15 | fix problems with OracleDB and configuration storage implementation | Thomas Lenz | 11 | -279/+482 | |
2015-09-14 | move citizen-card authentication and validation (Security-layer ↵ | Thomas Lenz | 92 | -5035/+4258 | |
communication) to discrete module | |||||
2015-09-14 | load protocol attribute builder dynamically by SPI | Thomas Lenz | 64 | -217/+243 | |
2015-09-11 | move authentication protocol implementation to separate modules. | Thomas Lenz | 95 | -99/+266 | |
authentication protocol modules are loaded by SPI now. | |||||
2015-09-02 | fix problem with private service applications and target friendlyname | Thomas Lenz | 2 | -37/+47 | |
2015-09-02 | Update log message to distinguish between not active and not exists service ↵ | Thomas Lenz | 1 | -3/+6 | |
configurations | |||||
2015-09-02 | modify maven build process configuration | Thomas Lenz | 1 | -0/+1 | |
2015-09-02 | change default log directory | Thomas Lenz | 1 | -1/+1 | |
2015-09-02 | fix possible problem with jUnit test and jenkins build process | Thomas Lenz | 1 | -2/+2 | |
2015-09-01 | fix maven dependency moa-3.x | Thomas Lenz | 2 | -2/+2 | |
2015-09-01 | handle bug in boundcycastle implementation (certificate eMail identifier) | Thomas Lenz | 1 | -7/+12 | |
2015-08-31 | fix problem with configuration GUI and interfederation configurations | Thomas Lenz | 2 | -1/+9 | |
2015-08-28 | fix misplaced RevisionsLog entry | Thomas Lenz | 1 | -5/+5 | |
2015-08-27 | update handbook | Thomas Lenz | 1 | -4/+28 | |
2015-08-27 | fix merge problem with OpenID connect | Thomas Lenz | 2 | -1/+6 | |
2015-08-27 | Merge STORK-SAML-Engine 1.5.1 and STORK-Commons 1.5.1 | Thomas Lenz | 368 | -45990/+42321 | |
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-27 | Use test- and productive TrustStore configurations in one IDP instance | Thomas Lenz | 12 | -75/+278 | |
- every service configuration could select its preferred TrustStore | |||||
2015-08-26 | add two ressources | Thomas Lenz | 2 | -0/+4 | |
2015-08-26 | Allow multiple alias domains | Thomas Lenz | 52 | -139/+483 | |
- Every alias domain is a own EntityID which is the configured PublicURLPrefix | |||||
2015-08-26 | add PVP 2.1 AuthnRequest IssueInstant validation | Thomas Lenz | 1 | -0/+12 | |
2015-08-25 | log a warning if private-key type can not be evaluated | Thomas Lenz | 1 | -0/+3 | |
2015-08-25 | remove space characters from configuration values | Thomas Lenz | 3 | -11/+11 | |
2015-08-24 | fix bug in PVP metadata reload function, which is started every 24h | Thomas Lenz | 1 | -1/+1 | |
2015-08-24 | solve possible problem with revisionslogging | Thomas Lenz | 1 | -2/+3 | |
2015-08-24 | add addional log message | Thomas Lenz | 1 | -1/+1 | |
2015-08-18 | add image for default BKU selection templateMOA-ID-3.0.1 | Thomas Lenz | 1 | -0/+0 | |
2015-08-17 | update handbook mainpage to 3.0.1 | Thomas Lenz | 1 | -1/+1 | |