Php integrates cas single sign-on and is unable to perform single sign-out?

I have an interceptor in java that can intercept the exit request sent by the cas server, but cannot intercept the exit request from the cas server in php, which leads to the single point of exit failure of php.

phpCAS::client(CAS_VERSION_2_0, CAS_HOST, CAS_PORT, CAS_CONTEXT);
    phpCAS::setNoCasServerValidation();
    phpCAS::handleLogoutRequests();
Mar.07,2021

me, too. I have changed a variety of configurations, and I can't get the request with PHPCAS.

Menu