apps/docs/content/guides/integrate/identity-providers/google.mdx
import GeneralConfigDescription from './_general_config_description.mdx'; import Intro from './_intro.mdx'; import CustomLoginPolicy from './_custom_login_policy.mdx'; import IDPsOverview from './_idps_overview.mdx'; import Activate from './_activate.mdx'; import TestSetup from './_test_setup.mdx'; import { ResponsivePlayer } from "@/components/player";
<Intro components={props.components} provider="Google"/> <ResponsivePlayer controls url='https://www.youtube.com/watch?v=wg-ee-EnHdE' />Click on the ZITADEL Callback URL to copy it to your clipboard. You will have to paste it in the Google Cloud Platform later.
You will need the Client ID and Client secret to configure the Google Identity Provider in ZITADEL.
Go back to the Google provider template you opened before in ZITADEL. Add the client ID and secret created before on your Google App.
You can optionally configure the following settings. A useful default will be filled if you don't change anything.
Scopes: The scopes define which scopes will be sent to the provider, openid, profile, and email are prefilled.
This information will be taken to create/update the user within ZITADEL.
ZITADEL ensures that at least the openid-scope is always sent.