Google Login
Once you've enabled Google Login for your apps, you can further customize the Google Login screen with your own branding. For this, you'll need to create your own Google project. Below is a step-by-step guide to do so:
Create a Project (skip if already created)
Go to your Google Cloud Console - https://console.cloud.google.com/apis/credentials
Create a new project.

Enter basic information about your app.

Select Audience as "External".
Enter your contact information.

Click "Create" to finish creating your project.

Create OAuth Client
Click on the "OAuth consent" OR the "+ Create Credentials" button.

5. Select Application Type as "Web application" and select an appropriate name of your choice
6. Under "Authorised JavaScript origins", add your application URL like https://example.notionapps.com.
7. Under "Authorised redirect URIs", add your application URL with a postfix of "/auth/end-user/callback/google". For example, for client-portal.notionapps.com, add https://client-portal.notionapps.com/auth/end-user/callback/google.
8. Click "Create"

9. Copy the Client ID and Client Secret and add it to your Google Sign In Integration inside your application (you can create one in the new "Integrations" tab).


Now, you will see your own branding (company name) on the Google Login screen.
Last updated