Spring Security supports a lot of different authentication systems. One of that is the central authentication service (CAS) which allows the users to authenticate in a Web Application (or different Web Applications) using a unique central service. In this article, I’ll show the integration of the CAS with Spring security framework. As usual, by using […]
