My Objective is of deploying xwiki along side one of the Java spring-boot based web application. Over all objective is to provide RBAC and serve user content in Web APP. I guess Restful API would have to be used for the task.
I have installed https://github.com/xwiki-contrib/compatibleone-wiki-nodes-demo On my localhost. Since the web-app uses Cassandra as persistent store.
I have queries regarding how will the authentication mechanism work?. We are using Oauth Based Authentication in Web app.
Do i need to sync user info from Web App to XWiki?
Any Help would be greatly appreciated regarding the Architecture.