1

I have configured the authentication with OAuth 2 service and it does appear on the Moodle Login page, but now I would like to have only OAuth2 authentication and redirect back to Moodle site. May I know how should I proceed? I have tried to make changes to the login page and directly redirect to OAuth2 authentication page with redirect() function, but after I pressed on the Login button it kept redirecting me to OAuth issuer site and then Moodle oauth2callback.php as shown in the screenshot below. or is there any available plugin for the implementation? enter image description here

1 Answer 1

0

Try adding this line to your config.php

$CFG->alternateloginurl=<Your Custom Login URL>;

Not the answer you're looking for? Browse other questions tagged or ask your own question.