I'm not able to authenticate a end-user by reading it's details from syncope
in my spring app.
the code
SyncopeClient client = new
SyncopeClientFactoryBean().setAddress("http://localhost:18080/syncope/rest/").create(username,
password);
Response response =
client.getService(UserSelfService.class).read();
Am I doing this right? Are the credentials to create Syncope client should
be of admin. In that case how do I use it to authenticate end-user?
--
Sent from: http://syncope-user.1051894.n5.nabble.com/