aboutsummaryrefslogtreecommitdiff
path: root/id/ConfigWebTool/src/main/java/at/gv/egovernment
AgeCommit message (Collapse)AuthorFilesLines
2014-03-06fix Database update problemMOA-ID-2.0-RC1Thomas Lenz1-1/+1
2014-03-06Fix NullPointer exceptionThomas Lenz1-1/+1
2014-02-25ConfigTool: if login is deactivated then redirect user to secure-areaThomas Lenz1-1/+8
2014-02-24update PVP2 contact informationThomas Lenz5-8/+50
2014-02-24allow only one SL-TemplateThomas Lenz2-17/+24
2014-02-24* add default configuration valuesThomas Lenz6-58/+89
* add MOA-ID-Auth publicURLPreFix as mandatory configuration value * remove ReloadConfiguration serlet * change moa-id-lib to use publicURLPreFix * update repository
2014-02-20BugFix: STORK Attributes -> allow an empty attribute listThomas Lenz1-4/+6
2014-02-20Bugfix: NullPointerException if no PEPS is configuredThomas Lenz1-28/+31
2014-02-14allow to load SL-Templates from local file-systemThomas Lenz4-11/+14
2014-02-11* add OA specific BKU selection templateThomas Lenz8-19/+434
* add OA specific send-assertion template * add OA specific applet height and width configuration * add PVP2.x reload checkbox in PVP2.x OA configuration * add new elements to MOA-ID configuration
2014-02-11change metadata validto area to 24 hoursThomas Lenz1-0/+8
2014-02-06BRZ:Thomas Lenz5-46/+133
-add SAML1 SourceID parameter in moa-id general Bugfix: -SSO target had an error in case of business-service -OA with business-service whichout single sign-on produce an error
2014-02-04* update OAConfig validatorThomas Lenz1-1/+4
* move old documentation to a new directory * add PreRelease docu * add moa-id-proxy sample-config
2014-02-03Solve some merge problemsThomas Lenz1-0/+2
2014-02-03Merge remote-tracking branch 'remotes/origin/outgoingstork' into moa2_0_tlenzThomas Lenz8-31/+395
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 Lenz2-0/+83
2014-01-29add EUPL headersThomas Lenz52-0/+1144
2014-01-29fixed issues after mergeFlorian Reimair1-7/+0
2014-01-27refactored stork-related database structureFlorian Reimair5-16/+23
2014-01-27oa attr configuration revisitedFlorian Reimair4-38/+98
2014-01-27i18nFlorian Reimair1-28/+0
2014-01-27mandatory field in global configFlorian Reimair3-18/+14
2014-01-27attr table in global configFlorian Reimair2-17/+19
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-27default qaa and attributes persisted and validatedFlorian Reimair3-2/+69
2014-01-27peps list is persistedFlorian Reimair1-1/+4
2014-01-27peps save is validatedFlorian Reimair2-0/+63
2014-01-27peps list commitableFlorian Reimair1-5/+2
2014-01-27peps list in general configFlorian Reimair2-1/+66
2014-01-27login template respects OA configurationFlorian Reimair1-1/+1
2014-01-27stork OA config persistedFlorian Reimair3-0/+50
2014-01-27add PVP2 Demo ApplicationThomas Lenz1-0/+2
change SZRGWClient to JAXWs
2014-01-24-- Solve merge problems (AuthnRequestHandler.java & ↵Thomas Lenz1-5/+2
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-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 Lenz4-253/+363
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 Lenz3-6/+36
--LoginFormPreview: Header text UTF8 encoding error --PVP2 Login: do not show loginbutton in case of PVP2 login is not enabled
2013-10-16@ConfigWebToolThomas Lenz6-35/+241
--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 Lenz6-113/+508
-- 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 Lenz4-20/+47
--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)