Google Login
Last updated
Last updated
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:
Go to your Google Cloud Console -
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.
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.
If your NotionApps' app is on a notionapps subdomain (e.g. example.notionapps.com), then you need to add "example.notionapps.com" as the authorized domain. If you've connected a custom domain (e.g. ), just add your domain as it is.