miniOrangeDev / moodle-local_mo_api

Moodle SSO solution by miniOrange allows your users to login to multiple applications via their Moodle credentials.
GNU General Public License v2.0
0 stars 1 forks source link

plugin does not detect changes to the SSO logged in user #3

Open a-schild opened 2 years ago

a-schild commented 2 years ago

We use moodle 3.11.3+ Authentication is done via a keycloak server and miniorange plugin We have a portal, which handles user login/dashboard and also redirects the users to Moodle

This flow works correctly:

What is not working as expected:

Is there a way to validate if the moodle-logged in user is still the same as the user logged in the sso provider?

a-schild commented 2 years ago

Seems this would require some sort of backchannel logout...