Hello

I am wondering what is the right way to configure validation for Security
Context Token. 

I have a following token:
<soapenv:Header>
  <wsse:Security>
    <wsc:SecurityContextToken>
     
<wsc:Identifier>bipro:up.JsKkyMqC5E5PyWencTY7AZbAMSBM8C</wsc:Identifier>
    </wsc:SecurityContextToken>
  </wsse:Security>
</soapenv:Header>

I need just to check on other service if this token is valid or not. I am
trying to understand where and how to write this code. I am implementing
following interface: org.apache.wss4j.dom.validate.Validator

So far I have following questions:
1. What do I need to set in Validator.validate in Credential result object
to indicate that validation was successful or not?
2. How do I access Credential data from my Cxf Service Endpoint
Implementation?

Thanks in advance
Igor



--
Sent from: http://cxf.547215.n5.nabble.com/cxf-user-f547216.html

Reply via email to