Reputation: 353
I am trying to use Apache syncope for authentication in my web application.
Can anyone tell me the steps to do that.
Till now I have completed the installation. Syncope, Syncope-console and Syncope-enduser applications are up and running in tomcat server.
Upvotes: 0
Views: 736
Reputation: 4946
The approach for Apache Syncope 2.0.2 is this:
Take a look at the Swagger UI or JSON (http://:/syncope/swagger || syncope/rest/swagger.json for details.
I recommend swagger-client NPM package for working with this REST api.
Upvotes: 1