Google

This page describes the setup procedure to setup an oAuth client on Google

  1. Go to APIs & Services

  2. Click on Credentials in the left menu

  3. Click on the +Create credentials button at the top of the screen

  4. Select oAuth Client ID

  5. Select Web Application as the Application type.

  6. Enter a name (For example WriteBackExtreme).

  7. Do not add redirect URIs yet, this will come in a later stage

  8. Push the blue Create button at the bottom. A popup will show that contains the Client ID and secret.

  9. Go to the WriteBackExtreme Management console. Select security in the left menu, click oauth and hit the red +Auth configuration button.

  10. Set a button label.

  11. Select Google as provider

  12. Insert the Client ID and secret you got from Google

  13. When you entered the clientID and secret, you will see the Return URL's underneath the form. Copy both URLs. you need to add these to the your Aouth app in Google.

  14. Go back to the Google console and click the oAuth app you created. Hit The +ADD URI button in the Authorized redirect URIs section. Insert the first URL.

  15. Do the same for the second URL.

  16. Hit the blue save button at the bottom.

  17. Go back to the management console and hit the `Test OAuth` button. A popup will open to simulate a login.

  18. After the test is complete you can hit the Apply config button to save your configuration

  19. Done!

Last updated