aboutsummaryrefslogtreecommitdiff
path: root/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/parser/StartAuthentificationParameterParser.java
AgeCommit message (Collapse)AuthorFilesLines
2018-07-13some bug fixesThomas Lenz1-4/+4
2018-06-20refactor PVP2 S-Profile implementation and perform first testsThomas Lenz1-1/+1
2018-06-14some more stuffThomas Lenz1-1/+1
2018-06-14more refactoring staffThomas Lenz1-1/+1
2018-05-28refactore code to use EAAF core componentsThomas Lenz1-10/+11
2017-10-13enable mandates for eIDAS nodesThomas Lenz1-73/+61
2017-10-04enable mandates for eIDAS service providerThomas Lenz1-3/+8
2016-10-25fix another problem in session databaseThomas Lenz1-11/+11
2016-04-07fix some possible problems with STORK configuration in config-GUIThomas Lenz1-1/+1
2016-03-14add independent mandate-service selection step to choose between MIS and ↵Thomas Lenz1-11/+11
ELGA mandate-service
2016-03-14refactor the GUI generation for user interactionThomas Lenz1-5/+5
2016-03-08finish first beta-version of ELGA mandate-service client-moduleThomas Lenz1-9/+15
2016-02-19optimize authentication process in respect to session-transaction and ↵Thomas Lenz1-0/+1
transaction-store read/write operations
2016-02-18refactor authentication process to use service-provider configuration from ↵Thomas Lenz1-149/+90
pending-request
2016-02-15First untested part: Refactor authentication modules and process management ↵Thomas Lenz1-24/+6
to Spring
2016-01-15Merge branch 'multiple_IDP_publicURLPrefixes' into moa-id-3.0.0-snapshotThomas Lenz1-10/+6
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
2015-10-09move BKU Authentication preprocessing into a seperate task.Thomas Lenz1-9/+10
The GenerateIFrameTemplateServlet only put all request parameters into process-managment context
2015-09-11move authentication protocol implementation to separate modules.Thomas Lenz1-9/+8
authentication protocol modules are loaded by SPI now.
2015-09-02fix problem with private service applications and target friendlynameThomas Lenz1-37/+42
2015-08-26Allow multiple alias domainsThomas Lenz1-10/+6
- Every alias domain is a own EntityID which is the configured PublicURLPrefix
2015-07-22fix problem with SAML1 in legacy mode and targetFriendlyNameThomas Lenz1-0/+19
2015-07-20change configuration key for ovs mandatesThomas Lenz1-0/+9
2015-07-17Merge first STORK 2 changesThomas Lenz1-2/+2
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-17first beta version of new MOA-ID WebGUI module for configurationThomas Lenz1-1/+1
2015-07-02develThomas Lenz1-4/+3
2015-06-19refactor MOA-ID AuthConfigurationThomas Lenz1-13/+8
2015-05-19enable usage of http locally when proxied on the same machine; hidden ↵Bojan Suzic1-1/+1
option, LU specific
2015-05-19enable usage of http locally when proxied on the same machine; hidden ↵Bojan Suzic1-2/+2
option, LU specific
2014-11-24use OA target from request, if SAML1 is used.Thomas Lenz1-5/+6
for legacy applications
2014-09-12change logger classThomas Lenz1-4/+2
2014-09-11use SecurityLayer-Template from general configuration if legacy request and ↵Thomas Lenz1-3/+11
OA configuration define no template
2014-09-10remove SAML1 start authentication target parameterThomas Lenz1-2/+3
2014-08-22saml1 target parameter updateThomas Lenz1-1/+3
2014-04-03removing storkservice configBojan Suzic1-2/+2
2014-04-03changig services wbkp etcBojan Suzic1-4/+9
2014-02-24* add default configuration valuesThomas Lenz1-17/+4
* add MOA-ID-Auth publicURLPreFix as mandatory configuration value * remove ReloadConfiguration serlet * change moa-id-lib to use publicURLPreFix * update repository
2014-02-14allow to load SL-Templates from local file-systemThomas Lenz1-2/+17
2014-02-13* add additional loggingThomas Lenz1-12/+3
* move bkuURL validation
2014-02-06first short changes for BRZThomas Lenz1-1/+9
*use different SystemConfigParam for moa-id-proxy *allow legacy request with no SL-template (use it from OA config) Bugfix: *general PVP2 config is not reloaded from database *use idp entityID in as issuer in AuthnResponse
2014-01-29Merge remote-tracking branch 'remotes/origin/moa2_0_kstranacher' into ↵Thomas Lenz1-1/+1
moa2_0_tlenz Conflicts: common/pom.xml id/server/auth/.settings/org.eclipse.wst.common.component id/server/auth/src/main/webapp/index.html 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/protocols/saml1/SAML1AuthenticationServer.java id/server/idserverlib/src/main/resources/resources/properties/id_messages_de.properties id/server/idserverlib/src/main/resources/resources/wsdl/MOA-ID-1.x.wsdl pom.xml spss/handbook/clients/api/pom.xml spss/handbook/clients/pom.xml spss/handbook/clients/referencedData/pom.xml spss/handbook/clients/webservice/pom.xml spss/handbook/pom.xml spss/pom.xml spss/server/pom.xml spss/server/serverlib/pom.xml spss/server/serverws/.settings/org.eclipse.wst.common.component spss/server/serverws/pom.xml spss/server/tools/pom.xml
2014-01-29add EUPL headersThomas Lenz1-0/+22
2013-10-03Code CleanUP and change to consisted Version numbersThomas Lenz1-1/+4
2013-10-01@MOA-ID ConfigWebTool:Thomas Lenz1-3/+3
--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-10Update MOA-ID Specification (appendix)Klaus Stranacher1-1/+1
Bug fix: OA URL escape Verify Country-Code in Foreign Identities Mode (AT login not possible)
2013-09-04MOA-ID Updates and BugfixesThomas Lenz1-23/+21
-- OW BPK calculation -- OA specific SL-Templates -- update MOA-ID configuration XML -- PVP2: QA Level and BPK calculation updated -- PVP2: add two attribute builder -- MOA-ID BKU selection: bugfix local BKU selection
2013-07-26Bugfixes:Thomas Lenz1-4/+4
- handle Error if more then one authentication is started for one Online-Application - handle MultiThread error if more then one authentication process is active in one user session Add: - Add UserData database. (is required for the web-based configuration tool) - Add additional OA parameter in MOA-ID 2.x configuration scheme to set OAs active or not TODO: change 'searchOAWith....' to only get results with active=true
2013-07-24- SSO finalizedThomas Lenz1-22/+27
- SSO Session is not closed if a new single authentication operation is started - PVP2 Configuration from Database (but without Metadata) --> TODO: change MetaDataProvider - Add additional UserFrame in case of SSO - MOASession encryption TODO: MetaDataProvider, IdentityLink resign, SSO with Mandates, Legacy Template generation
2013-07-19SSO and Configuration updatedThomas Lenz1-4/+27
TODO: --PVP2 from configuration --UseIFrame for OAs --SSO with mandates --Resign IdentityLink --Encrypted MOASession in Database
2013-07-18MOA-ID 2.x Configuration implementedThomas Lenz1-19/+21
-SSO deaktivated -Login with mandate and normal tested
2013-07-08AuthData Generierung von VerifyAuthBlock nach GenerateSAMLArtifact verschoben.Thomas Lenz1-3/+4
Die daraus erforderlichen PVP2 Änderungen sind zu prüfen!!!!