From 001452d249fde1c6729f2b080531033856ee4afc Mon Sep 17 00:00:00 2001 From: Marcus Da Coregio Date: Fri, 11 Nov 2022 13:29:43 -0300 Subject: [PATCH] Document CAS support removal Closes gh-12163 --- docs/modules/ROOT/pages/migration.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/modules/ROOT/pages/migration.adoc b/docs/modules/ROOT/pages/migration.adoc index 172e4b5dad..4ea602d868 100644 --- a/docs/modules/ROOT/pages/migration.adoc +++ b/docs/modules/ROOT/pages/migration.adoc @@ -327,6 +327,11 @@ There are no further migration steps for this feature. There are no further migration steps for this feature. +=== Remove CAS support + +In Spring Security 6.0, the CAS support https://github.com/spring-projects/spring-security/issues/10441[has been removed]. +There is no direct replacement for it, however, it is possible to https://apereo.github.io/cas/6.6.x/authentication/OAuth-Authentication.html[configure your CAS server to act as an OAuth 2.0 Authentication Provider] and use the xref::servlet/oauth2/index.adoc[OAuth 2.0 support in Spring Security]. + == Reactive === Use `AuthorizationManager` for Method Security