Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-07-20 | change configuration key for ovs mandates | Thomas Lenz | 2 | -3/+12 | |
2015-07-20 | remove deprecated MOA-ID 2.x configuration DAO functionality | Thomas Lenz | 31 | -961/+689 | |
2015-07-20 | split AuthBlock validation and MIS sessionID request into discrete task | Thomas Lenz | 6 | -148/+341 | |
2015-07-17 | Merge first STORK 2 changes | Thomas Lenz | 13 | -96/+248 | |
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-17 | Merge branch 'new_key-value_solution' into moa-id-3.0.0-snapshot | Thomas Lenz | 143 | -13968/+5294 | |
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-17 | add 'nonce' attribute to OpenID Connect protocol | Thomas Lenz | 5 | -13/+100 | |
2015-07-17 | first beta version of new MOA-ID WebGUI module for configuration | Thomas Lenz | 30 | -77/+137 | |
2015-07-03 | fix problems with absolut configuration paths | Thomas Lenz | 1 | -3/+12 | |
2015-07-03 | fix problems with dynamic PVP2X metadata refresh | Thomas Lenz | 5 | -11/+49 | |
2015-07-03 | fix some configuration problems | Thomas Lenz | 9 | -67/+98 | |
2015-07-02 | new files for key/value config | Thomas Lenz | 3 | -0/+371 | |
2015-07-02 | devel | Thomas Lenz | 54 | -7832/+2632 | |
2015-06-25 | second parts for configuration refactoring | Thomas Lenz | 10 | -301/+358 | |
2015-06-19 | refactoring for properties based configuration | Thomas Lenz | 6 | -260/+250 | |
2015-06-19 | fix merge problems | Thomas Lenz | 5 | -171/+240 | |
2015-06-19 | add new AuthConfigurationProviderFactory | Thomas Lenz | 2 | -0/+128 | |
2015-06-19 | remove MOA-ID-Proxy project (MOA-ID >= 3.x is not supported any more) | Thomas Lenz | 24 | -5885/+0 | |
2015-06-19 | refactor MOA-ID AuthConfiguration | Thomas Lenz | 75 | -345/+388 | |
2015-06-19 | Rename java packages | Martin Bonato | 3 | -5/+3 | |
2015-06-19 | add 'getTimeStamp()' method | Christian Wagner | 1 | -0/+10 | |
2015-06-19 | add missing getter-methods. | Christian Wagner | 1 | -4/+171 | |
- add methods to get 'OnlineApplication' from DB. - add getter-methods which override the getter-methods in 'ConfigurationProvider'. | |||||
2015-06-19 | Add unit initial unit tests. | Martin Bonato | 5 | -7/+178 | |
2015-06-19 | rewrite 'AuthConfigurationProvider' in order to use key-value database | Christian Wagner | 1 | -86/+671 | |
2015-06-19 | add initial version of a moaid-configuration test, does not work if old db ↵ | Gerwin Gsenger | 1 | -1/+1 | |
is not initialized | |||||
2015-06-19 | add writer to store the configuration in key-value database | Christian Wagner | 1 | -17/+36 | |
use solely kv database within 'AuthConfigurationProvider' add constants declaring db keys | |||||
2015-06-19 | extract data via methods in ConfigurationDBRead and write to key-value database | Gerwin Gsenger | 1 | -2/+40 | |
2015-06-19 | add NewAuthenticationProvider (instantiated as Spring bean, reads JSON from ↵ | Gerwin Gsenger | 4 | -10/+316 | |
db), add AuthConfiguration interface for Authentication providers | |||||
2015-06-19 | moved path to property file to runtime argument, small code cleanup | Gerwin Gsenger | 1 | -82/+18 | |
2015-06-19 | add raw configuration persistence functionality | Christian Wagner | 1 | -116/+112 | |
some problems: * all tables annotated via '@Table' are created in every database connected * loading of 'Configuration' via Spring isn't pretty at all | |||||
2015-06-19 | add initial deserialization, small code restructuring | Gerwin Gsenger | 1 | -28/+90 | |
2015-06-19 | add Json annotations to getter methods | Gerwin Gsenger | 2 | -3/+8 | |
2015-06-19 | use Jackson 2.5.0, write JSON to file, evaluate @JsonIgnore Annotation | Gerwin Gsenger | 2 | -24/+46 | |
2015-06-19 | initial commit for mapping the configuration to JSON | Gerwin Gsenger | 1 | -0/+99 | |
2015-06-16 | add first version of reversionslog implementation | Thomas Lenz | 31 | -898/+1438 | |
2015-05-19 | enable usage of http locally when proxied on the same machine; hidden ↵ | Bojan Suzic | 1 | -1/+1 | |
option, LU specific | |||||
2015-05-19 | enable usage of http locally when proxied on the same machine; hidden ↵ | Bojan Suzic | 2 | -3/+10 | |
option, LU specific | |||||
2015-05-19 | integrating attribute correlation check for eidentifier, when present; ↵ | Bojan Suzic | 6 | -38/+80 | |
updating mandate data; extending error messages | |||||
2015-05-18 | Add first parts for revisionslogging | Thomas Lenz | 3 | -0/+105 | |
2015-05-18 | update logging information in PVP protocol implementation | Thomas Lenz | 1 | -2/+2 | |
2015-05-12 | adding attributes, improving moa stork attribute provider | Bojan Suzic | 1 | -25/+69 | |
2015-05-11 | Merge branch '2.2.x-Snapshot' of gitlab.iaik.tugraz.at:afitzek/moa-idspss ↵ | Bojan Suzic | 33 | -129/+391 | |
into 2.2.x-Snapshot | |||||
2015-05-06 | remove unselected attributes from result set | Florian Reimair | 1 | -2/+13 | |
2015-05-06 | fixed compilation issues | Florian Reimair | 2 | -2/+2 | |
2015-05-06 | fixed nullpointerex during attribute extraction | Florian Reimair | 2 | -3/+3 | |
2015-05-05 | fix: gather any attribute from STORK2 response first if available | Florian Reimair | 1 | -11/+11 | |
2015-05-05 | added required status to consent list | Florian Reimair | 1 | -1/+1 | |
2015-05-05 | consent request cosmetics | Florian Reimair | 2 | -8/+14 | |
2015-05-05 | moved consent request before attributes are being collected | Florian Reimair | 3 | -24/+37 | |
2015-05-05 | fixed attribute forwarding when using STORK2 SAML for SP | Florian Reimair | 1 | -0/+10 | |
2015-04-23 | move code for SSO sessionID logging | Thomas Lenz | 1 | -3/+2 | |