Skip to content
This repository has been archived by the owner on Jul 18, 2018. It is now read-only.

logout from CAS server #12

Open
jgribonvald opened this issue Jul 7, 2015 · 2 comments
Open

logout from CAS server #12

jgribonvald opened this issue Jul 7, 2015 · 2 comments

Comments

@jgribonvald
Copy link

is it possible to manage CAS server logout request ?

you have to indicate this line phpCAS::handleLogoutRequests(true, array("server1.domain.edu", "server2.domain.edu"));

But it should be phpCAS that should initialize the session, else you will need to call phpCAS::setSingleSignoutCallback('_sso_logout');

@jgribonvald
Copy link
Author

I could contribute on that feature but i don't know how to call a class funtion to a php function call_user_func_array

@jgribonvald
Copy link
Author

finally we found a solution by implementing an other plugin in complement of any user_cas plugin

watch here : https://github.com/GIP-RECIA/server_session_manager

This plugin delegate the session management to phpCAS client. After the user_cas plugin do all configuration/connexion stuff

Just a warning you need to add a call on phpCAS::handleLogoutRequests(); in the user_cas plugin as this isn't already done.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant