Re: [Dev] Error while running sample STS client

2017-04-28 Thread Kasun Bandara
Hi Mukesh, Can you please specify the respective versions of WSO2 IS and WSO2 AS that you are using? I assume you are testing the WS-Trust STS (Active STS) protocol to secure a service deployed on the application server. If so, can you please recheck whether you gave followed steps as in [1].

Re: [Dev] Error while triggering the scheduled task

2017-04-28 Thread Malaka Silva
Hi Shakila, Since you can reproduce the issues can we further investigate by debugging [1]. [1] https://github.com/wso2/wso2-axis2/blob/master/modules/kernel/src/org/apache/axis2/context/AbstractContext.java On Fri, Apr 28, 2017 at 5:10 PM, Shakila Sivagnanarajah wrote: > Hi

Re: [Dev] NoSecurity Module for Rampart

2017-04-28 Thread Mukesh Yadav
Thanks Asela for a quick reply. How do I enable this module for my HelloWorldService in WSO2 AS 5.3.0, as in latest I not able to assign a module to specific service? On Fri, Apr 28, 2017 at 7:53 PM, Asela Pathberiya wrote: > > > On Fri, Apr 28, 2017 at 7:49 PM, Mukesh Yadav

Re: [Dev] NoSecurity Module for Rampart

2017-04-28 Thread Asela Pathberiya
On Fri, Apr 28, 2017 at 7:49 PM, Mukesh Yadav wrote: > Hi, > > Is there any latest code from this repository, > > https://svn.wso2.org/repos/wso2/people/asela/ws-security/no-security/ > You can use above... it is an axsi2 handler.. Therefore it can be used with any version

[Dev] NoSecurity Module for Rampart

2017-04-28 Thread Mukesh Yadav
Hi, Is there any latest code from this repository, https://svn.wso2.org/repos/wso2/people/asela/ws-security/no-security/ How do I use it in AS 5.3.0 ? -- Regards Mukesh Yadav mukeshyadav.com ___ Dev mailing list Dev@wso2.org

[Dev] Issue with STS between WSO2 IS and ESB

2017-04-28 Thread Jorge
Hi folks.. With a sample code I'm testing the STS scenario with this configurations: 1. WSO2 IS STS service secured with UT policy. 2. JAVA client requesting a saml token to the WSO2 IS to include it inside the call to the proxy service in ESB. My maven dependencies version: 1.5.11.wso2v16

Re: [Dev] [IS] Token validation stub user permissions

2017-04-28 Thread Farasath Ahamed
You can use the OAuth Introspection Endpoint[1] which would be nicer to use since it's the implementation fo the standard OAuth introspection spec[2]. [1] https://docs.wso2.com/display/IS530/Invoke+the+OAuth+Introspection+Endpoint [2] https://tools.ietf.org/html/rfc7662 Farasath Ahamed Software

[Dev] [Vote] Release WSO2 Enterprise Integrator 6.1.1 RC1

2017-04-28 Thread Milinda Perera
Hi Devs, This is the first release candidate of WSO2 Enterprise Integrator 6.1.1. The vote will be open for 24 hours or as needed. Please download, test the product and vote. Source & binary distribution files: *Product-EI:*

Re: [Dev] [IS] Token validation stub user permissions

2017-04-28 Thread Hanen Ben Rhouma
Thanks Omindu! Farasath, actually we're validating the token through a spring security filter which is delegating under the hood the real validation to WSO2, we thought of using the SOAP stub to make the validation; Do you think there is a nicer approach? Regards, Hanen On Fri, Apr 28, 2017 at

Re: [Dev] [IS] Token validation stub user permissions

2017-04-28 Thread Farasath Ahamed
On Fri, Apr 28, 2017 at 3:10 PM, Hanen Ben Rhouma wrote: > Hello, > > Could you please tell me what are the minimum permissions required for a > user to invoke token validation stub. > > curl --user admin:admin --header "Content-Type: text/xml" --header > "SOAPAction:

[Dev] Error while triggering the scheduled task

2017-04-28 Thread Shakila Sivagnanarajah
Hi all, I have configured the scheduled task with dummy message as [1]. It successfully executes the flow at the first time. In the next trigger, it goes into the sequence and throws the exception [2]. Please note that it successfully trigger the second execution if I set the interval as 1hour

Re: [Dev] [IS] Token validation stub user permissions

2017-04-28 Thread Omindu Rathnaweera
Hi Hanen, For validate action, the required permission is "/permission/admin/manage/identity/applicationmgt/view" [1]. [image: Inline image 1] [1] -

[Dev] [IS] Token validation stub user permissions

2017-04-28 Thread Hanen Ben Rhouma
Hello, Could you please tell me what are the minimum permissions required for a user to invoke token validation stub. curl --user admin:admin --header "Content-Type: text/xml" --header "SOAPAction: validate" -k -d @soap.xml https://localhost:9443/services/OAuth2TokenValidationService/ I don't

[Dev] Error while running sample STS client

2017-04-28 Thread Mukesh Yadav
Hi All, I have created WSO2-IS server and WSO2-AS server for as per the documentation, And checkout sample code. But when I run sample code I get the following error. I do get "Response SAML 2.0 Token is valid" but After that, I get the error. org.apache.axis2.AxisFault: Missing wsse:Security

Re: [Dev] [MB] ValueEvent exception occurred on disruptor for MQTT

2017-04-28 Thread Pumudu Ruhunage
Hi Sumedha, As pamod mention this is a generic exception[1][2][3] which requires more info to identify the exact cause. We had long running test(mixed QOS test) for around 5 days(120h+) and during that we didn't observe this particular issue as well. Further, we have done several comparisons