Re: [Dev] [IS] Make Contributions

2017-09-11 Thread Chamila Wijayarathna
Hi Sandun, You can start by downloading and building IS source code , Master branch contains the code for IS 6.0.x versions and there is a 5.x.x branch where most the development happen I believe. You can try to fix some of the issues in below links. -

Re: [Dev] [IS] [SCIM] Why Can't We Enable Both SCIM1 and SCIM2 at the Same Time?

2017-08-31 Thread Chamila Wijayarathna
We should not have two different IDs if there is no difference in the format (eg: length) for ID's in spec IMO On Thu, Aug 31, 2017 at 4:59 PM, Sathya Bandara wrote: > Hi Johann, > > IMO having two separate LDAP attributes for the same claims in both SCIM1 > and SCIM2 would be

Re: [Dev] [IS] [SCIM] Why Can't We Enable Both SCIM1 and SCIM2 at the Same Time?

2017-08-30 Thread Chamila Wijayarathna
It should be possible to enable both at same time IMO On Wed, Aug 30, 2017 at 11:00 PM, Farasath Ahamed wrote: > > > On Wednesday, August 30, 2017, Thilina Madumal > wrote: > >> >> Hi all, >> >> While I was trying to fix IDENTITY-6315 >>

Re: [Dev] Supporting attributes feature for SCIM filtering

2017-08-02 Thread Chamila Wijayarathna
. If they behave differently, IMO it is wrong. So +1 for implementing attributes here as well. Regards! Chamila On Wed, Aug 2, 2017 at 6:23 PM, Johann Nallathamby <joh...@wso2.com> wrote: > > > On Tue, Jul 11, 2017 at 6:52 PM, Chamila Wijayarathna < > cdwijayarat...@gmail.com&g

Re: [Dev] Supporting attributes feature for SCIM filtering

2017-07-11 Thread Chamila Wijayarathna
Hi Johann, In IS 5.0 filter=username eq name gave the result that you are expecting here, but we changed it to return only meta data since retrieving all attributes is costly. Spec also mentions that query should minimally return meta data, returning additional data or all data is also compliant

Re: [Dev] [IAM][Workflows] How to say at least two distinct people in the role must approve ?

2017-06-14 Thread Chamila Wijayarathna
Hi Johann, If it's possible with current implementation, https://docs.wso2.com/display/IS510/Writing+a+Custom+Workflow+Template should be what you need to extend. Also, if you are interested in doing this with BPS implementation, you may have to insert necessary bpel and ht files and improve

Re: [Dev] Identity server sources

2017-05-10 Thread Chamila Wijayarathna
Ops, sorry https://github.com/wso2-attic/carbon-identity/tree/release-5.0.7/components/sts/org.wso2.carbon.identity.sts.passive.ui On Wed, May 10, 2017 at 5:34 PM, Illia Alifanov <illia.alifa...@eleks.com> wrote: > There is no tag 5.0.7! > > > > *From:* Chamila Wijayarathn

Re: [Dev] Identity server sources

2017-05-10 Thread Chamila Wijayarathna
Hi, Try this https://github.com/wso2-extensions/identity-inbound-auth-sts/tree/master/components/org.wso2.carbon.identity.sts.passive.ui Thank You! On Wed, May 10, 2017 at 5:26 PM, Illia Alifanov wrote: > Dear, WSO2 dev-team, > > > > How I can get sources for this

Re: [Dev] wso2 IS 5.3.0 End User Dashboard

2017-02-10 Thread Chamila Wijayarathna
Hi, Can you post details about the error you are observing? Thank You! On Sat, Feb 11, 2017 at 12:22 PM, mgbii bax wrote: > Hello, > > I'm currently evaluating wso2 Identity Server and I'm using the latest > version 5.3.0. By default, with or without using a load balancer I

Re: [Dev] SCIM User Add Operation in C5

2017-02-04 Thread Chamila Wijayarathna
at 7:41 PM, Gayan Gunawardana <ga...@wso2.com> >>>> wrote: >>>> >>>>> >>>>> >>>>> On Fri, Feb 3, 2017 at 8:29 AM, Johann Nallathamby <joh...@wso2.com> >>>>> wrote: >>>>> >>&

Re: [Dev] SCIM User Add Operation in C5

2017-02-02 Thread Chamila Wijayarathna
Hi Gayan, If we can add multiple users with same user name, why do we need to avoid adding multiple users in SCIM? I don't get the point here. If we consider two users with same username as two entities in server level, it won't be a duplicate resource creation IMO, it will be two different

Re: [Dev] Email template saving issue

2017-01-18 Thread Chamila Wijayarathna
Hi Kone, When you change email template in management console, it will only affect the specific tenant you do the operation. If you change email templates by login to super tenant, those changes will be only available in super tenant. If you want to change email templates permanently for all

Re: [Dev] User Creation

2017-01-12 Thread Chamila Wijayarathna
Hi Koné, I think tenant is retrieved from the user who initiate the request. If the admin of tenant1.com (eg:ad...@tenant1.com) initiate the request, user should be created in the corresponding tenant. Regards! Chamila On Fri, Jan 13, 2017 at 4:01 AM, Koné Alioune Badara <

