I have a web application with JSF. For authentication we are switching to OAuth and for authorization we are switching to CASBIN. Having said that I did not see any TAGLIBS from CASBIN which can be used in the JSF pages directly. Any idea how to tackle this problem? I have no experience with Spring security either, would that be a better option to go with JSF?
Thank you for your time.