Login Logic

2017-03-17 Thread vladz
I hope I am not getting on the wrong track... But here goes. Now that I've worked out the logic for Self-Registration, I am wondering If and How I could manage the login process via Syncope. I have not found any REST methods for "authenticating" the user. That is, sending in a combination of

Re: Self Registration help

2017-03-17 Thread vladz
HA! It looks like the issue with "curl" not going through was that I used the suggested by SwaggerUI line, and it contained 2 errors: 1. (This one I fixed initially, so adding it here for completeness.) The "@class" attribute is shown there HTML-escaped as "%40class", which when sent via curl

Re: Self Registration help

2017-03-17 Thread vladz
First of all, THANK YOU, Francesco, for a fast reply! ilgrosso wrote > > vladz wrote >> 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." > Question: what is the value of the

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