Re: [Architecture] HTTP PATCH method implementation for SCIM end points

2014-11-10 Thread Gayan Gunawardana
Hi Asela, Thanks for pointing. I have already updated redmine ticket linked to [1]. [1] https://wso2.org/jira/browse/IDENTITY-1891 On Mon, Nov 10, 2014 at 5:50 PM, Asela Pathberiya wrote: > On Mon, Nov 10, 2014 at 5:48 PM, Gayan Gunawardana wrote: > > Hi Asela, > > > > Code level changes are

Re: [Architecture] HTTP PATCH method implementation for SCIM end points

2014-11-10 Thread Asela Pathberiya
On Mon, Nov 10, 2014 at 5:48 PM, Gayan Gunawardana wrote: > Hi Asela, > > Code level changes are already done, planing to integrate with IS 5.1.0 > during next week. Thanks for reply Please note, you can move the redmine ticket to IS 5.1.0 and it is better to update it as well.. Thanks, Asel

Re: [Architecture] HTTP PATCH method implementation for SCIM end points

2014-11-10 Thread Gayan Gunawardana
Hi Asela, Code level changes are already done, planing to integrate with IS 5.1.0 during next week. Thanks, Gayan On Mon, Nov 10, 2014 at 3:47 PM, Asela Pathberiya wrote: > Hi Gayan, > > Is SCIM PATCH implementation available with next Identity Server release ? > > Thanks, > Asela. > > On Sun,

Re: [Architecture] HTTP PATCH method implementation for SCIM end points

2014-11-10 Thread Asela Pathberiya
Hi Gayan, Is SCIM PATCH implementation available with next Identity Server release ? Thanks, Asela. On Sun, Jul 27, 2014 at 9:10 PM, Gayan Gunawardana wrote: > Hi All, > > Review notes > > Participants : Prabath, Chamath, Prasad, Thanuja, Isura, Pulasthi, Gayan > > > 1. Move jax rs custom patch

Re: [Architecture] HTTP PATCH method implementation for SCIM end points