Re: [Dev] [WSO2 IS] Handle fine-grained role permissions : Enhancing the existing API or replacing it

2017-01-10 Thread Chamila Wijayarathna
Hi Hanen, Can you explaing a little bit more what you are palling to achieve? I have written a blog on similar topic referring to workflow feature and APIs[2][3] there. Check if that's helps. [1].

Re: [Dev] [VOTE] Release WSO2 Identity Server 5.3.0- RC3

2017-01-08 Thread Chamila Wijayarathna
Hi all, Tested following scenarios on Windows 10. - Creating user through management console and self registration - Self registration with account lock on creation disabled - Tenant wise identity management - identity event properties - Claim management - Account locking -

Re: [Dev] [WSO2 IS] How to limit tenant users to one secondary user store while trying to create other users

2017-01-05 Thread Chamila Wijayarathna
7.5 tag version > > Regards, > Hanen > > On Thu, Jan 5, 2017 at 2:24 PM, Chamila Wijayarathna < > cdwijayarat...@gmail.com> wrote: > >> Hi Hanen, >> >> RC2 uses org.wso2.carbon.user.mgt.ui version 5.7.5, you'll have to add >> patch with this vers

Re: [Dev] [WSO2 IS] How to limit tenant users to one secondary user store while trying to create other users

2017-01-05 Thread Chamila Wijayarathna
egards, > Hanen > > On Thu, Jan 5, 2017 at 11:36 AM, Chamila Wijayarathna < > cdwijayarat...@gmail.com> wrote: > >> No, UI jars are the same as others, what is the IS version you are using? >> >> On Thu, Jan 5, 2017 at 9:24 PM, Hanen Ben Rhouma <hanen...@gma

Re: [Dev] [WSO2 IS] Permission to create roles and assign users to them

2017-01-05 Thread Chamila Wijayarathna
f the combinations and the smallest set of >>> permissions allowing users to create roles is by selecting the whole >>> "Identity" permissions block. Why >>> Sometimes we want some type of users to be able to only create users and >>> assign them to some roles, t

Re: [Dev] [WSO2 IS] How to limit tenant users to one secondary user store while trying to create other users

2017-01-05 Thread Chamila Wijayarathna
ere something different about ui jars ? I changed a JSP, is there > another step to configure ? > > > Regards, > Hanen > > > On Wed, Jan 4, 2017 at 11:53 PM, Chamila Wijayarathna < > cdwijayarat...@gmail.com> wrote: > >> Hi Hanen, >> >> Changing plugin

Re: [Dev] [WSO2 IS] How to limit tenant users to one secondary user store while trying to create other users

2017-01-04 Thread Chamila Wijayarathna
Hi Hanen, Changing plugin is not a recommended thing, but applying patch should work here, refer[1] for guidelines to apply patches. If patch wasn't taken into account, please make sure the patch you add is as the same version as the already available jar in plugins folder. You can verify whether

Re: [Dev] [WSO2 IS] Permission to create roles and assign users to them

2017-01-04 Thread Chamila Wijayarathna
Hi, It looks like you need to have '/permission/admin/manage/identity' to do this using management console. However, when looking at code if you are doing it using API calls, having "User Management" and "Role Management" should be enough to do this. It should work with "Roles Management" IMO,

Re: [Dev] Logs in Wso2 IS

