Skip to content

Commit 1919b4e

Browse files
Migration guide for CAS support removal
Issue gh-12163
1 parent f6fb138 commit 1919b4e

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

docs/modules/ROOT/nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
*** xref:migration/servlet/authorization.adoc[Authorization]
1212
*** xref:migration/servlet/oauth2.adoc[OAuth]
1313
*** xref:migration/servlet/saml2.adoc[SAML]
14+
*** xref:migration/servlet/cas.adoc[CAS]
1415
** xref:migration/reactive.adoc[Reactive Migrations]
1516
* xref:getting-spring-security.adoc[Getting Spring Security]
1617
* xref:features/index.adoc[Features]
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
= CAS Migrations
2+
3+
The following steps relate to changes around CAS support.
4+
5+
== Remove CAS support
6+
7+
In Spring Security 6.0, the CAS support https://github.com/spring-projects/spring-security/issues/10441[has been removed], see the linked issue for more information.
8+
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].
9+
10+
The support might be re-added in future versions of Spring Security, subscribe to https://github.com/spring-projects/spring-security/issues/11674[this issue] to receive updates.

0 commit comments

Comments
 (0)