Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 2.76 KB

googleAppConfig.md

File metadata and controls

47 lines (36 loc) · 2.76 KB

Register and Configure a Google App

  1. Login into your Google account and go to the Developpers Console

  2. Click the Select a project dropdown button and choose Create a new project Create App using dropdown menu

  3. Provide a Project name and edit your project ID to something related to your project. Click on Show advanced options... and choose your App location e.g. europe_west (if your App will be mostly used by users in Europe). Click Create to register your App. Choose basic setup

  4. Once your Project is created you are redirected to the Project Dashboard. Click on Enable and manage APIs. Go to API manager You can alse access the API manager through the sidemenu bar Sidebar API manager

  5. In the API Manager window click on Credentials tab on the right and then on OAuth consent screen tab on the top (see pic below). Provide a Product name that will be shown to users and any other information you wand to display (homepage URL, logo etc.). Save your options. OAuth consent screen

  6. Now head over to the Credentials tab on the top and generate New credentials for OAuth client ID (As shown in pic below) OAuth client ID credentials

  7. Choose Web application and provide a Name and an Authorized redirect URI. Your URI should be in the form:

    http://YOUR_DOMAIN_NAME/login/check-google

    e.g. http://myclaroline.univ-lyon.fr/login/check-google

Create client ID form

  1. Your App is now created! Copy the Client ID and Client Secret. You can paste them to Claroline: Administration -> Platform Settings -> Oauth -> Google App ID and Secret Note that you can find your credentials any time by clicking on your client name in the Credentials tab.
Congratulations you have now registered and configured your Google App!