Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 645E31099B for ; Thu, 20 Feb 2014 08:46:23 +0000 (UTC) Received: (qmail 16634 invoked by uid 500); 20 Feb 2014 08:46:22 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 16599 invoked by uid 500); 20 Feb 2014 08:46:21 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 16579 invoked by uid 99); 20 Feb 2014 08:46:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Feb 2014 08:46:20 +0000 Date: Thu, 20 Feb 2014 08:46:20 +0000 (UTC) From: "Oliver Wulff (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FEDIZ-71) Enable use of Apache CXF Fediz IDP with external third-party WS-Trust STS MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FEDIZ-71?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13906763#comment-13906763 ] Oliver Wulff commented on FEDIZ-71: ----------------------------------- A check must be added in STSPortFilter whether port is configured to 0, then update the port with current port otherwise ignore as the STS is running externally. > Enable use of Apache CXF Fediz IDP with external third-party WS-Trust STS > ------------------------------------------------------------------------- > > Key: FEDIZ-71 > URL: https://issues.apache.org/jira/browse/FEDIZ-71 > Project: CXF-Fediz > Issue Type: Improvement > Components: IDP > Affects Versions: 1.1.0 > Environment: External WS-Trust 1.0 STS based on Oracle Metro framework. > Reporter: Stepan Hrbacek > Assignee: Colm O hEigeartaigh > Fix For: 1.1.1 > > Attachments: fediz-1.1.0.services.idp.patch > > > We have tried to use Apache CXF Fediz IDP 1.1.0 with our WS-Trust 1.0 STS running on a different machine from the IDP based on the Oracle Metro framework and have experienced following issues: > - WS-Trust version cannot be configured in the Fediz IDP. > - The STS port used by the Fediz IDP is always the one used by the IDP. > After patching 3 Fediz IDP classes (STSAuthenticationProvider.java, STSClientAction.java, STSPortFilter.java) we have partially succeeded (failed on an issue in our STS). We would appreciate very much, if the Fediz IDP enables to configure the WS-Trust and WS-Addressing namespaces. > Please find a patch of the affected classes attached. -- This message was sent by Atlassian JIRA (v6.1.5#6160)