Hi all,
my managers want me to implement the scenario I will describe. I will
need some help to know how to address it.
I have an application which basically consists in a REST web service. I
have been asked to implement rbac feature to users connecting to the web
service. The application is running in a virtual machine that is
delivered to each customer asking for the product.
Precise questions:
1) I will have to deploy syncope in the virtual machine for each
customer using the product. Customer is not supposed to use the console
but an application must do the full initialization:
- cleaning default stuff (users/roles, etc).
- creating resource and connectors
- configure them
- add users in the IDM from backend by reconciliation or synchronization.
All initializing steps must be done by an application.
Is there any example of how to do this ? A full configuration done from
scratch where I could see how to achieve this ?
Would it be better to use java api or rest interface ?
2) I have to address from my application the RBAC module getting user
roles from syncope.
Again, what would be the best approach ? Use java api or bare rest
request calls ?
Thanks a lot in advance,
German.