Digest authentication

2016-10-13 Thread John Peter
Does syncope support Digest auth ? Thanks.

Re: End-user Password REST api

2016-10-07 Thread John Peter
Thank you !! I would have a look at it. Thanks. On Fri, Oct 7, 2016 at 5:48 PM, Francesco Chicchiriccò wrote: > On 07/10/2016 14:08, John Peter wrote: > > Does end-user require any setting to perform below requests. I always get > "HTTP Status 401 - User not authenticated&q

End-user Password REST api

2016-10-07 Thread John Peter
Does end-user require any setting to perform below requests. I always get "HTTP Status 401 - User not authenticated". POST /users/self/changePassword

Re: Suspend a user via REST ?

2016-10-06 Thread John Peter
Oh great ! Thanks for your quick fix. Thanks. On Thu, Oct 6, 2016 at 6:53 PM, Francesco Chicchiriccò wrote: > On 6-oct-16, at 14:45, John Peter wrote: > > Francesco, > It doesn't work with username as value for the "key" field. > POST /syncope/rest/users/u

Re: Suspend a user via REST ?

2016-10-06 Thread John Peter
reTime": null, "username": "user1", "lastLoginDate": "2016-10-05T15:27:50.148+", "changePwdDate": "2016-10-06T07:56:07.176+", "failedLogins": 0, "securityQuestion": null, "securityAnswer"

Re: Suspend a user via REST ?

2016-10-06 Thread John Peter
;SUSPEND", "token": "", "resources": [] } Thanks On Thu, Oct 6, 2016 at 3:34 PM, John Peter wrote: > Hi, > > I found rest api for suspending a user in [1] but I think its not valid > for Syncope 2.0.0. > In [2], Can I use /users/{key}/stat

Suspend a user via REST ?

2016-10-06 Thread John Peter
Hi, I found rest api for suspending a user in [1] but I think its not valid for Syncope 2.0.0. In [2], Can I use /users/{key}/status for suspending a user ? [1] https://cwiki.apache.org/confluence/display/SYNCOPE/REST+API+upgrade [2] http://syncope.apache.org/rest/2.0/index.html Thanks.