Skip to content

App Setup: Google Connection

Eldenroot edited this page Feb 28, 2021 · 1 revision

Site owners need to create a 'web application' at Google developer portal first:

https://console.developers.google.com/

From the project list, select a project or create a new one and continue to APIs & services. On the left site click "Credentials" -> click "Create Credentials" -> select "OAuth client ID". Then from the dropdown menu select Application type - "Web application" and fill the fields below:

  • Name: Add a name for your new app.
  • Authorized JavaScript origins: https://yoursite.com
  • Authorized redirect URIs: https://yoursite.com/member.php?action=login&gateway=google

Sample app screen should be like:

Google App Screen

Now grab the provided Client ID and Client Secret and add it to your MyBB Isango plugin settings, hit "Save" button and you are done!