What would you like to know more about?

Create & 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, configure your consent screen.
    Tip: Use an administrative email. For example, support@[yourchurch].com.
    • Scopes: You are not required to add scopes. If you add scopes, Google may need to approve your app.
    • Test User: Start in testing mode and only test people who can access the app. Before you verify the app, you can only have 100 users. This number 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]