Creating a GOOGLE OAuth2 Credential in Connect

RapidIdentity Platform Documentation

Solution
Application
Content Type
Technical Documentation
Utilities & Services
ft:locale
en-US
  1. Navigate to Connect > OAuth2 Credentials.
  2. Select the project you want the credential associated with or select * to create a credential that may be used by all projects.
  3. Click the Add OAuth2 Credential button.
  4. Give the OAuth2 Credential a NAME (must be unique), and select GOOGLE for the PROVIDER.
  5. Open the JSON file that was downloaded above.
  6. Copy and paste the client_id into the CLIENT ID field.
  7. Copy and paste the client_secret into the CLIENT SECRET.
  8. Enter in the email address of a Super Admin account in Google for the USERNAME.
  9. Review the permissions.
    All the permissions used by the G-Suite adapter are selected by default, but those used by other auxiliary adapters (such as Google Classroom) are not. If you would like to use the Google Classroom Adapter select the following permissions:
    1. CLASSROOM.COURSES
    2. CLASSROOM.PROFILE.EMAILS
    3. CLASSROOM.ROSTERS
  10. You may also add additional desired scopes for use with callGoogleAPI() by entering in a comma-separated list into the Scopes field.
  11. Click Request Credentials.
  12. Click OK on the Redirect to OAuth2 Provider screen.
  13. You will be sent to a new browser window or tab that will ask you to log in and authorize the credential request.
  14. Select and copy the code from the resulting page.
  15. Switch back to the Connect tab or window, paste the code in the newly visible CODE field (This field will be under the USERNAME Field).
  16. Click Save.