Hi, I'm using DefaultSecurityTokenServiceProvider as a independent component to generate security token. Since it returns a Source type object I'm using [1] to convert Source into a SOAPMessage. Appreciate if you can suggest a better method.
** I don't use cxf Transport so I have to manually create the SoapMessage [1] https://gist.github.com/IsurangaPerera/373652c3693e1cca688863d030736dbc Best Regards
