[ 
https://issues.apache.org/jira/browse/WSS-354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13493908#comment-13493908
 ] 

Marc Giger commented on WSS-354:
--------------------------------

Hi Colm,

If I understand you correctly the following code should resolve this issue?:

if (samlCallback.isSignAssertion()) {
                samlAssertionWrapper.signAssertion(
                        samlCallback.getIssuerKeyName(),
                        samlCallback.getIssuerKeyPassword(),
                        samlCallback.getIssuerCrypto(),
                        samlCallback.isSendKeyValue(),
                        samlCallback.getCanonicalizationAlgorithm(), 
                        samlCallback.getSignatureAlgorithm()
                );
            }

Thanks,

Marc
                
> Add support for specifying different algs for sign or c14n a SAML Assertion 
> in the streaming code.
> --------------------------------------------------------------------------------------------------
>
>                 Key: WSS-354
>                 URL: https://issues.apache.org/jira/browse/WSS-354
>             Project: WSS4J
>          Issue Type: Sub-task
>            Reporter: Colm O hEigeartaigh
>            Assignee: Colm O hEigeartaigh
>             Fix For: 2.0
>
>
> Add support for specifying different algs for sign or c14n a SAML Assertion 
> in the streaming code.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to