×
Joomdle 2.x Installation
Problem with SSO
5 months 1 week ago
Topic Author
Problem with SSO #1
Single Sign On is not working anymore.
-> You can see on the screenshot that user is connected correctly on Joomla (top rignt status) while he is not connected in Moodle (bootom right status).
-> I also included a screenshot of Joomdle system check.
-> Content of administrator/logs/joomdle_system_check.json is :
-> You can see on the screenshot that user is connected correctly on Joomla (top rignt status) while he is not connected in Moodle (bootom right status).
-> I also included a screenshot of Joomdle system check.
-> Content of administrator/logs/joomdle_system_check.json is :
{"joomdle_auth":1,"mnet_auth":1,"joomdle_configured":1,"test_data":"It works","release":"2.3.1"}
Please Log in or Create an account to join the conversation.
5 months 1 week ago
5 months 1 week ago by Pierrick Le Brun.
Topic Author
Problem with SSO #2
For the moment I deactivated the Moodle login redirection to Joomla login so that users can at least login from the regular Moodle login page.
Please Log in or Create an account to join the conversation.
5 months 1 week ago
Topic Author
Problem with SSO #3
In Moodle authentification plugins, I only have Joomdle and Manual Accounts activated... Should Web Services Authentication also be enabled ?
On the other hand, in "Administration/Advanced features/Enable web services" is enabled as it should.
On the other hand, in "Administration/Advanced features/Enable web services" is enabled as it should.
Please Log in or Create an account to join the conversation.
5 months 1 week ago
Problem with SSO #4
Hi.
SSO problems can be caused by different things, so it's hard to tell from here.
How is your SSO config in Joomdle in Joomla? Are you using redirect-less SSO?
Are Joomla and Moodle on the same domain? (same subdomain)
Something might be preventing the execution of the land.php script. Try opening in the browser: MOODLE_SITE_URL/auth/joomdle/land.php
SSO problems can be caused by different things, so it's hard to tell from here.
How is your SSO config in Joomdle in Joomla? Are you using redirect-less SSO?
Are Joomla and Moodle on the same domain? (same subdomain)
Something might be preventing the execution of the land.php script. Try opening in the browser: MOODLE_SITE_URL/auth/joomdle/land.php
Please Log in or Create an account to join the conversation.
5 months 1 week ago
Topic Author
Problem with SSO #5
Yes I'm using redirectless, and both Joomla and Moodle are on the same domain (moodle is in a Joomla directory)
MOODLE_SITE_URL/auth/joomdle/land.php gives me the following message:
MOODLE_SITE_URL/auth/joomdle/land.php gives me the following message:
Forbidden - You don't have permission to access this resource.
Please Log in or Create an account to join the conversation.
5 months 1 week ago
Problem with SSO #6
That's probably the problem then. You'll need to check why your host is forbidding access to this file.
To confirm this is really the problem (and not a false positive caused by a redirect), you can edit that file, adding at the start of the PHP code:
echo "X"; exit ();
Then open it again in the browser to see if you get the same issue.
To confirm this is really the problem (and not a false positive caused by a redirect), you can edit that file, adding at the start of the PHP code:
echo "X"; exit ();
Then open it again in the browser to see if you get the same issue.
Please Log in or Create an account to join the conversation.
5 months 1 week ago
Problem with SSO #8
Then it was a false positive, and the message is not related to the issue. You can remove the debug now.
Double check that the Moodle Cookie Path is set correctly in your Joomdle configuration in Joomla.
You can try disabling redirect-less to see if that works. Even if you want t o enable it, testing this can give some insight on the problem.
Double check that the Moodle Cookie Path is set correctly in your Joomdle configuration in Joomla.
You can try disabling redirect-less to see if that works. Even if you want t o enable it, testing this can give some insight on the problem.
Please Log in or Create an account to join the conversation.
5 months 1 week ago
Topic Author
Problem with SSO #9
Cookie path is set to the moodle directory
SSO is working correctly now once redirect-less has been disabled
SSO is working correctly now once redirect-less has been disabled
Please Log in or Create an account to join the conversation.
5 months 1 week ago
Topic Author
Problem with SSO #10
cURL is enabled on my server.
But when I reactivate redirect-less , same problem... SSO doesn't work anymore.
But when I reactivate redirect-less , same problem... SSO doesn't work anymore.
Please Log in or Create an account to join the conversation.