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 8899377C8 for ; Tue, 29 Nov 2011 16:58:02 +0000 (UTC) Received: (qmail 96876 invoked by uid 500); 29 Nov 2011 16:58:01 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 96848 invoked by uid 500); 29 Nov 2011 16:58:01 -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 96806 invoked by uid 99); 29 Nov 2011 16:58:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Nov 2011 16:58:01 +0000 X-ASF-Spam-Status: No, hits=-1999.9 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD,URI_HEX X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Nov 2011 16:58:00 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 86240A64C1 for ; Tue, 29 Nov 2011 16:57:40 +0000 (UTC) Date: Tue, 29 Nov 2011 16:57:40 +0000 (UTC) From: "Colm O hEigeartaigh (Updated) (JIRA)" To: issues@cxf.apache.org Message-ID: <636362039.22325.1322585860551.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <608097002.1821.1321952919787.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (CXF-3928) Add token validation for OnBehalfOf element in TokenIssueOperation 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/CXF-3928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colm O hEigeartaigh updated CXF-3928: ------------------------------------- Fix Version/s: 2.5.1 > Add token validation for OnBehalfOf element in TokenIssueOperation > ------------------------------------------------------------------ > > Key: CXF-3928 > URL: https://issues.apache.org/jira/browse/CXF-3928 > Project: CXF > Issue Type: Improvement > Components: Services > Affects Versions: 2.5 > Reporter: Oliver Wulff > Assignee: Colm O hEigeartaigh > Fix For: 2.5.1 > > Attachments: git.diff.patch, git.diff.patch > > > Tokens passed in OnBehalfOf element are not validated. It's the responsibility of the TokenProvider implementation to validate that. > A proposal has been discussed here: > http://cxf.547215.n5.nabble.com/STS-OnBehalfOf-token-validation-SAMLTokenProvider-td5003544.html > OnBehalfOf token validation is moved to the TokenIssueOperation and the ReceivedToken is enhanced with the following attributes: > - was it a token of ws-security header (like ReceivedToken), onbehalfof, actas > - successfully validated (it could be a token which depends on other constraints to be fully accepted) > - original DOM element > - transformed DOM element (used if the token is passed by ref, also supported by SAML spec) > - principal (mostly, you only need the principal to issue a new token) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira