[java-idp-delegation] branch master updated: SIDP-606: IdP delegation extension problem using CryptoTransient principal connector

Brent Putman putmanb at georgetown.edu
Fri Jan 15 22:40:31 EST 2016


This is an automated email from the git hooks/post-receive script.

putmanb pushed a commit to branch master
in repository java-idp-delegation.

The following commit(s) were added to refs/heads/master by this push:
       new  51fa596   SIDP-606: IdP delegation extension problem using CryptoTransient principal connector
51fa596 is described below

commit 51fa596dd76ca3ea12cd6d5176c840ef884c367e
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Fri Jan 15 22:42:38 2016 -0500

    SIDP-606: IdP delegation extension problem using CryptoTransient
    principal connector
---
 .../idp/ext/delegation/profile/LibertyIDWSFSSOSProfileHandler.java       | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/java/edu/internet2/middleware/shibboleth/idp/ext/delegation/profile/LibertyIDWSFSSOSProfileHandler.java b/src/main/java/edu/internet2/middleware/shibboleth/idp/ext/delegation/profile/LibertyIDWSFSSOSProfileHandler.java
index ba73c2f..70ae003 100644
--- a/src/main/java/edu/internet2/middleware/shibboleth/idp/ext/delegation/profile/LibertyIDWSFSSOSProfileHandler.java
+++ b/src/main/java/edu/internet2/middleware/shibboleth/idp/ext/delegation/profile/LibertyIDWSFSSOSProfileHandler.java
@@ -902,6 +902,7 @@ public class LibertyIDWSFSSOSProfileHandler extends DelegationAwareSAML2SSOProfi
         
         LibertySSOSRequestContext principalResolutionContext = new LibertySSOSRequestContext();
         principalResolutionContext.setInboundMessageIssuer(relyingPartyId);
+        principalResolutionContext.setOutboundMessageIssuer(requestContext.getOutboundMessageIssuer());
         principalResolutionContext.setSubjectNameIdentifier(tokenNameID);
         principalResolutionContext.setProfileConfiguration((SSOConfiguration) profileConfiguration);
         

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list