0

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.

jruizaranguren
  • 12,679
  • 7
  • 55
  • 73
Arka Mallick
  • 1,206
  • 3
  • 15
  • 28
  • 1
    Why do you (think you) need tags. The rendered attribute of components works great for most cases. I never missed specific tags. – Kukeltje Aug 27 '19 at 17:08
  • Do you mean conditional "render" tag usage? Could you please give an example if I did not understand correctly. Thanks :) You can directly post as an answer too, I think what you are saying mightbe sufficient :) – Arka Mallick Aug 27 '19 at 22:47
  • 1
    I am from Casbin team. Please send an issue here: https://github.com/casbin/jcasbin/issues and we will have staff answering your question. – hsluoyz Aug 28 '19 at 05:17
  • 1
    https://stackoverflow.com/questions/4870462 (posting the first sentence of your comment in google would have given you the link above... ;-) – Kukeltje Aug 28 '19 at 06:30
  • Ok thank you :) Now I know what u meant. – Arka Mallick Aug 28 '19 at 21:13

0 Answers0