For the latest stable version, please use Spring Security 6.2.4!

CAS Migrations

The following steps relate to changes around CAS support.

Remove CAS support

In Spring Security 6.0, the CAS support has been removed, see the linked issue for more information. There is no direct replacement for it, however, it is possible to configure your CAS server to act as an OAuth 2.0 Authentication Provider and use the OAuth 2.0 support in Spring Security.

The support might be re-added in future versions of Spring Security, subscribe to this issue to receive updates.