aboutsummaryrefslogtreecommitdiff
path: root/id/ConfigWebTool/src
AgeCommit message (Collapse)AuthorFilesLines
2014-02-03mergeBojan Suzic61-41/+1839
2014-02-03Solve some merge problemsThomas Lenz2-1/+3
2014-02-03Merge remote-tracking branch 'remotes/origin/outgoingstork' into moa2_0_tlenzThomas Lenz12-32/+498
Conflicts: id/ConfigWebTool/src/main/java/at/gv/egovernment/moa/id/configuration/data/StorkAttributes.java id/oa/src/main/java/at/gv/egovernment/moa/id/demoOA/servlet/pvp2/BuildMetadata.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/GetForeignIDServlet.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/PEPSConnectorServlet.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/stork/STORKAuthnRequestProcessor.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/validator/parep/client/szrgw/SZRGWClient.java id/server/idserverlib/src/main/resources/resources/templates/loginFormFull.html
2014-01-31removed old saml-engineFlorian Reimair1-17/+1
2014-01-30add functionality for global authentication protocol activation/deactivationThomas Lenz5-8/+128
2014-01-29add EUPL headersThomas Lenz55-0/+1210
2014-01-29fixed issues after mergeFlorian Reimair1-7/+0
2014-01-27mergingBojan Suzic11-283/+509
2014-01-27refactored stork-related database structureFlorian Reimair6-20/+26
2014-01-27global mandatory attr cannot be deselected for OAFlorian Reimair1-1/+1
2014-01-27oa attr configuration revisitedFlorian Reimair5-43/+108
2014-01-27i18nFlorian Reimair3-30/+5
2014-01-27new attribute buttonFlorian Reimair3-1/+12
2014-01-27mandatory field in global configFlorian Reimair4-21/+18
2014-01-27attr table in global configFlorian Reimair4-24/+29
2014-01-27fixed minor bug in error reportingFlorian Reimair1-1/+1
2014-01-27OA qaa and attributes validated and persistedFlorian Reimair4-7/+84
2014-01-27OA qaa and attributes guiFlorian Reimair3-3/+24
2014-01-27default qaa and attributes persisted and validatedFlorian Reimair5-2/+83
2014-01-27peps list is persistedFlorian Reimair1-1/+4
2014-01-27peps save is validatedFlorian Reimair3-0/+67
2014-01-27new peps list entry can be createdFlorian Reimair2-7/+12
2014-01-27peps list commitableFlorian Reimair2-8/+5
2014-01-27peps list in general configFlorian Reimair4-1/+87
2014-01-27login template respects OA configurationFlorian Reimair1-1/+1
2014-01-27stork OA config persistedFlorian Reimair4-2/+52
2014-01-27stork OA config frontendFlorian Reimair2-0/+15
2014-01-27add PVP2 Demo ApplicationThomas Lenz1-0/+2
change SZRGWClient to JAXWs
2014-01-24-- Solve merge problems (AuthnRequestHandler.java & ↵Thomas Lenz2-6/+4
mandateReferenceValueAttributeBuilder) -- Change sessionmanagement betweem AuthAction and TokenAction to AssertionStorage class -- add class definieten to HTML config element
2014-01-23Merge branch 'moa2_0_tlenz' into moa_2.0_OAuthThomas Lenz4-10/+86
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-21BUGFIX: RedirectBinding validate signatures which exists, but signature is ↵Thomas Lenz2-1/+3
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-21implement SAML2 assertion encryptionThomas Lenz4-9/+83
2014-01-17configuration provider case for not found file; stork2 constant additionBojan Suzic3-2/+5
2014-01-17Exthex Version 0.2Thomas Lenz3-31/+20
2013-12-19merge last changes to exthex.OAuth testreleaseThomas Lenz2-4/+20
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-19BugFix: NullPointerExceptionThomas Lenz1-2/+2
2013-12-17First version for testing -> Exthex OAuth implementationThomas Lenz7-257/+412
2013-11-27BugFix:Thomas Lenz2-3/+13
@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-08BugFixes:Thomas Lenz5-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@ConfigWebToolThomas Lenz39-127/+1063
--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-14Bugfix: NullPointer if SAML1 is deactivated and no DB entry existsThomas Lenz2-4/+11
2013-10-11-- Customizable BKUSelection Form and SendAssertion FormThomas Lenz10-144/+668
-- OA specific Checkbox to disable SAML1
2013-10-03Code CleanUP and change to consisted Version numbersThomas Lenz19-73/+57
2013-10-01@MOA-ID ConfigWebTool:Thomas Lenz5-20/+49
--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 informationThomas Lenz1-1/+1
-- split hibernate configuration into two files (moasession and statistic)
2013-09-26Features:Thomas Lenz13-165/+419
-- 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
2013-09-23ReImplement MOAMetadataProvider to add and remove HTTPMetadataProvider ↵Thomas Lenz1-3/+0
dynamically from configuration database.
2013-09-19Reload MOAMetadataProvider after config changesThomas Lenz1-1/+37
2013-09-19some bugfixesThomas Lenz4-11/+34
2013-09-19ConfigWebTool Version 0.9.5Thomas Lenz53-704/+4721
--PVP2 Login --PVP2 Users to UserDatabase functionality --Mailaddress verification --Mail status messages to users and admin --add List with OpenRequests for admins --change OA Target configuration --add cleanUp Thread to remove old unused UserAccount requests --update UserDatabase to support PVP2 logins --add formID element validate received forms -- add first classes for STORK configuration make some Bugfixes