Re: Self Registration help

2017-03-17 Thread vladz
d the trick for me, thanks to the old syncope WIKI link I found (https://cwiki.apache.org/confluence/display/SYNCOPE/Call+REST+services+from+CLI.) -- View this message in context: http://syncope-user.1051894.n5.nabble.com/Self-Registration-help-tp5709077p5709080.html Sent from the syncope-user mailing list archive at Nabble.com.

Re: Self Registration help

2017-03-17 Thread vladz
with the same 403 error. Looking at the actual request headers, there is an Authorization Basic hash value set for the self request. I wonder how it gets there and shouldn't the SwaggerUI know to remove it? That was a GOOD POINTER! Thanks again, - vlad -- View this message in context: http:/

Re: Self Registration help

2017-03-17 Thread Francesco Chicchiriccò
On 16/03/2017 22:27, Vlad Zelenko wrote: Hey all. I am evaluating syncope as IMS, and want to test the REST API. For starters, I am using Swagger UI to test self-registration. Hi Vlad, glad of your interest in Apache Syncope. 1. (POST /users/self) When I execute it from the browser, I

Self Registration help

2017-03-16 Thread Vlad Zelenko
Hey all. I am evaluating syncope as IMS, and want to test the REST API. For starters, I am using Swagger UI to test self-registration. 1. (POST /users/self) When I execute it from the browser, I invariably receive CODE 403 with message "Access to the specified resource has been forbidden." 2.