Re: [Dev] [Architecture] [VOTE] Release WSO2 API Manager 2.1.0 RC2

2017-01-11 Thread Abimaran Kugathasan
Hi Rajkumar, On Wed, Jan 11, 2017 at 11:08 PM, Rajkumar Rajaratnam wrote: > IDP initiated SSO for Store is also not working. Should be the same case > with Publisher. Reason for this issue is as below. > > For SP initiated SSO, we read SSO properties from site.json and set them > to SSO relaying

Re: [Dev] Integration tests for WSO2 IOT Server

2017-01-11 Thread Menaka Jayawardena
Hi, The issue was fixed with custom extensions and it's working fine. Thank you very much for the help guys. Best regards, Menaka On Wed, Jan 4, 2017 at 10:27 AM, Menaka Jayawardena wrote: > Hi Sumedha, > > When using the single script, it does not start the servers. It hangs > until timeout

Re: [Dev] Error while validating the signature in SAML Grant Type

2017-01-11 Thread Farasath Ahamed
Is the service provider created in super tenant and the rest of tenants access it as a SaaS app? Also what is oauth component version used in IoT server? On Jan 11, 2017 9:47 PM, "Vishanth Balasubramaniam" wrote: Hi, In WSO2 IoT, we have created a service provider for our webapp and we use SAM

Re: [Dev] [ESB 5] Validate Mediator class not found

2017-01-11 Thread Rajith Vitharana
Hi Federico, I tried the same scenario, but it works fine for me, I even checked the osgi bundles, they are exporting and importing correct packages as expected(jackson-core_2.6.1.wso2v1.jar exports com.fasterxml.jackson.core.filter;version="2.6.1.wso2v1"; and jackson-databind_2.6.1.wso2v3.jar imp

Re: [Dev] [Architecture] [VOTE] Release WSO2 API Manager 2.1.0 RC2

2017-01-11 Thread Rajkumar Rajaratnam
IDP initiated SSO for Store is also not working. Should be the same case with Publisher. Reason for this issue is as below. For SP initiated SSO, we read SSO properties from site.json and set them to SSO relaying party object in sso/filter [1]. For IDP initiated SSO, the same thing should be done

Re: [Dev] Wso2IS info recovery sample

2017-01-11 Thread Koné Alioune Badara
Hello, Following my last email, the probleme is that, I created a tenant which uses a ReadOnlyLdapUserStore as user store. When I'm trying to create a user through the askPassword feature, I'm getting an error saying that : Invalid confirmation code for the user. But when I create a user in the ma

[Dev] Wso2IS info recovery sample

2017-01-11 Thread Koné Alioune Badara
Hi, How can I disable the captcha validation for the tenants for the AskPassword FEATURE ? -- Cordialement, Alioune B KONÉ. ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

[Dev] [API-Import-Export] Support templates when importing APIs

2017-01-11 Thread JOSE MARIA ALVAREZ FERNANDEZ
Hello all,As part of our project here, we have created another pull request to try to be more agile when importing APIs, so that we don't have to compile the API every time we want to change the environment backend URLs for an API.The pull request is here:https://github.com/wso2/product-apim/pull/1

[Dev] Error while validating the signature in SAML Grant Type

2017-01-11 Thread Vishanth Balasubramaniam
Hi, In WSO2 IoT, we have created a service provider for our webapp and we use SAML grant type to create OAUTH Token. This works fine for the super tenant mode, but it fails for the tenant flow with the following error ERROR - SAML2BearerGrantHandler Error while validating the signature. org.open

[Dev] [ESB 5] Validate Mediator class not found

2017-01-11 Thread Federico Valeri
Hi all, I'm using the latest ESB version (5.0.0) and I have a strange "class not found" error as soon as I deploy a CAR with a really simple Validation Mediator (basically it's a cut and paste from the official doc). If I remove the validate tag, the deploy complete successfully and it works. The

