JHipster - would it be risky?

We would like to secure our JHipster apps with AuthO.
There is a nice blog about doing this here: Easily Generate a Full-Stack Java + JavaScript App with JHipster
However, we are using a different architecture - microservices with OAuth and JWT tokens. Using JHipster UAA for Microservice Security | JHipster
As well as the application front end we need to secure the restful api endpoints, for access by user clients unknown.
Does this seem a high risk option? Has this been done successfully before? Cant find examples on the web of this combination. What are the options for support?