Bug 1542685

Summary: [GSS] (6.4.z) PicketLink - configure the signature algorithm for IDP and SP
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: dhorton
Component: PicketLinkAssignee: jboss-set
Status: CLOSED CURRENTRELEASE QA Contact: Peter Mackay <pmackay>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.4.18CC: anmiller, bdawidow, bmaxwell, dcihak, igueye, pmackay, psilva, pskopek, rstancel
Target Milestone: CR1   
Target Release: EAP 6.4.21   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-08-19 12:41:33 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1567790, 1615347    

Description dhorton 2018-02-06 19:48:07 UTC
Description of problem:

It needs to be possible to configure the signature algorithm for IDP and SP.


PLINK-497 needs to be backported to EAP 6.4.x

Fix committed here:
http://git.app.eng.bos.redhat.com/git/picketlink25.git/log/?h=2.5.5.SP8-redhat-1_JBEAP-14116

Comment 1 dhorton 2018-02-06 19:48:58 UTC
With this patch, the SIGN_METHOD and SIGN_DIGEST settings on the SAML2SignatureGenerationHandler work: 

    <Handler 
      class="org.picketlink.identity.federation.web.handlers.saml2.SAML2SignatureGenerationHandler" > 
      <Option Key="SIGN_METHOD" Value="http://www.w3.org/2001/04/xmldsig-more#rsa-sha256"/> 
      <Option Key="SIGN_DIGEST" Value="http://www.w3.org/2001/04/xmlenc#sha256"/> 
    </Handler>