Re: [Dev] Supporting attributes feature for SCIM filtering

2017-08-02 Thread Johann Nallathamby
On Wed, Aug 2, 2017 at 2:30 PM, Pulasthi Mahawithana wrote: > Hi Johann, > > Both the "attributes" and "filter" can be used together in IS 5.3.0. > Please see the last example at [1]. > Oh great! Now I am trying to remember where I got this problem originally from :). Will

Re: [Dev] Supporting attributes feature for SCIM filtering

2017-08-02 Thread Pulasthi Mahawithana
Hi Johann, Both the "attributes" and "filter" can be used together in IS 5.3.0. Please see the last example at [1]. [1] https://medium.com/@pulasthi7/scim-list-users-with-given-attributes-in-wso2-identity-server-5-3-0-8360522d3ea9 On Wed, Aug 2, 2017 at 2:10 PM, Johann Nallathamby

Re: [Dev] Supporting attributes feature for SCIM filtering

2017-08-02 Thread Gayan Gunawardana
Pulasthi has already added this feature [1] [1] https://medium.com/@pulasthi7/scim-list-users-with-given-attributes-in-wso2-identity-server-5-3-0-8360522d3ea9 On Wed, Aug 2, 2017 at 2:10 PM, Johann Nallathamby wrote: > Hi Chamila, > > On Wed, Aug 2, 2017 at 2:06 PM, Chamila

Re: [Dev] Supporting attributes feature for SCIM filtering

2017-08-02 Thread Johann Nallathamby
Hi Chamila, On Wed, Aug 2, 2017 at 2:06 PM, Chamila Wijayarathna < cdwijayarat...@gmail.com> wrote: > Hi Johann, > > Sorry for the confusion, I didn't knew about SCIM attributes > implementation previously. Is this only available for SCIM 2.0 or is this > available in SCIM 1.x implementation as

Re: [Dev] Supporting attributes feature for SCIM filtering

2017-08-02 Thread Chamila Wijayarathna
Hi Johann, Sorry for the confusion, I didn't knew about SCIM attributes implementation previously. Is this only available for SCIM 2.0 or is this available in SCIM 1.x implementation as well? If it is supported in SCIM list, it should be there in filter also. Because AFAIK, filter is parameter

Re: [Dev] Supporting attributes feature for SCIM filtering

2017-08-02 Thread Johann Nallathamby
On Tue, Jul 11, 2017 at 6:52 PM, Chamila Wijayarathna < cdwijayarat...@gmail.com> wrote: > 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

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

[Dev] Supporting attributes feature for SCIM filtering

2017-07-11 Thread Johann Nallathamby
Hi IAM Team, Can we support "attributes" feature for SCIM filter query? Right now SCIM filter query returns only metadata. It doesn't return additional attributes. Therefore we have to do at least two network calls if we need to get user's attributes using username. Can we do this in one call