Moodle and SAML2 SSO Auth plugin loops
Clash Royale CLAN TAG #URR8PPP Moodle and SAML2 SSO Auth plugin loops Moodle 3.5.1 plugin auth_saml2sso_moodle35_2018051500.zip question: i guess i have the same error as Naaman Fallouh at https://moodle.org/plugins/auth_saml2sso (comments page 2) i am able to login with phpBB/SAML and have http://moodle.localhost/ and http://moodle.localhost/simplesaml I am able to login using http://moodle.localhost/simplesaml I am able to login using http://moodle.localhost/ but after the login i get stuck in a loop: http://saml_idp.localhost/simplesaml/saml2/idp/SSOService.php?SAMLRequest=chars&RelayState=http%3A%2F%2Fmoodle.localhost%2Flogin%2Findex.php (saml_idp.localhost is indeed my idp) over and over again, with every time other value for chars. I did set in http://moodle.localhost/simplesaml/config/config.php 'session.phpsession.cookiename' => 'MoodleSession', That is the only difference from the phpbb3.localhost/simplesaml/config/config.php. What else could be wrong? W...