Re: set up ClaimsHandler lost the incomming SAML

2018-01-28 Thread Tóth Csaba
Hello' SOLVED! The soapUI deleted the SAML part from the message. I used two "different" request, and one has another settings. Csaba On 2018.01.28. 21:52, Tóth Csaba wrote: > Hello! > > I set up a claim handling with custom claims handler (its working well), > I lost the SAML from the 

set up ClaimsHandler lost the incomming SAML

2018-01-28 Thread Tóth Csaba
Hello! I set up a claim handling with custom claims handler (its working well), I lost the SAML from the  messageContext at the tokenIssueOperation at  public RequestSecurityTokenResponseType issueSingle(     RequestSecurityTokenType request,     Principal principal,    

Re: Parse the incomming SAML token at server side

2018-01-28 Thread Tóth Csaba
Hello! Its SOLVED! there were multiple errors: - typo in the keystore filename, - the Cryptoproperties must be in a property file, what need to put under WEB-INF/classes/ - the SignatureUsername is the alias in the keystore - must be a password callback handler for the password to the private key