Lede Docs

How to Enable Google SSO for Your Users

Following the transition of the Lede platform from a custom-built login system to AuthJS, Google SSO will be available to end-users. Google SSO is optional – users will be able to login with password or link sent to their email address. To enable Google SSO for your users, follow the instructions below:

  1. Login to Google as your preferred account owner (we recommend an account associated with your domain, rather than a personal email)

  2. Go to Google Cloud’s Create Client page

  3. If prompted to, create a new project named anything you like (such as the name of your website), then create to the Create Client page.

  4. Under “Application Type” select “Web application”

  5. Select any name for the credential you’d like (this won’t be displayed publicly)

  6. Under “Authorized JavaScript origins” add your site’s homepage address (e.g. “https://joinlede.com”)

  7. Under “Authorized redirect URIs” add your site’s homepage address plus /api/auth/callback/google at the end (e.g. https://joinlede.com/api/auth/callback/google)

  8. Click “Create”

  9. Copy the Client ID and Client Secret values

  10. In the Publisher App, go to Settings > Login & Profile Options
  11. Enter your credentials

  12. Click Save Settings

Example of Steps 3 and 4


Example of Steps 5 and 6

Was this article helpful?