What would you like to know more about?

Create and Configure the Google Identity

  1. Go to the Google Cloud Platform Console.
  2. Select a project or create a new one.
  3. If this is your first time creating a Client ID, you'll be prompted to configure your consent screen.
    Tip: Use an administrative email (for example, support@[yourchurch].com).
    1. Scopes: Adding scopes is not required. If you choose to add scopes, your app might require approval from Google.
    2. Test User: You'll start in testing mode and only test users are able to access the app. The allowed user cap prior to app verification is 100, and is counted over the entire lifetime of the app.
  4. Select Credentials.
  5. Click New Credentials, then select OAuth client ID.
  6. Select Web Application as your application type.
  7. Enter any additional required information required.
  8. Add your URI: Your website URL.
    https://[YOURDOMAIN]/ministryplatform
  9. Add your Authorized Redirect URIs.
    1. Add the Identity Provider Unique ID that was created when you set up the Google Identity Provider in the Platform.
      Remember: You'll need the Identity Provider Unique ID to contain all uppercase characters.
  10. Click Create ID.
    https://[YourDomain]/ministryplatformapi/oauth/callback/[IdentityProviderUniqueID]