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… button and select GOOGLE.
  4. Give the credential a name.
    The name must be unique within the project.
  5. Enter the Client ID and Client Secret created above in the corresponding fields.
  6. Enter the email address of G-Suite administrator account you wish to use in the Username field.
  7. Review the permissions that will be requested.
    The default selection represents the permissions that are required for the G-Suite adapter to be fully functional, but if you don't need all the capabilities you may wish to adjust the requested permissions.
  8. Click the Request OAuth Credential button.
  9. Press OK to redirect to Google to authorize the credential.
  10. If necessary, log in to the G-Suite administrator account you entered above.
  11. Review the requested 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.
  12. Optional: Add additional desired scopes for use with callGoogleAPI() by pressing the Add Custom... button.
  13. Press the Accept button.
    You will be sent to a new browser window or tab that may ask you to log in and authorize the credential request.
  14. Select and copy the code from the resulting page.
  15. Complete the authorization:
    1. Switch back to the Connect tab or window.
    2. Paste the code.
    3. Press the OK button.