|
This is the discussion forum for WSO2 Web Services Framework for Java (WSO2 WSF/Java).
Hi All,
I was wondering if it's possible to extract the attribute values inside a SAML token. I looked at policy/sample05 and wanted to list out the values of the attribute statement. What I'm trying to achieve is not just validate that the attributes signed by the STS but also see what attributes the client can give the possessing.
Where should I extract these attributes? I feel that this should be taken care of before the service invocation, correct? Tried getting the message context in my callback handler, but it was null.
Should I create a new module for this?
Hello,
I'm trying to implement Username authentication in one of the samples provided in rampart distribution (sample05) at STS end. What I'm facing an issue is in configuring the callback handler classes. As there is a policy.xml (issuer policy) and a STS policy.xml which client code uses to request security token from STS Service. I want to authenticate client credentials on STS end before issuing SAML Token. Please help in this
Thanks
Hello,
I'm trying to create a custom token issuer as per the below mentioned link: -
http://axis.apache.org/axis2/java/rampart/setting-up-sts.html
But looks like I'm missing something, as detailed in the link information, I was not able to understand "First the default rampart.mar has to be removed from the modules" because If I remove the rampart module from the modules directory, it throws the following exception
org.apache.rampart.RampartException: Missing wsse:Security header in request
If I don't remove the module, then it throws the following exception: -
Error in loading and instantiating the class "com.tutorial.rampart.java.CustomTokenIssuer".
Please find below my services.xml configured for the custom token issuer.
Hi all..
I just started working on axis2 based web services.While trying to write the client for a service I am getting an error like this.
Must Understand check failed for header http://quickstart.samples/ : Err
This error is coming with the response from client .I doubt it is because I am not handling the mustunderstand header in the client.Since I have no access to the server side code , can any one tell me an idea to remove that header after reaching the client , with out causing any faults.I th
Hi
Does anyone have sample for Axis2 Async (Server side) webservice .
The Birkin bag might just be the most coveted purse there is certainly. Girls have was required to lose time waiting for a long time in order to have the opportunity in order to actually acquire one. If you want in order to miss the actual Hermes Birkin case waitlist, we have got some good news for you. According to resources in Hermes, there is no lengthier a new waitlist.
Hi All,
I am consuming web service using axis2 java on Tomcat 5.5
and webservice is written in Progress on Server side on Tomcat 6.0.
I am sending image in base64 binary string format in request xml , and length of request xml getting too large(approx. 200000 characters )
The problem is, when request xml length becomes more than 14994 characters,
it gives FaultDetailMessage: FaultDetailMessage .
Web service is working fine if request length is less than 14994 characters.
Pls let me know if there is any size limit in axis2 or http protocol or java server.
Hi,
I have to write web service security and trust in one of my project.
I very much liked the tutorial you posted on "Web Services Security with Apache Rampart"
http://wso2.org/library/3415
This really helps a lot. I would like to know if there any such tutorial about SAML implementation.
I will be using Axis2 1.6, Rampart 1.6 and JDK 1.5. Also let me know if there will be any compatibility issues between these versions.
Thanks a lot
Gajanan
|