Open leostereo opened 2 years ago
A quick glance: http://172.30.6.106:89/ is not the same as https://172.30.6.106 it has a weird port which is presumably internal and it isn't https. It's also a raw ip which makes lots of other things harder. I don't think you have a saml issue, I think you have an issue with your moodle not being setup correctly to work behind a reverse proxy. Some config is missing, likely some combination of $CFG->wwwroot $CFG->sslproxy $CFG->reverseproxy
It also sounds like similar issues to this:
https://github.com/catalyst/moodle-auth_saml2#bitnami-moodle
Hi guys , I have been reading both auth0 and plugin documentation but can not succed on getting it working.
This is what I did (on moodle admin plugin settings): 1 I fill the IdP metadata xml OR public xml URL field Taken this url from from Auth0 app ->setting->advanced settings. ->SAML Metadata URL 2 Set the auto create user to yes. 3 set dual login to yes.
Then , on auth 0 settings , I had to set the Allowed Callback URLs" So I clicked on "View Service Provider Metadata" (from plugin settings view at moodle admin panel) and tryed with following urls:
Then , When trying to login , I got:
And , looking at auth0 logs , I can see:
Can you point what is the callback url I need to set on auth0? Is there another thing im forgetting to set? Can you point some working flow example for integrating with auth0 ? Thanks!!