Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-01-27 | peps list is persisted | Florian Reimair | 1 | -1/+4 | |
2014-01-27 | peps save is validated | Florian Reimair | 3 | -0/+67 | |
2014-01-27 | new peps list entry can be created | Florian Reimair | 2 | -7/+12 | |
2014-01-27 | peps list commitable | Florian Reimair | 2 | -8/+5 | |
2014-01-27 | peps list in general config | Florian Reimair | 4 | -1/+87 | |
2014-01-27 | login template respects OA configuration | Florian Reimair | 6 | -5/+25 | |
2014-01-27 | reactivated stork in default login template | Florian Reimair | 2 | -34/+21 | |
2014-01-27 | stork OA config persisted | Florian Reimair | 5 | -3/+60 | |
2014-01-27 | stork OA config frontend | Florian Reimair | 2 | -0/+15 | |
2014-01-27 | add PVP2 Demo Application | Thomas Lenz | 143 | -232/+18996 | |
change SZRGWClient to JAXWs | |||||
2014-01-24 | --use differend keys for SAML2 metadata signing and SAML2 assertion signing | Thomas Lenz | 10 | -132/+177 | |
-- move oAuth idToken generation to OAuth20AuthAction, because MOASession does not exits anymore in OAuth20TokenAction if no SSO is used. | |||||
2014-01-24 | -- Solve merge problems (AuthnRequestHandler.java & ↵ | Thomas Lenz | 8 | -95/+69 | |
mandateReferenceValueAttributeBuilder) -- Change sessionmanagement betweem AuthAction and TokenAction to AssertionStorage class -- add class definieten to HTML config element | |||||
2014-01-23 | Merge branch 'moa2_0_tlenz' into moa_2.0_OAuth | Thomas Lenz | 19 | -104/+425 | |
Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/builder/assertion/PVP2AssertionBuilder.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/builder/attributes/MandateReferenceValueAttributeBuilder.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/requestHandler/AuthnRequestHandler.java id/server/idserverlib/src/main/resources/resources/properties/id_messages_de.properties | |||||
2014-01-23 | some short changes | Thomas Lenz | 5 | -9/+16 | |
2014-01-22 | change PVP2 AssertionBuilder to use the same DateTime at every position | Thomas Lenz | 2 | -8/+10 | |
2014-01-22 | add additional log messages | Thomas Lenz | 2 | -0/+6 | |
2014-01-22 | Merge branch 'moa2_0_tlenz' of gitlab.iaik.tugraz.at:afitzek/moa-idspss into ↵ | Thomas Lenz | 1 | -1/+2 | |
moa2_0_tlenz | |||||
2014-01-21 | BUGFIX: RedirectBinding validate signatures which exists, but signature is ↵ | Thomas Lenz | 8 | -71/+133 | |
not required changes for WKO: Allow Metadata with no AttributeConsumerService Allow AuthnRequest with no RequestedAuthnContext Allow AuthnRequest with no AssertionConsumerServiceIndex Use Metadata->AssertionConsumerService->isDefaut flag | |||||
2014-01-21 | implement SAML2 assertion encryption | Thomas Lenz | 9 | -15/+192 | |
2014-01-20 | Exthex OAuth second version | Thomas Lenz | 31 | -405/+1055 | |
2014-01-17 | Merge remote-tracking branch 'origin/moa2_0_tlenz' into moa2_0_tlenz_bs_2 | Bojan Suzic | 5 | -11/+39 | |
2014-01-17 | specifying the version of a log4j dependency | Bojan Suzic | 1 | -1/+2 | |
2014-01-17 | test | Thomas Lenz | 2 | -1/+4 | |
2014-01-17 | Exthex Version 0.2 | Thomas Lenz | 68 | -810/+684 | |
2014-01-17 | load IAIK JCE as security provider | Thomas Lenz | 5 | -11/+39 | |
BugFix: @MandateReferenceValue has to to been added @SessionStorage hibernate RoleBack in case of no MOASession is found | |||||
2014-01-07 | short Bugfixes, but not complete | Thomas Lenz | 3 | -13/+17 | |
2013-12-19 | merge last changes to exthex.OAuth testrelease | Thomas Lenz | 27 | -87/+169 | |
Conflicts: id/ConfigWebTool/src/main/java/at/gv/egovernment/moa/id/configuration/struts/action/EditOAAction.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/builder/StartAuthenticationBuilder.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/auth/AuthConfigurationProvider.java | |||||
2013-12-19 | BugFix: NullPointerException | Thomas Lenz | 2 | -2/+3 | |
2013-12-17 | First version for testing -> Exthex OAuth implementation | Thomas Lenz | 43 | -718/+2791 | |
2013-12-17 | n | Thomas Lenz | 1 | -3/+0 | |
2013-12-11 | @PVP2 | Thomas Lenz | 9 | -53/+93 | |
--also allow a EntityDescriptor element as root element in metadata files --some adjustments in the PVP Assertion to make it SAML2 standard compliant @MOA-ID-Auth --improve SZR-Gateway client error handling | |||||
2013-11-27 | BugFix: | Thomas Lenz | 13 | -13/+68 | |
@ConfigurationTool: - Set identification types in case of businesses applications (Firmenbuchnummer, Vereinsnummer, ERjBnummer) @ MOA-ID: - Set identification types in case of businesses applications if identification type is empty(Firmenbuchnummer, Vereinsnummer, ERjBnummer) - SAML1 Assertion: hide BaseID only if the BaseID is included - STORK Configuration: Nullpointer exception if not STORK config is found. | |||||
2013-11-19 | test | Thomas Lenz | 1 | -1/+1 | |
2013-11-18 | X509TrustManager Update | Thomas Lenz | 11 | -23/+11 | |
2013-11-13 | Merge branch 'moa2_0_tlenz' into moa_2.0_OAuth | Thomas Lenz | 11 | -3/+608 | |
Conflicts: id/ConfigWebTool/pom.xml | |||||
2013-11-13 | repositority update | Thomas Lenz | 11 | -3/+609 | |
2013-11-11 | no changes | Thomas Lenz | 1 | -0/+1 | |
2013-11-11 | Repo. update | Thomas Lenz | 5 | -2/+19 | |
2013-11-08 | Bugix: | Thomas Lenz | 2 | -17/+24 | |
--fix an error with SLLayerTemplate and local BKU | |||||
2013-11-08 | BugFixes: | Thomas Lenz | 5 | -12/+43 | |
--LoginFormPreview: Header text UTF8 encoding error --PVP2 Login: do not show loginbutton in case of PVP2 login is not enabled | |||||
2013-10-16 | @ConfigWebTool | Thomas Lenz | 44 | -249/+1243 | |
--add JS ColorPicker to select colors easier --add BKUSelectionFrom preview --add useMandate checkbox --change position of some checkboxes in OA configuration @MOAID lib --change API of BKUFormCustomization utils | |||||
2013-10-15 | Add an unique random tokken to AuthBlock to prevent replay attacks. The ↵ | Thomas Lenz | 5 | -10/+86 | |
timestamp, which was previously in use, can be predicted. | |||||
2013-10-14 | Bugfix: NullPointer if SAML1 is deactivated and no DB entry exists | Thomas Lenz | 4 | -4/+13 | |
2013-10-11 | -- Customizable BKUSelection Form and SendAssertion Form | Thomas Lenz | 52 | -816/+2619 | |
-- OA specific Checkbox to disable SAML1 | |||||
2013-10-07 | Code CleanUP | Thomas Lenz | 86 | -3747/+411 | |
2013-10-03 | Code CleanUP and change to consisted Version numbers | Thomas Lenz | 63 | -1670/+133 | |
2013-10-03 | add DBExceptionStoreImpl to store Exceptions in DB instead of in a HashMap | Thomas Lenz | 6 | -91/+317 | |
2013-10-01 | @MOA-ID ConfigWebTool: | Thomas Lenz | 114 | -255/+857 | |
--update commercial-register number input validator --some short bugfixes @MOA-ID: --update advanced statistic logger --Move Exception classes to a special package --add to Exception types | |||||
2013-09-26 | -- add AssertionID to Single LogOut session information | Thomas Lenz | 19 | -64/+89 | |
-- split hibernate configuration into two files (moasession and statistic) | |||||
2013-09-26 | Features: | Thomas Lenz | 40 | -1725/+653 | |
-- Add additional parameters to customize BKUSelectionForm and SendAssertionForm -- change Target configuration -- insert some logging Bugfixes: -- Nullpointerexceptions in combination of an old userdatabase entry and a actual configuration tool version |