You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 5, 2019. It is now read-only.
Go to admin/config/services/openid-connect and enable the GitHub client. Add the client ID and secret obtained from GitHub.
Enable the OpenID Connect login block at admin/structure/block. This will provide a block containing a "Log in with GitHub" button. Set the Region to "Secondary" to make it appear with the normal login.
NOTES:
Make sure the "Authorization callback URL" when registering a new application on github is set correctly. That means: if you test locally on e.g. docker set it to "http://localhost[:port]/" and for implementing it in the web, set it to the respective website e.g. "https://mathhub.info/"