Logout of MOODLE when logging out from elsewhere

Logout of MOODLE when logging out from elsewhere

by Ashef Shahrior -
Number of replies: 1

There's this one spring boot system which is my main site, eg- xyz.com . I have integrated moodle with it as a different independent service and using the user-auth key plugin the logged in user xyz.com is redirected and logged in inside moodle. There is '/login/logout.php' file for logging out that takes the sesskey of the user as a query param. I haven't been able to find any external services API to expose this sesskey to the external world. What I wanna achieve here is that when the user logs out from the xyz.com , s/he is also logged out from moodle. How can I make this logout reflection possible? 

Average of ratings: -
In reply to Ashef Shahrior

Re: Logout of MOODLE when logging out from elsewhere

by Mobina Haris -
Hey, are you successful in implementing this? If yes, can you share the steps to do so?