2017-01-04 Thread Chamila Wijayarathna
o have this log in the > management console? > > Regards. > > 2017-01-04 2:19 GMT+01:00 Chamila Wijayarathna <cdwijayarat...@gmail.com>: > >> I reporter issue with audit logs in profile update at [1 >> <https://wso2.org/jira/browse/IDENTITY-5557>]. Please feel

Re: [Dev] Logs in Wso2 IS

2017-01-03 Thread Chamila Wijayarathna
I reporter issue with audit logs in profile update at [1 <https://wso2.org/jira/browse/IDENTITY-5557>]. Please feel free to close if not relevant. [1]. https://wso2.org/jira/browse/IDENTITY-5557 On Wed, Jan 4, 2017 at 10:01 AM, Chamila Wijayarathna < cdwijayarat...@gmail.com> wrote

Re: [Dev] Logs in Wso2 IS

2017-01-03 Thread Chamila Wijayarathna
Hi Koné, You can find logs for user creation and deletion at /repository/logs/audit file. It also logs change password events. However it does not seem to log user profile update events which IMO should be logged as well. @Johann : Is there any particular reason for not logging user profile

Re: [Dev] Fwd: [IS] Customize user creation form with a date picker widget

2016-12-23 Thread Chamila Wijayarathna
and created a javascript function: > > > $( function() { $( "#http://wso2.org/claims/publicHolidays; > ).datepicker(); } ); > > The idea is to display the date picker whenever the user is trying to fill > the field Working Holidays. > > > > > Regards, > Ha

Re: [Dev] Fwd: [IS] Customize user creation form with a date picker widget

2016-12-23 Thread Chamila Wijayarathna
gt; Hanen > > On Fri, Dec 23, 2016 at 1:50 PM, Chamila Wijayarathna < > cdwijayarat...@gmail.com> wrote: > >> Hi Hanen, >> >> If you only need the changes we discussed above about authentication and >> no changes for any functionality in identity.mgt c

Re: [Dev] Fwd: [IS] Customize user creation form with a date picker widget

2016-12-23 Thread Chamila Wijayarathna
nd deploy a new jar > which I need to put within patches directory? > > > > Regards, > Hanen > > On Fri, Dec 23, 2016 at 12:49 PM, Chamila Wijayarathna < > cdwijayarat...@gmail.com> wrote: > >> Hi Hanen, >> >> If you need to check

Re: [Dev] [IS] Customize user creation form with a date picker widget

2016-12-23 Thread Chamila Wijayarathna
. On Fri, Dec 23, 2016 at 9:16 PM, Hanen Ben Rhouma <hanen...@gmail.com> wrote: > Yes it's per tenant but this attribute is taken into account for each user > authentication request. > > > > Regards, > Hanen > > > > > On Fri, Dec 23, 2016 at 10:53 AM, Chamila

Re: [Dev] [IS] Customize user creation form with a date picker widget

2016-12-23 Thread Chamila Wijayarathna
Hi Hanen, What is the purpose of getting list of publicHolidays in user creation form? Public Holidays attribute is not per user thing, is it? On Fri, Dec 23, 2016 at 8:48 PM, Hanen Ben Rhouma wrote: > Hello, > > Is it possible to store in an external LDAP an attribute

Re: [Dev] WSO2 IS 5.3.0 Beta

2016-12-08 Thread Chamila Wijayarathna
t I still can't see the module within the > administration console. > > > > > > On Thu, Dec 8, 2016 at 12:15 PM, Chamila Wijayarathna < > cdwijayarat...@gmail.com> wrote: > >> I'm not very clear about the issue you are having. Can you explain? >> >> On

Re: [Dev] WSO2 IS 5.3.0 Beta

2016-12-08 Thread Chamila Wijayarathna
I'm not very clear about the issue you are having. Can you explain? On Thu, Dec 8, 2016 at 10:10 PM, Hanen Ben Rhouma <hanen...@gmail.com> wrote: > How to integrate it within WSO2 IS ? > > > > On Thu, Dec 8, 2016 at 11:42 AM, Chamila Wijayarathna < > cdwijayarat..

Re: [Dev] WSO2 IS 5.3.0 Beta

2016-12-08 Thread Chamila Wijayarathna
Hi, Are you referring to Identity Governance UI? I think it has been moved to Resident IDP UI[1]. [1]. https://wso2.org/jira/browse/IDENTITY-5221 On Thu, Dec 8, 2016 at 9:31 PM, Hanen Ben Rhouma wrote: > Hello, > > Why did you guys remove Governance module from WSO2 IS

Re: [Dev] Password Policy in WSO2 Identity Server

2016-11-21 Thread Chamila Wijayarathna
Hi Hanen, Per tenant support for identity management features including password policy is planned for IS 5.3.0 version, which is not released yet. You can try this in IS 5.3.0 ALPHA2 [1] which is released recently. But I'm not sure if there is any documentation available for this yet. [1].

Re: [Dev] Delete operation on /Me endpoint in SCIM 2.0

2016-11-10 Thread Chamila Wijayarathna
Hi, +1 for handling this with scenario with a 501 for only C4. On Fri, Nov 11, 2016 at 4:36 PM, Darshana Gunawardana wrote: > > > On Fri, Nov 11, 2016 at 10:27 AM, Vindula Jayawardana > wrote: > >> Hi All, >> >> In SCIM /Me endpoint, an authenticated user

Re: [Dev] WSO2 Committers += Farasath Ahamed

2016-10-24 Thread Chamila Wijayarathna
Congratz Fara, keep up the good work! On Mon, Oct 24, 2016 at 6:44 PM, Johann Nallathamby wrote: > Hi All, > > It's my pleasure to announce Farasath Ahamed as a WSO2 Committer. Farasath > has been a valuable contributor for WSO2 Identity Server product, and in > recognition of

Re: [Dev] [IS] C5 Support for filtering

2016-10-18 Thread Chamila Wijayarathna
Hi Johann, Vindula, On Tue, Oct 18, 2016 at 3:59 PM, Johann Nallathamby wrote: > > > On Tue, Oct 18, 2016 at 10:05 AM, Vindula Jayawardana > wrote: > >> Hi All, >> >> With the current user core implementation we support only the equal >> filter (e.g. userName

Re: [Dev] Latest Test Automation framework

2016-09-16 Thread Chamila Wijayarathna
lot for the quick response. > > > Where can I get sample code (ESB application + tests) as per the latest > Test automation framework..? > > > > Thanks, > > Palani > -- > *From:* Chamila Wijayarathna <cdwijayarat...@gmail.com> > *Sent

Re: [Dev] Unit Testing for ESB class mediators

2016-09-16 Thread Chamila Wijayarathna
Hi there, If you are interested in unit tests, AFAIK you don't need to use TAF to achieve this. From my experience with identity-server project, there we mainly use TAF for integration tests and use junit for unit tests. Please refer example at [1]. However, I am not sure if this is the case in

Re: [Dev] Latest Test Automation framework

2016-09-16 Thread Chamila Wijayarathna
Hi there, I think you should use carbon-platform-integration version 4.4.3 which is available in github [1]. AFAIK this is the latest released version. Since the article seems to be written on version 4.0.0, there can be some missing features and new features in the latest version. Cheers. [1].

Re: [Dev] [VOTE] Release WSO2 Identity Server 5.2.0- RC1

2016-09-12 Thread Chamila Wijayarathna
Hi all, I tested following functionality in RC pack in Windows 10 with java 8. - Dashboard Operations (Login to dashboard, Self Sign Up, Update Profile, Change Password, Update Challenge Questions, Associate two local account, Switch between local account) - Workflow feature with

Re: [Dev] [GSoC Final Evaluation] Proposal 21: [IS] Document Based NoSQL Support for WSO2 Identity Server Database

2016-08-19 Thread Chamila Wijayarathna
ow it's working no need to add json >>> lib manually and version changed will not affected to any of my code i have >>> updated the PR[1] with latest modifications now it's need >>> mongodb-java-driver only to run the module no other extra library required >>> >&

Re: [Dev] [GSoC Final Evaluation] Proposal 21: [IS] Document Based NoSQL Support for WSO2 Identity Server Database

2016-08-18 Thread Chamila Wijayarathna
product. Thanks! On Fri, Aug 19, 2016 at 3:17 PM, Asantha Thilina <asanthathil...@gmail.com> wrote: > Hi Chamila, > > ok thanks for the comment then i will change the version of my dependency > and test it > > Thanks, > Asantha > > On Fri, Aug 19, 2016

Re: [Dev] [GSoC Final Evaluation] Proposal 21: [IS] Document Based NoSQL Support for WSO2 Identity Server Database

2016-08-18 Thread Chamila Wijayarathna
ature. > > I'll look more into Charon's dependency as well. > > On Fri, Aug 19, 2016 at 10:26 AM, Chamila Wijayarathna < > cdwijayarat...@gmail.com> wrote: > >> Hi Harsha, >> >> The license seems to be okay, isn't it? It doesn't mention anything that >

Re: [Dev] [GSoC Final Evaluation] Proposal 21: [IS] Document Based NoSQL Support for WSO2 Identity Server Database

2016-08-18 Thread Chamila Wijayarathna
Hi Harsha, The license seems to be okay, isn't it? It doesn't mention anything that prevent us from using it. Also I think we use same library for json related stuff in charon as well. So it can't be an issue IMO. @Tharindu, Why we should pack this in product? Shouldn't we pack this in the

Re: [Dev] Is it best practice to return null or an empty object from a method in DAO layer?

2016-07-11 Thread Chamila Wijayarathna
Hi Sabra, AFAIK when we return a null from a method, find bugs show it as an error (please check this) and to fix this we use empty objects. So I think the returning null is not something we should do. Thank You! ___ Dev mailing list Dev@wso2.org

Re: [Dev] [DEV][Vote] Release WSO2 Puppet Modules 2.0.0

2016-05-23 Thread Chamila Wijayarathna
Tested APIM 1.10.0 installation in different profiles in default platform, No blocking issues found. *[X ] Stable* - go ahead and release On Mon, May 23, 2016 at 4:14 PM, Vishanth Balasubramaniam < vishan...@wso2.com> wrote: > *[X ] Stable* - go ahead and release > > I have verified the

Re: [Dev] [IOTS] [IS] Getting an exception after upgrading carbon.identity to 5.1.1-SNAPSHOT

2016-05-12 Thread Chamila Wijayarathna
Hi Milan, This issue has been fixed now, can you please pull the required repos and check? Thank You! On Wed, May 11, 2016 at 3:14 PM, Milan Perera wrote: > Hi all, > > We are getting the following exception while building the product > after upgrading carbon.identity to

Re: [Dev] Feature installation error with latest identity features

2016-05-10 Thread Chamila Wijayarathna
Hi Bathiya, We yesterday released carbon-identity-framework 5.1.0 and upgraded master version to 5.1.1-SNAPSHOT. Currently we are working on releasing 5.1.0 version 40+ identity-extension repos and currently they are still in 5.0.9-SNAPSHOT. We are planning to finish it off by EOD today and by

[Dev] Fwd: Fwd: [IS] Missing requirement in building product-is from source

2016-05-09 Thread Chamila Wijayarathna
[Adding dev] -- Forwarded message -- From: Manujith Pallewatte <manujith...@gmail.com> Date: Mon, May 9, 2016 at 5:00 PM Subject: Re: [Dev] Fwd: [IS] Missing requirement in building product-is from source To: Chamila Wijayarathna <cham...@wso2.com> Hi Malithi,

Re: [Dev] [IS] New Identity Extension Repo Can't Find Parent Pom

2016-05-08 Thread Chamila Wijayarathna
; > > Thanks > Godwin > > On Sun, May 8, 2016 at 12:50 AM, Chamila Wijayarathna <cham...@wso2.com> > wrote: > >> Hi all, >> >> I have attached the wrong error, correct one is the below one. >> >> mvn clean install -Dmaven.repo.local=/home/chamila/

Re: [Dev] [IS] New Identity Extension Repo Can't Find Parent Pom

2016-05-07 Thread Chamila Wijayarathna
] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException I could fixed it by adding to the parent pom. Sorry for the noise. Thank You! On Sun, May 8, 2016 at 12:45 AM, Chamila Wijaya

[Dev] [IS] New Identity Extension Repo Can't Find Parent Pom

2016-05-07 Thread Chamila Wijayarathna
Hi all, I am working on creating a new extension to identity server as various connectors at [1]. I have developed most of it and current code is available at [2]. However when I am building this in a clean repo, its failing and I am getting following error.

[Dev] Fwd: [IS] Missing requirement in building product-is from source

2016-04-27 Thread Chamila Wijayarathna
/display/IS510/Installation+Prerequisites -- Forwarded message -- From: Manujith Pallewatte <manujith...@gmail.com> Date: Wed, Apr 27, 2016 at 7:49 PM Subject: Re: [IS] Missing requirement in building product-is from source To: Chamila Wijayarathna <cham...@wso2.com>

Re: [Dev] [IS] Missing requirement in building product-is from source

2016-04-27 Thread Chamila Wijayarathna
Hi Manujith, It seems like your identity-framework or product-is is not upto date. Can you check what are the latest commits in both repos using git log and check if commits merged within last few days are there in your local repo? Thank You! On Wed, Apr 27, 2016 at 3:56 PM, Manujith

[Dev] [IS] Creating a Custom Workflow Implementation

2016-04-24 Thread Chamila Wijayarathna
Hi all, Currently IS only support Workflow Implementation which used WSO2 BPS. I want to implement a usecase using IS workflow feature where when a user register, an email goes to that user's email and only when he clicked a link there user account get created. This is somewhat similar to ask

[Dev] Why are We Keeping Auto Generated wsdls in VCS?

2016-04-20 Thread Chamila Wijayarathna
Hi all, In our source repos, at service stubs, we are keeping wsdls which are generated code. Usually keeping generated code in VCS is not the best practise. I am sure we are doing this for a reason, and I would like to know why are we doing this? Thank You! -- *Chamila Dilshan

Re: [Dev] Clarification about OSGi Bundle Picking

2016-04-17 Thread Chamila Wijayarathna
ort the correct versions ? >> >> Thanks >> Thusitha >> >> On Sat, Apr 16, 2016 at 1:11 PM, Chamila Wijayarathna <cham...@wso2.com> >> wrote: >> >>> Hi all, >>> >>> IS-5.2.0-Beta uses opensaml2.6.4wasov2. I ex

[Dev] Clarification about OSGi Bundle Picking

2016-04-16 Thread Chamila Wijayarathna
Hi all, IS-5.2.0-Beta uses opensaml2.6.4wasov2. I extracted a pack and deleted opensaml2.6.4wasov2.jar from its repository/components/plugins folder and then copied opensaml2.6.4wasov1.jar into repository/components/dropins folder. Here it worked properly where IS got started without any issue

[Dev] [IS] [Passive STS] Error while Invoking Passive STS in Identity Server

2016-04-07 Thread Chamila Wijayarathna
Hi all, Currently passive STS in Identity Server is not workong, but after applying following changes in orbit and identity-inbound-auth-sts I could successfully run passive sts scenarios using PassiveSTSSampleApp. *Orbit* *diff --git a/opensaml/2.6.4.wso2v1/pom.xml

Re: [Dev] [IS] Cannot deploy a BPEL with BPELUploader service after upgrading kernel, registry, business process versions

2016-04-02 Thread Chamila Wijayarathna
>> sh wso2server.sh -Djavax.net.debug=ssl:handshake:verbose -debug 5005 >>>> -Djavax.net.ssl.keyStore=/Users/malithi/RNDSetups/opensaml-upgraded/wso2is-5.2.0-SNAPSHOT/repository/resources/security/wso2carbon.jks >>>> -Djavax.net.ssl.keyStorePassword=wso2carbon &

Re: [Dev] [IS] Cannot deploy a BPEL with BPELUploader service after upgrading kernel, registry, business process versions

2016-03-30 Thread Chamila Wijayarathna
Hi Malithi, I have observed the same issue by only updating carbon-registry from 4.4.8 to 4.4.9. So I believe this happens due to dependency changes occurring when doing that. Thank You! On Wed, Mar 30, 2016 at 11:36 PM, Malithi Edirisinghe wrote: > Hi All, > > We have

Re: [Dev] Fwd: [GSoC 16'] Proposal 20: [IS] SCIM 2.0 Support to WSO2 Identity Server

2016-03-24 Thread Chamila Wijayarathna
We will try to find a solution. >>>>>>>> >>>>>>>> >>>>>>>> I think you would be in a good position to start with the proposal >>>>>>>> once the first point is done as 2nd is a extended version of that.

Re: [Dev] Proposal 20: [IS] SAML Assertion Query/Request Profile support for WSO2 Identity Server

2016-03-24 Thread Chamila Wijayarathna
Hi Gayan, Your proposal looks good, I would like to suggest few more improvements. - Its better if you can list deliverables and expected challenges of the project - You have allocated time for testing in your time line which give me feeling like you are talking about manually

Re: [Dev] Fwd: [GSoC 16'] Proposal 20: [IS] SCIM 2.0 Support to WSO2 Identity Server

2016-03-22 Thread Chamila Wijayarathna
onents/entitlement >> [4] - >> https://github.com/wso2/identity-framework/blob/master/components/entitlement/org.wso2.carbon.identity.entitlement/src/main/java/org/wso2/carbon/identity/entitlement/EntitlementService.java >> >> Regards, >> Omindu. >> >&

Re: [Dev] Fwd: [GSoC 16'] Proposal 20: [IS] SCIM 2.0 Support to WSO2 Identity Server

2016-03-22 Thread Chamila Wijayarathna
[Adding Pushpalanka] On Tue, Mar 22, 2016 at 6:05 PM, Manujith Pallewatte wrote: > Hi Omindu, > > It that case, I'm interested in doing *Proposal 22: [IS] RESTful Fine > Grained Authorization-as-a-Service (AZaaS)* > Since I'm a bi behind the schedule for starting over

Re: [Dev] Code Quality Improvements for carbon-identity

2016-03-22 Thread Chamila Wijayarathna
Hi Ayman, Currently we are in a process of moving code in carbon-identity to different repo structure where core identity features will be available at identity-framework [1] and other pluggable extensions will be available at different repos at wso2-extensions [2]. It would be great if you can

Re: [Dev] GSOC 2016 - Project 21 : Review Proposal

2016-03-21 Thread Chamila Wijayarathna
ted i corrected my > project proposal and here i attached my finalize project proposal > > expecting your feedback > > Thanks, > Asantha > > On Mon, Mar 21, 2016 at 5:44 AM, Chamila Wijayarathna <cham...@wso2.com> > wrote: > >> Hi Asantha, >> >>

Re: [Dev] GSOC 2016 - Project 21 : Review Proposal

2016-03-21 Thread Chamila Wijayarathna
Hi Asantha, Thanks for sending your proposal. It seems to be in good shape, but I would like to suggest few more improvements. 1. You have mentioned you are implementing Custom User Store Manager by extending JDBCUserStoreManager. But actually you have to extend

Re: [Dev] [Carbon] Adding user names with @ mark

2016-02-23 Thread Chamila Wijayarathna
ote: >>> >>>> Hi all, >>>> >>>> if we can update user-mgt.xml file from , *>>> name="UsernameJavaRegEx">[a-zA-Z0-9._-|//]{3,30}$ *we can >>>> solve that issue (adding an user name with @ mark). >>>> >>

Re: [Dev] [Carbon] Adding user names with @ mark

2016-02-19 Thread Chamila Wijayarathna
[Adding Thanuja] Hi Lahiru, I recently had a discussion about this with Thanuja. When you don't have enabled emailUserName, still you should be able to use '@' in user names. But in that case, you have to mention user name in places (eg-: login) as username@carbon.super. I guess in your jira

Re: [Dev] Droping a Unique Constraint in a DB2 database

2016-02-18 Thread Chamila Wijayarathna
now, we can drop the unique > constraint. > > *db2 "ALTER TABLE IDP_PROVISIONING_ENTITY DROP UNIQUE SQL160219074557920"* > > This will drop the constraint as well as the index created for the > constraint. > > For the migration, you can write a stored procedure

Re: [Dev] Droping a Unique Constraint in a DB2 database

2016-02-17 Thread Chamila Wijayarathna
of achieving this. WDYT? Thanks On Wed, Feb 17, 2016 at 12:30 PM, Chamila Wijayarathna <cham...@wso2.com> wrote: > Hi all, > > Currently I am working on developing the migration client and and scripts > for DB2 to migrate from IS 5.0.0 to 5.1.0. > > There are some unique c

[Dev] Droping a Unique Constraint in a DB2 database

2016-02-16 Thread Chamila Wijayarathna
Hi all, Currently I am working on developing the migration client and and scripts for DB2 to migrate from IS 5.0.0 to 5.1.0. There are some unique constraints, primary keys and foreign keys that has been used in IS 5.0.0 which have been removed in IS 5.1.0. So I need to remove those constraints

Re: [Dev] [Test-Automation] Error After Updating Selenium version

2016-02-04 Thread Chamila Wijayarathna
you really want to upgrade firefox then all these dependency conflicts > need to be resolved. > > > https://docs.wso2.com/display/TA430/FAQ#FAQ-HowcanIrunSeleniumtestswithadifferentversionofFirefox > ? > > Thanks, > Krishantha. > > > On Thu, Feb 4, 2016 at

Re: [Dev] Updating carbon-platform-integration version of product-is

2016-02-04 Thread Chamila Wijayarathna
Hi Dharshana, I have created a PR for this version upgrade [1]. Can you please check if it contains all the necessary changes? Also in test framework 4.4.3 it uses selenium 2.43.0, but IS currently uses 2.40.0, do we have to update this as well? 1.https://github.com/wso2/product-is/pull/412

Re: [Dev] [Test-Automation] Error After Updating Selenium version

2016-02-04 Thread Chamila Wijayarathna
nd exclude all httpcore >> transitive dependencies. >> >> Thanks, >> Nuwanw >> >> On Wed, Feb 3, 2016 at 9:51 PM, Chamila Wijayarathna <cham...@wso2.com> >> wrote: >> >>> Hi all, >>> >>> Currently in product-is, we

[Dev] [Test-Automation] Error After Updating Selenium version

2016-02-03 Thread Chamila Wijayarathna
Hi all, Currently in product-is, we are using carbon-platform-integration version 4.4.2 and selenium 2.40.0. I tried upgrading selenium version to 2.50.1 which is the latest version, but when I do that I am getting following error. java.lang.NoSuchFieldError: INSTANCE at

Re: [Dev] SCIM PUT/PATCH group with members in order to add a new member

2016-01-25 Thread Chamila Wijayarathna
Hi Xavaier, I could run the steps you have mentioned above without any issue in my IS 5.1.0 setup. In your case it seems like the issue is in your step 3 (Create second user). There you have intended to create a user, but has sent a GROUP POST request to SCIM group endpoint, so there it will

Re: [Dev] SCIM missing members when list groups

2016-01-22 Thread Chamila Wijayarathna
Hi Xavier, The result you are getting is the expected result. When you list groups, you will only receive the list of groups available with group ID, group name and their meta data. If you perform a GET request by specifying an exact group, you will receive response with list of group members.

Re: [Dev] SCIM missing members when list groups

2016-01-22 Thread Chamila Wijayarathna
ups?filter=displayName+Eq+%22engineer%22 >> >> >> >> {"schemas":["urn:scim:schemas:core:1.0"],"totalResults":1,"Resources":[{"id":"0f13fb29-78b8-4eb4-832d-c7a6cf12e45f","displayName":"PRIMARY/engin

Re: [Dev] [VOTE] Release WSO2 Identity Server 5.1.0 RC2

2015-12-22 Thread Chamila Wijayarathna
Hi all, I have tested following functionality in both super tenant and tenant mode. *Workflow Management Embedded BPS* - Add/Delete/Update Workflow - Add/Delete/Disable Engagements - Engagements with apply if condition - User store operations associated with workflows -

Re: [Dev] [IS] Clarification Regarding the behavior of Multiple Local Account Associations via the Dashboard

2015-12-03 Thread Chamila Wijayarathna
Hi Nadeesha, Yes, this is the expected behavior. What account association really means is if you associate two accounts, both accounts belongs to same user or something similar. In your case where 3 accounts are associated, it's similar to one person owns all 3 accounts. So all 3 accounts will

[Dev] Utility Method to Retrieve Services URL of a Server

2015-12-03 Thread Chamila Wijayarathna
Hi all, Is there any utility method to retrieve services URL (eg :- https://localhost:9443/services/ ) from java or jaggery? Thank You! -- *Chamila Dilshan Wijayarathna,* Software

Re: [Dev] [BPS] [Cluster] Error while deploying BPEL & HT packages

2015-12-01 Thread Chamila Wijayarathna
t;>> logs."* >>>>>> >>>>>> [1] https://wso2.org/jira/browse/BPS-915 >>>>>> >>>>>> Regards, >>>>>> Aparna >>>>>> >>>>>> On Thu, Oct 29, 2015 at 2:39 PM, Vinod Kavinda <vi...@wso2.com> &g

Re: [Dev] Blocker in IS authenticator

2015-11-10 Thread Chamila Wijayarathna
Hi Shakila, Can you please share a link of the source code of Tiqr authenticator you are working with. Thanks. On Wed, Nov 11, 2015 at 10:08 AM, Rasika Perera wrote: > Hi Shakila, > > First error is more like deserialization issue. The > "InvalidClassException" usually

Re: [Dev] Blocker in IS authenticator

2015-11-10 Thread Chamila Wijayarathna
. Thanks [1]. https://wso2.org/jira/browse/IDENTITY-3621 On Wed, Nov 11, 2015 at 10:27 AM, Chamila Wijayarathna <cham...@wso2.com> wrote: > Hi Shakila, > > Can you please share a link of the source code of Tiqr authenticator you > are working with. > > Thanks. > > On

Re: [Dev] Blocker in IS authenticator

2015-11-10 Thread Chamila Wijayarathna
11, 2015 at 11:10 AM, Shakila Sivagnanarajah <shak...@wso2.com> wrote: > Thanks Rasika & Chamila Wijayarathna, > > Earlier I didn't specify the serialVersionUID. Now I set that as the > expected one (1179165995021182755L). It's working fine. > > @ Chamila Wijay

Re: [Dev] [IS] Admin/Tenant Admin Users cannot be filtered to get the SCIM ID

2015-11-05 Thread Chamila Wijayarathna
t;> On Thu, Nov 5, 2015 at 3:13 PM, Darshana Gunawardana <darsh...@wso2.com> >> wrote: >> >>> >>> >>> On Thu, Nov 5, 2015 at 12:45 PM, Gayan Gunawardana <ga...@wso2.com> >>> wrote: >>> >>>> >>>> >>&

Re: [Dev] [IS] Admin/Tenant Admin Users cannot be filtered to get the SCIM ID

2015-11-04 Thread Chamila Wijayarathna
ter=usernameeqten...@hello.com> Thanks On Wed, Nov 4, 2015 at 8:40 PM, Nadeesha Meegoda <nadees...@wso2.com> wrote: > Hi Chamila, > > I'm using the embedded ldap which comes default in IS. In that SCIM comes > enabled as default. > > On Wed, Nov 4, 2015 at 6:27 PM, Cham

Re: [Dev] [IS] Admin/Tenant Admin Users cannot be filtered to get the SCIM ID

2015-11-04 Thread Chamila Wijayarathna
Hi Nadeesha, What is the value of SCIMEnabled configuration in your user-mgt.xml? Are you using LDAP or JDBC user store manager? Thanks On Wed, Nov 4, 2015 at 6:20 PM, Nadeesha Meegoda wrote: > Hi IS Team, > > I was trying to filter and get admin users SCIM ID and failed,

Re: [Dev] [IS][Workflow] Workflow Dashboard Gadget - Operations Exposed to End User

2015-11-03 Thread Chamila Wijayarathna
, Hasitha Aravinda <hasi...@wso2.com> wrote: > Hi Chamila, > > On Tue, Nov 3, 2015 at 9:50 AM, Chamila Wijayarathna <cham...@wso2.com> > wrote: > >> Hi all, >> >> Currently IS expose a dashboard gadget where users can see and >> approve/reject wo

[Dev] [IS][Workflow] Workflow Dashboard Gadget - Operations Exposed to End User

2015-11-02 Thread Chamila Wijayarathna
Hi all, Currently IS expose a dashboard gadget where users can see and approve/reject workflow requests assigned to him or claimable to him. Previously we exposed following operations for dashboard users. Claim, Release, Start. Stop, Approve, Reject, Suspend, Resume. >From the discussion I had

Re: [Dev] [BPS] [Cluster] Error while deploying BPEL & HT packages

2015-11-02 Thread Chamila Wijayarathna
>>> Hi all, >>>>>>> Those errors can be seen in standalone mode also, they can be seen >>>>>>> in carbon logs. These are bpel compilation errors logged by ODE server >>>>>>> due >>>>>>> to the extensions we

[Dev] [BPS] [Cluster] Error while deploying BPEL & HT packages

2015-10-28 Thread Chamila Wijayarathna
Hi all, Currently we are testing IS workflow feature with a BPS cluster. When creating a new workflow, we have observed following error at BPS terminal. ERROR {org.apache.ode.bpel.compiler.bom.BpelObjectFactory$BOMSAXErrorHandler} -

Re: [Dev] [IS] Table "IDP_METADATA" not found

2015-10-21 Thread Chamila Wijayarathna
Hi Charitha, This missing table was introduced to carbon-identity in a commit merged within last week. So my guess on your issue is, you may trying to start a newly build server while pointing it to a DB early. So can you drop existing DB, create a new DB and start your server with -Dsetup, and

[Dev] [jaggery] Where should I Report Issues in IDEA Jaggery Plugin?

2015-10-18 Thread Chamila Wijayarathna
Hi all, I have installed jaggery plugin in IDEA 14.1.3. I observed following suggestion which is not spelled correctly. [image: Inline image 1] Correct function which is supported is "isDebugEnabled", but here it shows "isDebugEnabeld". At where should I report this issue? Thank You! --

[Dev] [Human Tasks] Listing Human Tasks Completed by a User

2015-10-02 Thread Chamila Wijayarathna
Hi all, In IS dashboard gadget for approving/disapproving human tasks, currently we are only showing tasks which are in the types "ASSIGNED_TO_ME" and "CLAIMABLE". In the below jira (IDENTITY-3680), it is requested the tasks completed by a particular user need to be shown in dashboard as well. Is

Re: [Dev] [Human Tasks] Listing Human Tasks Completed by a User

2015-10-02 Thread Chamila Wijayarathna
d a sample code in [1] line no 64. >>> >>> [1] - >>> https://github.com/wso2/carbon-business-process/blob/master/components/humantask/humantask-explorer-web/src/web/js/WSHTRequest.js#L64 >>> >>> Regards, >>> Vinod Kavinda >>&g

[Dev] [UX] [Carbon-jira] [jira] (IDENTITY-3528) Error while adding datepicker for selecting date range with jquery 1.6.0

2015-09-24 Thread Chamila Wijayarathna
Hi Dakshika/ UX-team, We are having the issue mentioned in IDENTITY-3525, this is a blocker for IS 5.1.0 release. Can someone from UX team look into this ASAP? Thanks -- Forwarded message -- From: Chamila Wijayarathna (JIRA) <j...@wso2.org> Date: Fri, Aug 21, 2015 at 4

Re: [Dev] [UX] [Carbon-jira] [jira] (IDENTITY-3528) Error while adding datepicker for selecting date range with jquery 1.6.0

2015-09-24 Thread Chamila Wijayarathna
gt; Senior Software Engineer > WSO2, Inc. > lean.enterprise.middleware > 0771100911 > > On Thu, Sep 24, 2015 at 5:04 PM, Chamila Wijayarathna <cham...@wso2.com> > wrote: > >> Hi Dakshika/ UX-team, >> >> We are having the issue mentioned in IDENTITY-3525, this

  1   2   3   >