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] Delete operation on /Me endpoint in SCIM 2.0

2016-11-10 Thread Darshana Gunawardana
On Fri, Nov 11, 2016 at 10:27 AM, Vindula Jayawardana wrote: > Hi All, > > In SCIM /Me endpoint, an authenticated user should be able to delete > himself as mentioned in specification [1]. However when I try to do that > using the current user core, I get a user store exception

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

2016-11-10 Thread Ishara Karunarathna
Hi, As I remember we are not supporting this with C4 User core. But better to support this and then we should be able to associate workflow to set some approval for deleted users. -Ishara On Fri, Nov 11, 2016 at 10:27 AM, Vindula Jayawardana wrote: > Hi All, > > In SCIM

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

2016-11-10 Thread Vindula Jayawardana
Hi All, In SCIM /Me endpoint, an authenticated user should be able to delete himself as mentioned in specification [1]. However when I try to do that using the current user core, I get a user store exception saying 'LoggedInUser Cannot delete logged in user'. One way of how I can handle this is

Re: [Dev] wso2-uri-templates-1.6.5.jar MANIFEST does not contain version in it's exported packages.

2016-11-10 Thread Kishanthan Thangarajah
This was moved to synapse and then maintained from there IIRC. So why are we still using the old lib? On Thu, Nov 10, 2016 at 9:55 AM, Ishara Cooray wrote: > > > *Hi,*Please note $Subject. Due to that it gives an ClassNotFound error at > runtime when i try to use 1.6.5

Re: [Dev] Lock timeout configuration for iOS and Android password policy

2016-11-10 Thread Niranjan Karunanandham
On Thu, Nov 10, 2016 at 3:01 PM, Dulitha Wijewantha wrote: > Hi guys, > On our passcode policy we should have a method to setup the minimum lock > time duration. This is supported my iOS (can be done through apple > configurator) and Android also supports this from the Device

[Dev] Lock timeout configuration for iOS and Android password policy

2016-11-10 Thread Dulitha Wijewantha
Hi guys, On our passcode policy we should have a method to setup the minimum lock time duration. This is supported my iOS (can be done through apple configurator) and Android also supports this from the Device Admin API [1] [1] - https://developer.android.com/guide/topics/admin/device-admin.html