Re: cxf + swagger (DOSGI 2.2.0 + cxf 3.2.1)

2018-02-23 Thread nino martinez wael
I havent tried it with the "official" examples.. I'll give it a go. On Wed, Feb 21, 2018 at 10:46 AM, Colm O hEigeartaigh wrote: > Do you have exact steps to reproduce the problem? > > Colm. > > On Wed, Feb 21, 2018 at 6:06 AM, nino martinez wael < > nino.martinez.w...@gmail.com> wrote: > > > H

STS: NameID in the SubjectConfirmation

2018-02-23 Thread Tóth Csaba
Hello! I'd like to fill the NameID in the SubjectConfirmation element for the SAML. I only found the Method attribute in the org.apache.wss4j.common.saml.bean.SubjectBean (property subjectConfirmationMethod), but no any attributes. Need I extends something, or just i search on wrong place? Thanx.

Re: STS: NameID in the SubjectConfirmation

2018-02-23 Thread Colm O hEigeartaigh
This is fixed in WSS4J for the next release: https://issues.apache.org/jira/browse/WSS-622 Colm. On Fri, Feb 23, 2018 at 9:04 AM, Tóth Csaba wrote: > Hello! > > I'd like to fill the NameID in the SubjectConfirmation element for the > SAML. > I only found the Method attribute in the > org.apach

Re: how to remove XML linebreaks from signatures

2018-02-23 Thread Colm O hEigeartaigh
You can't remove line breaks any more in XML Signature for BASE-64 encoded content. This is because the spec says that: "The SignatureValue element contains the actual value of the digital signature; it is always encoded using base64 [RFC2045 ]. "

Re: how to remove XML linebreaks from signatures

2018-02-23 Thread Guy Ridley
Hello Colm, Thank you for this explanation! It sounds like the system I'm sending to does not follow the current standards about line feeds in the Signature & Keyinfo tags, or perhaps their support team is just guessing about why it thinks I have threatening characters in the payload. Either way