Zepl
Search
⌃K

Google

Enable your users to authenticate with their existing Google accounts. There are only two fields required for this configuration in Zepl: Client ID and Client Secret.

Google's Developer Portal

Setup OAuth Consent:
  1. 1.
    Select OAuth consent screen
  2. 2.
    Select Application Type
    • Internal: Only users with a Google Account in your organization can grant access to the scopes requested by this app
    • External: Your app will be available to any user with Google Account
  3. 3.
    Click "Create"
  4. 4.
    Application Name: Zepl
  5. 5.
    Application logo (right click image to save as):
  6. 6.
    Authorized domains: Your Company Domain
    • Example: zepl.com
  7. 7.
    Click "Save"
Setup OAuth 2.0 Client ID and Secret:
  1. 1.
    Select Credentials then click Create Project
  2. 2.
    Select "+ Create Credentials" then OAuth client ID
  3. 3.
    Application type: Web application
  4. 4.
    Name: Zepl
  5. 5.
    Authorized JavaScript origins: Nothing required
  6. 6.
    Authorized redirect URIs: https://app.zepl.com/api/v2/authenticator.identity.zepl/callback/googleprovider
  7. 7.
    Click "Create"
  8. 8.
    Copy the Client ID and Client Secret to use in the next section

In Zepl's Authentication Settings:

  1. 1.
    Navigate to Settings
  2. 2.
    Click Authentication
  3. 3.
    Select Google
  4. 4.
    Client ID: Paste the value copied from the previous section
    • Example: 1007962201111-p95t6jaaq720idooa8hq6dpm8qqgwe3s.apps.googleusercontent.com
  5. 5.
    Client Secret: Paste the value copied from the previous section
    • Example: GcP61ILeWLk6pveVh8ohQe3t
  6. 6.
    Select Save
  7. 7.
    In order to Activate this authentication method, navigate back to the Authentication Provider page > Mouse over the menu icon in the Google row
    > Select Activate
  8. 8.
    Logout then Log In to be redirected to Google Auth

Last modified 2yr ago