Open jbouza opened 1 year ago
Hi @jbouza
Just some ideas:
/auth/oidc/classes/utils.php
, just after line 46, add the following lines, and try to provide admin consent again. This will print the response from IdP on the page, which may contain more details. Remember to revert the change afterwards.
echo '<pre>';
var_dump($response);
var_dump($result);
die;
By the way, both the version of Moodle (4.0.6) and the Microsoft plugins (4.0.5) are out of support. Please consider upgrading your environment.
Regards, Lai
Hi,
I using Moodle 4.0.6 and local_o365 4.0.5 (2022041925), with Identity Provider (IdP) Type: Azure AD (v1.0)
I checked configuration many times, but when I accept Provide admin consent, show this error
Debug info: Error code: erroroidccall Stack trace:
And error 404 in POST auth/oidc/
In Microsoft365 when accept security permissions and permissions of API, work perferctly
Regars, Jesus