Moodle as IDP with SimpleSamlPHP

Moodle as IDP with SimpleSamlPHP

by EDISSON FERNANDO SIGUA LOJA -
Number of replies: 0

Hi community!

I need help with a question about Moodle as IDP. 

I had successfully configured Moodle as Identity Provider with SimpleSamlPHP following all steps described in SimpleSamlPHP documentation. I had installed samlidp plugin successfully too. I am dogin some tests. When I log in to Moodle, the url (https://moodlesite/simplesaml/module.php/core/authenticate.php?as=moodle-userpass) give the data about the logged user, for example user1. Then, I log out of Moodle and log in again with other user, for example user2. Logged as user2 I visit the same url (https://moodlesite/simplesaml/module.php/core/authenticate.php?as=moodle-userpass), but I still see the session data of user1. How can I do that when I logging into Moodle with the second user, simplesamlphp gives me the data of the second user's session. 

Average of ratings: -