Hi,
I’m trying to configure CAS Server (5.0.0) for SAML2 client Service Provider and CAS client (3.0.2).
SSO looks working fine but I’ve difficulties to configure SLO ( no LogoutRequest send from CAS Server to SP despite cas.slo.disabled=false). What configuration is managed in CAS 5.0.0 for SAML2 services: FRONT_CHANNEL and BACK_CHANNEL logout? Slo can be configured synchronous or asynchronous (cas.slo.asynchronous ) ?
If someone have a working configuration for SAML2 SLO, it will be great!
Thanks
SSO looks working fine but I’ve difficulties to configure SLO ( no LogoutRequest send from CAS Server to SP despite cas.slo.disabled=false). What configuration is managed in CAS 5.0.0 for SAML2 services:
Nothing specific is required on your part other than enabling SLO for CAS, and possibly also enabling SLO for SAML via properties. That should be all.
FRONT_CHANNEL and BACK_CHANNEL logout?
Both.
Slo can be configured synchronous or asynchronous (cas.slo.asynchronous ) ?
Yes.
If someone have a working configuration for SAML2 SLO, it will be great!
Post an overlay and open up an issue based on the template provided. We can review.