Configure CAS Single Sign One in JSF PrimeFaces
In this example we are goint to protect all the files that are in the folder protected in the site : http://sitioprueba.com/casexample For this porpouse we need a service of CAS, for this example we will use: https://servidorcas.sitio.com First of all you need to configurate the filter in web.xml file. <filter> <filter-name>CAS Single Sign Out Filter</filter-name> […]