spring-security icon indicating copy to clipboard operation
spring-security copied to clipboard

Re-add support for CAS

Open xhaggi opened this issue 2 years ago • 2 comments

The CAS client (4.0.0-SNAPSHOT) has just been updated to JDK 17 + Jakarta EE.

https://github.com/apereo/java-cas-client/commit/496adb1cf6bcc4ec55e7911c5eb5b75b5325bdf6

xhaggi avatar Aug 09 '22 14:08 xhaggi

Hi @xhaggi, thanks for the report.

In order to re-add the support, we need to ensure that there is a GA release before our scheduled GA release. I'll keep an eye on the repository and when there is a new milestone or GA release we can assign it accordingly to ours.

marcusdacoregio avatar Aug 10 '22 11:08 marcusdacoregio

If we re-add support, we should keep the following comment in mind about the Authentication token type.

jzheaux avatar Aug 30 '22 15:08 jzheaux

Apereo has just published cas-client-4.0.0-RC1

Maybe this helps

ghost avatar Oct 20 '22 10:10 ghost

I could not find the schedule for the GA, therefore we cannot add the support now since we are not sure that there is gonna be a GA release before ours. Anyway, the support can be re-added in a minor version.

marcusdacoregio avatar Oct 24 '22 14:10 marcusdacoregio

When the CAS support is re-added we should consider https://github.com/spring-projects/spring-security/pull/9881

marcusdacoregio avatar Nov 18 '22 12:11 marcusdacoregio

Java CAS Client v4 has been released https://github.com/apereo/java-cas-client/releases/tag/v4.0.0

marcusdacoregio avatar Nov 25 '22 10:11 marcusdacoregio

The issue https://github.com/spring-projects/spring-security/issues/12304 should be addressed while re-adding the support

marcusdacoregio avatar Nov 25 '22 16:11 marcusdacoregio

Closed via https://github.com/spring-projects/spring-security/commit/b4d3ac6665dfe291d64525c72f80c953293bbb2b, https://github.com/spring-projects/spring-security/commit/e0284a450307cd3b4be862ea0013e9a73053cc4b and https://github.com/spring-projects/spring-security/commit/04369cf2da962c662066dee7ee670641f500fdf9

marcusdacoregio avatar Mar 02 '23 15:03 marcusdacoregio

Hi folks, the support has been re-added. It would be great if folks tried the 6.1.0-SNAPSHOT and give some feedback about it before the GA. Thanks!

marcusdacoregio avatar Mar 03 '23 16:03 marcusdacoregio

Just tried the 6.1.0-SNAPSHOT, it works just fine in my project.

ek-ma avatar Mar 07 '23 09:03 ek-ma

Just tried the 6.1.0-SNAPSHOT, it works just fine in my project.

Hello @ElKhattoutiMohamed, I am developing some project using spring-security 6.2 and CAS 7, and have some problems validating the ticket in the spring app that cause an improperly redirection. Can you guide me in some way? due that you got fine with your project.

Regards a lot buddy.

chavocarlos avatar Jan 17 '24 03:01 chavocarlos