Re: [Dev] Need to increase column width for DATA_VALUE column of IDN_IDENTITY_USER_DATA table

2017-07-12 Thread Isura Karunaratne
Fixed with https://wso2.org/jira/browse/IDENTITY-6142 On Thu, Jul 13, 2017 at 9:43 AM, Isura Karunaratne wrote: > > On Wed, Jul 12, 2017 at 11:00 PM Johann Nallathamby > wrote: > >> Hi IAM Team, >> >> Please consider $subject high priority because the default

Re: [Dev] Need to increase column width for DATA_VALUE column of IDN_IDENTITY_USER_DATA table

2017-07-12 Thread Isura Karunaratne
On Wed, Jul 12, 2017 at 11:00 PM Johann Nallathamby wrote: > Hi IAM Team, > > Please consider $subject high priority because the default column width is > 256 characters which could be insufficient for some use cases. Especially > with TOTP authenticator we are encrypting the

Re: [Dev] [APIM]Source code of entitlement jar file

2017-07-12 Thread Gayan Gunawardana
On Wed, Jul 12, 2017 at 7:32 AM, Abimaran Kugathasan wrote: > Hi Denuwanthi, > > As I remember, we are using the sample provided by Nadeesha here [1], also > decompiling the JAR will give you more information from META-INF/MANIFEST.MF > I guess it is better to have source code

[Dev] Need to increase column width for DATA_VALUE column of IDN_IDENTITY_USER_DATA table

2017-07-12 Thread Johann Nallathamby
Hi IAM Team, Please consider $subject high priority because the default column width is 256 characters which could be insufficient for some use cases. Especially with TOTP authenticator we are encrypting the secret key and storing it in this table. The production recommendation for key size is

[Dev] WSO2 API Manager 3.0.0-M4 Released!

2017-07-12 Thread Malintha Amarasinghe
The WSO2 API Manager team is pleased to announce the release of API Manager 3.0.0-M4. It's now available to download. Distribution - https://github.com/wso2/product-apim/releases/download/v3.0. 0-m4/wso2apim-3.0.0-m4.zip

Re: [Dev] [APIM]Source code of entitlement jar file

2017-07-12 Thread Abimaran Kugathasan
Hi Denuwanthi, As I remember, we are using the sample provided by Nadeesha here [1], also decompiling the JAR will give you more information from META-INF/MANIFEST.MF [1]: http://wso2.com/library/articles/2014/02/use-of-wso2-api-manager-to-validate-fine-grained-policy-decisions-using-xacml/ On

Re: [Dev] [AM] Adding a Custom Tier without the use of UI

2017-07-12 Thread Saad Sahibjan
Hi Yasima, Thanks :D Regards, Saad On Wed, Jul 12, 2017 at 1:58 PM, Yasima Dewmini wrote: > Hi Saad, > > Yes you are correct. For that you can first do a registry get to get the > current tier.xml. Next append the new tire configuration you want and do > the registry put. > >

Re: [Dev] Authentication and Authorization

2017-07-12 Thread Nandika Jayawardana
Hi Lipsa, In order to assign a task to another user, you can use the HumanTaskAPI in case of BPEL or the REST api in case of BPMN, In both cases, you will need to provide login credentials. REST API can be invoked with basic authentication and Human Task API (soap service ) can be invoked with

Re: [Dev] Foreach is not working properly under AggregateMediator's scope in response flow

2017-07-12 Thread Vinod Kavinda
Hi Aditya, Please use Iterate mediator with the Aggregate mediator. Please refer [1], it explains the difference between the forEach and Iterate mediators. [1] - https://docs.wso2.com/display/ESB490/ForEach+Mediator Thanks, Vinod On Wed, Jul 12, 2017 at 1:34 PM, Sudharma Subasinghe

Re: [Dev] [AM] Adding a Custom Tier without the use of UI

2017-07-12 Thread Yasima Dewmini
Hi Saad, Yes you are correct. For that you can first do a registry get to get the current tier.xml. Next append the new tire configuration you want and do the registry put. Regards, Yasima. On Wed, Jul 12, 2017 at 1:08 PM, Saad Sahibjan wrote: > Hi Yasima, > > Thanks

Re: [Dev] Foreach is not working properly under AggregateMediator's scope in response flow

2017-07-12 Thread Sudharma Subasinghe
Hi, Foreach mediator is working properly, above issue can be occurred when log mediator is invoking. On Tue, Jul 11, 2017 at 2:48 PM, aditya shivankar < shivankar.adit...@gmail.com> wrote: > Foreach is not working properly under AggregateMediator's scope in > response flow > > Input request : >

[Dev] [APIM]Source code of entitlement jar file

2017-07-12 Thread Denuwanthi De Silva
Hi, When referring document[1] to enable RBAC using XACML in APIM, it mentions to add ' entitlement-1.0-SNAPSHOT JAR' file. In the doc the link for the JAR is provided. But where can I get the source repository of this jar? I checked in carbon-apimgt & product-apim. Couldn't find. Appreciate if

Re: [Dev] [AM] Adding a Custom Tier without the use of UI

2017-07-12 Thread Saad Sahibjan
Hi Yasima, Thanks for the reply. I went through [1] and it looks like a file replacement. Correct me if i'm wrong. I don't want to replace the whole file, I want to edit the existing file to add the custom tier without any affect to the already existing tiers. In case if someone else has

Re: [Dev] [AM] Adding a Custom Tier without the use of UI

2017-07-12 Thread Yasima Dewmini
Hi Saad, You can write a SOAP based client for updating a registry resource - tiers.xml. Please find a sample in [1]. If you like to do it using carbon console refer [2] which is same as in APIM 1.9.0. [1] https://github.com/malinthaprasan/registry-ws-client/ [2]