Re: [Dev] [UUF] Document onRequest() method in the UUF developer's guide

2017-01-11 Thread KasunG Gajasinghe
Hi Sajith, +1. Having one single method like #onRequest to handle both GET and POST is considered a bad practice as per HTTP specification since these HTTP methods serve different purposes entirely. In Servlets, we have #doGet and #doPost to handle GET and POST requests separately. Something to t

Re: [Dev] Clarification on invoking particular fragment in UUF

2017-01-11 Thread KasunG Gajasinghe
Hi Shan/Sajith, On Wed, Jan 11, 2017 at 12:57 PM, Shan Mahanama wrote: > Hi all, > > We can solve this by adding a hidden field to each form. > > > > Then inside of the onRequest function, we can check the value of the > hidden field. > > if (env.request.method == "POST" && env.request.formPara

[Dev] WSO2 Identity Server 5.3.0 Released !

2017-01-11 Thread Pulasthi Mahawithana
WSO2 Identity Server 5.3.0 Released ! WSO2 Identity Server team is pleased to announce the release of version 5.3.0 of the WSO2 Identity Server (IS). WSO2 Identity Server is an open source Identity and Entitlement Management server. It supports a wide array of authentication protocols such as SAM

[Dev] Ldap UserStore Configuration: Use of Auxiliary Object Classes

2017-01-11 Thread kawas
Hello, Using Ldap as a UserStore, I want to use custom attributes for my users mainly in claims mapping. I don't really like the idea of creating a new objectClass in Ldap and configure WSO2 IS accordingly, - Would it be possible to specify optional auxiliary objectClasses in UserStore configurat

Re: [Dev] [Architecture] [VOTE] Release WSO2 API Manager 2.1.0 RC2

2017-01-11 Thread Malintha Amarasinghe
Hi all, We are calling off the vote due to the problems found in stat graphs. We will do a RC3 soon. Thanks! Malintha On Wed, Jan 11, 2017 at 12:01 PM, Abimaran Kugathasan wrote: > Tested Endpoints, Throttling and general API invocations scenarios > > [+] Stable - go ahead and release > > On W

Re: [Dev] [UUF] Document onRequest() method in the UUF developer's guide

2017-01-11 Thread Sagara Gunathunga
Shouldn't we add and maintain this doc in UUF Github repo itself ? Thanks ! On Wed, Jan 11, 2017 at 5:59 PM, SajithAR Ariyarathna wrote: > [+ShanM] > > On Wed, Jan 11, 2017 at 5:54 PM, Indunil Upeksha Rathnayake < > indu...@wso2.com> wrote: > >> Hi UUF team, >> >> I think it's better to give so

Re: [Dev] [UUF] Document onRequest() method in the UUF developer's guide

2017-01-11 Thread SajithAR Ariyarathna
[+ShanM] On Wed, Jan 11, 2017 at 5:54 PM, Indunil Upeksha Rathnayake < indu...@wso2.com> wrote: > Hi UUF team, > > I think it's better to give some description about the "onRequest()" > method and how it works in [1], since for a beginner, it might be somewhat > difficult to understand. > > [1] h

[Dev] [UUF] Document onRequest() method in the UUF developer's guide

2017-01-11 Thread Indunil Upeksha Rathnayake
Hi UUF team, I think it's better to give some description about the "onRequest()" method and how it works in [1], since for a beginner, it might be somewhat difficult to understand. [1] https://docs.google.com/document/d/10UDdArHV1eYEfiONu8saqPnnJyUjH3vxOrv0k0rK5hc/edit Thanks and Regards -- In

Re: [Dev] [WSO2 IS] SCIM call to create a role with permissions

2017-01-11 Thread Dilshani Subasinghe
Hi Hanen, Your cURL command use "admin" permission to make the call and not to add permissions to your group. As u create groups with basic authentication, you may not add different permissions via the SCIM call. Even though its call as roles, it will be map with groups in WSO2 IS. Reference: htt