Oauth2 buttons not appearing on login

Oauth2 buttons not appearing on login

by Igor Neumann -
Number of replies: 1

Hello all, our oauth2 services arent appearing on our login page...

Similar to this (closed) issue but no https/http changes were made here: https://moodle.org/mod/forum/discuss.php?d=330111

These services dont appear:


Cache was cleaned, these authentication services are enabled:





We use the Moove theme, clients added on /admin/auth_config.php?auth=googleoauth2 work fine

While clients added at /admin/tool/oauth2/issuers.php dont.

Am I doing anything wrong?

Best Reagdrs,

Igor

Average of ratings: -
In reply to Igor Neumann

Re: Oauth2 buttons not appearing on login

by Igor Neumann -
ROOT CAUSE: We basically had installed a legacy OAUTH plugin and uninstalled the core one.
SOLUTION: We uninstalled the google oauth plugin, downloaded Moodle installation and copied again overwriting what we had to get the core plugin back.

PS.: Probably there is a smarter solution to restore the core plugins.