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

2017-08-02 Thread Darshana Gunawardana
Hi, We have the same issue for admin group. Created another JIRA to track the that issue. https://wso2.org/jira/browse/IDENTITY-6205 Thanks, On Fri, Jul 21, 2017 at 2:37 PM, Indunil Upeksha Rathnayake < indu...@wso2.com> wrote: > Hi, > > > > On Fri, Jul 21, 2017 at 2:29 PM, Gayan Gunawardana

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

2017-07-21 Thread Sathya Bandara
Hi Indunil, SCIM support for admin users is not provided by current user core implementation. Hence, in the current implementation admin users do not have a SCIM user_id which prevents SCIM based CRUD operations on admin users. I'm currently working on implementing this feature for products that

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

2017-07-21 Thread Indunil Upeksha Rathnayake
Hi, On Fri, Jul 21, 2017 at 2:29 PM, Gayan Gunawardana wrote: > Whatever the implementation behavior should be identical among user list > command and user filter command. With new implementation if admin user has > SCIM ID it will be returned from both list and filter. >

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

2017-07-21 Thread Gayan Gunawardana
Whatever the implementation behavior should be identical among user list command and user filter command. With new implementation if admin user has SCIM ID it will be returned from both list and filter. On Fri, Jul 21, 2017 at 2:17 PM, Hasanthi Purnima Dissanayake < hasan...@wso2.com> wrote: >

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

2017-07-21 Thread Hasanthi Purnima Dissanayake
Hi Indunil, Please refer following mail in Architecture [1]. Seems Sathya is going to provide SCIM support for admin users by generating admin users' SCIM userId. After this implementation it seems this issue will be fixed. [1] mail : [Architecture] [IS] SCIM Support for Admin Users Thanks,

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

2017-07-21 Thread Gayan Gunawardana
On Fri, Jul 21, 2017 at 2:06 PM, Indunil Upeksha Rathnayake < indu...@wso2.com> wrote: > Hi, > > I have checked followings with IS 5.3.0 WUM updated pack. > > 1) List users > curl -v -k --user admin:admin https://localhost:9443/wso2/scim/Users > Result: *{"Errors":[{"description":"Users not found

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

2017-07-21 Thread Indunil Upeksha Rathnayake
Hi, I have checked followings with IS 5.3.0 WUM updated pack. 1) List users curl -v -k --user admin:admin https://localhost:9443/wso2/scim/Users Result: *{"Errors":[{"description":"Users not found in the user store.","code":"404"}]}* 2) Filter admin user curl -v -k --user admin:admin

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

2015-11-05 Thread Darshana Gunawardana
On Thu, Nov 5, 2015 at 12:45 PM, Gayan Gunawardana wrote: > > > On Thu, Nov 5, 2015 at 11:26 AM, Chamila Wijayarathna > wrote: > >> Hi Nadeesha, >> >> When creating super admin or tenant admin users, they don't get created >> with a SCIM ID since they are

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

2015-11-05 Thread Gayan Gunawardana
On Thu, Nov 5, 2015 at 3:13 PM, Darshana Gunawardana wrote: > > > On Thu, Nov 5, 2015 at 12:45 PM, Gayan Gunawardana wrote: > >> >> >> On Thu, Nov 5, 2015 at 11:26 AM, Chamila Wijayarathna >> wrote: >> >>> Hi Nadeesha, >>> >>> When creating

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

2015-11-05 Thread Nadeesha Meegoda
Hi all, So I requested to get the SCIM ID as what Chamila mentioned by the following command curl -v -k --user ten...@new.com:123456 https://localhost:9443/wso2/scim/Users?filter=userNameEqtenant But still this doesn't give any result only a http 404 error. So tenant admins also are considered

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

2015-11-05 Thread Chamila Wijayarathna
Hi Nadeesha, As I mentioned in my previous mail, super admin and tenant admin are not created with a SCIM ID, so you can't retrieve them using SCIM GET. I was suggesting above request to get other users of tenant, if you are interested, since the command you were using previously for retrieving

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

2015-11-05 Thread Nadeesha Meegoda
Thanks Chamila. Unerstood! On Thu, Nov 5, 2015 at 9:48 PM, Chamila Wijayarathna wrote: > Hi Nadeesha, > > As I mentioned in my previous mail, super admin and tenant admin are not > created with a SCIM ID, so you can't retrieve them using SCIM GET. > > I was suggesting above

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

2015-11-04 Thread Chamila Wijayarathna
Hi Nadeesha, When creating super admin or tenant admin users, they don't get created with a SCIM ID since they are considered as special users in IS. Because of this when listing users through scim, those users will not get listed. But if you want, you can add a SCIM ID manually by updating the

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

2015-11-04 Thread Gayan Gunawardana
On Thu, Nov 5, 2015 at 11:26 AM, Chamila Wijayarathna wrote: > Hi Nadeesha, > > When creating super admin or tenant admin users, they don't get created > with a SCIM ID since they are considered as special users in IS. Because of > this when listing users through scim, those

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

2015-11-04 Thread Nadeesha Meegoda
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, Chamila Wijayarathna wrote: > Hi Nadeesha, > > What is the value of SCIMEnabled configuration in your user-mgt.xml? > > Are you using LDAP

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

2015-11-04 Thread Nadeesha Meegoda
Hi IS Team, I was trying to filter and get admin users SCIM ID and failed, even tried for tenant admin and still I couldn't filter and get the SCIM ID Command used : curl -v -k --user admin:admin https://localhost:9443/wso2/scim/Users?filter=userNameEqadmin curl -v -k --user admin:admin

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,