Before you start
Things you need to know:
This article is part of a process. Start with the article Set up Single Sign-On (SSO) for your account, and we will direct you to this article at the correct point in the process.
1. Create a new Google Cloud Project
In Google Workspace, go to your Google Cloud Platform projects list.
Select +CREATE PROJECT.
For Project name, enter a name for your project.Use a name that's easy to identify, such as Dotdigital.If you want to publish an app listing privately to a domain, under Organization, choose the organization that needs access to the app.
Select Create.
2. Create a client ID and client secret
Select +CREATE CREDENTIALS, then OAuth client ID.
Google might ask you to create a product name. If so, select Configure consent screen, and enter any requested information.
For the product name, use a name that's easy to identify, such as Dotdigital.
For Application type, select Web application.
For Authorised JavaScript origins, enter the URI
https://login.dotdigital.com
.For Authorised redirect URIs, enter the URI
https://login.dotdigital.com/Sso/Authenticate
.Select Create. You now see your new credentials.
Copy the client ID and client secret, and save them for later.
3. Authorise your domain
1. Using the side-menu, go to OAuth consent screen.
2. For User type, select Internal.
3. For Authorized domains, enter dotdigital.com.
4. Select SAVE AND CONTINUE.
4. Copy the Well-known endpoint
The Well-known endpoint for Google Workspace is https://accounts.google.com/.well-known/openid-configuration
. Copy this endpoint and save it for later.
Next steps
You now have all the information you need to set SSO up on your account.