2014-07-27 Thread Gayan Gunawardana
Hi All, Review notes Participants : Prabath, Chamath, Prasad, Thanuja, Isura, Pulasthi, Gayan 1. Move jax rs custom patch implementation to [1] with suitable test cases. 2. Since scim provider component is a jax rs web application remove duplicate codes common to all http methods (Effective fo

Re: [Architecture] HTTP PATCH method implementation for SCIM end points

2014-07-24 Thread Gayan Gunawardana
Hi All, I have completed the feature. Can we have a review tomorrow. Thanks, Gayan On Mon, Jul 21, 2014 at 5:41 PM, Gayan Gunawardana wrote: > Hi Johan, > > According to offline chat we had, we can ignore Use-Case 03 and Use-Case > 04. > > For Use-Case 01 I have added extra claim for primary

Re: [Architecture] HTTP PATCH method implementation for SCIM end points

2014-07-21 Thread Gayan Gunawardana
Hi Johan, According to offline chat we had, we can ignore Use-Case 03 and Use-Case 04. For Use-Case 01 I have added extra claim for primary email. For Use-Case 02 since Identity Server does not support storing addresses, I m adding the storing addresses feature and implement patch operation for

Re: [Architecture] HTTP PATCH method implementation for SCIM end points

2014-07-13 Thread Gayan Gunawardana
Hi Ishara, While looking at patch operation for Users, I have encountered following issues. Use-Case 01 : changing a User's primary email Issue : Currently there is no way to specify User's primary email (even thought we can set as "primary":true cannot retrieve) Use-Case 02 : changing a User's

Re: [Architecture] HTTP PATCH method implementation for SCIM end points

2014-07-13 Thread Ishara Karunarathna
Hi Johan, On Sun, Jul 13, 2014 at 4:20 AM, Johann Nallathamby wrote: > Hi Ishara/Darshana, > > How does this compare with the new provisioning configurations we provide > through UI in IS 5.0? > > Currently we have capability for service providers to configure which user > store they want the

Re: [Architecture] HTTP PATCH method implementation for SCIM end points

2014-07-13 Thread Johann Nallathamby
Hi Ishara/Darshana, How does this compare with the new provisioning configurations we provide through UI in IS 5.0? Currently we have capability for service providers to configure which user store they want the users/groups to be provisioned to in Service Provider UI under inbound provisioning co

Re: [Architecture] HTTP PATCH method implementation for SCIM end points

2014-07-11 Thread Ishara Karunarathna
Hi Gayan, On Fri, Jul 11, 2014 at 1:15 AM, Gayan Gunawardana wrote: > Hi Ishara, > > Could you please elaborate more about dump mode in SCIMUserManager and how > the changes should be reflected to dump mode. > In dumb mode IS which is configured in dumb mode will act as a provisioning hub only.

Re: [Architecture] HTTP PATCH method implementation for SCIM end points

2014-07-11 Thread Gayan Gunawardana
minor change. It should be dumb mode not dump mode Thanks, Gayan On Fri, Jul 11, 2014 at 1:45 PM, Gayan Gunawardana wrote: > Hi Ishara, > > Could you please elaborate more about dump mode in SCIMUserManager and how > the changes should be reflected to dump mode. > > Thanks, > Gayan > > > On T

Re: [Architecture] HTTP PATCH method implementation for SCIM end points

2014-07-11 Thread Gayan Gunawardana
Hi Ishara, Could you please elaborate more about dump mode in SCIMUserManager and how the changes should be reflected to dump mode. Thanks, Gayan On Thu, Jul 10, 2014 at 9:20 AM, Gayan Gunawardana wrote: > Hi, > > There are around 10 use-cases under [1] here *3.2.2 Modifying with patch*. > I

Re: [Architecture] HTTP PATCH method implementation for SCIM end points

2014-07-09 Thread Gayan Gunawardana
Hi, There are around 10 use-cases under [1] here *3.2.2 Modifying with patch*. I have already done first use-case and working on other use-cases as well. [1] http://www.simplecloud.info/specs/draft-scim-api-01.html#edit-resource-with-patch On Wed, Jul 9, 2014 at 11:20 PM, Johann Nallathamby w

Re: [Architecture] HTTP PATCH method implementation for SCIM end points

2014-07-09 Thread Johann Nallathamby
+1. This is a valuable addition to IS. On Wed, Jul 9, 2014 at 11:44 AM, Ishara Karunarathna wrote: > Hi Gayan, > > > On Tue, Jul 8, 2014 at 10:39 PM, Gayan Gunawardana wrote: > >> Hi Ishara, >> >> Thanks for the information. >> >> Are we going to support all use-cases according to [1] ? >> >>

Re: [Architecture] HTTP PATCH method implementation for SCIM end points

2014-07-08 Thread Ishara Karunarathna
Hi Gayan, On Tue, Jul 8, 2014 at 10:39 PM, Gayan Gunawardana wrote: > Hi Ishara, > > Thanks for the information. > > Are we going to support all use-cases according to [1] ? > > Under User and Group resources mainly we have to implement Patch operation and there are some improvement in listing

Re: [Architecture] HTTP PATCH method implementation for SCIM end points

2014-07-08 Thread Gayan Gunawardana
Hi Ishara, Thanks for the information. Are we going to support all use-cases according to [1] ? [1] http://www.simplecloud.info/specs/draft-scim-api-01.html#edit-resource-with-patch On Wed, Jul 9, 2014 at 10:39 AM, Ishara Karunarathna wrote: > Hi Gayan, > > > On Tue, Jul 8, 2014 at 9:32 PM,

Re: [Architecture] HTTP PATCH method implementation for SCIM end points

2014-07-08 Thread Ishara Karunarathna
Hi Gayan, On Tue, Jul 8, 2014 at 9:32 PM, Gayan Gunawardana wrote: > Hi All, > > Currently WSO2 Identity Server does not support PATCH method for SCIM end > points. > > The major limitation came up with that is in order to add single user > into a group, new user has to be sent with all existi

[Architecture] HTTP PATCH method implementation for SCIM end points

2014-07-08 Thread Gayan Gunawardana
Hi All, Currently WSO2 Identity Server does not support PATCH method for SCIM end points. The major limitation came up with that is in order to add single user into a group, new user has to be sent with all existing users. Above requirement can be archived by adding PATCH method support for JAX