by John Ramirez.
I am currently attempting to setup an older Moodle 1.9.19 on IIS7 with a MSSQL db and Shibboleth authentication. I have everything working, but the Shibboleth authentication.
The test login https://localhost/secure/server-vars.aspx works just fine with the auth server and returns the correct vars and a Shibb session.
But when I try to set
/auth/shibboleth/index.php
I get the following error from Moodle after logging in:
More information about this error
==========================
I've done what I can reread and redone everything in the readme and I am at a loss as to why moodle cannot see the Shibboleth session. Could someone please point me in the right direction?
~John