~10 minutes
Sign in with Google accounts from your Workspace domain. Configure an OAuth 2.0 client in Google Cloud Console and Wando handles the rest via standard OIDC discovery.
Go to console.cloud.google.com, pick (or create) the project that represents your Workspace, then open "APIs & Services" → "Credentials" from the left menu.
If you have not done this yet, the Credentials page will prompt you to. Choose "Internal" as the user type (so only people in your Workspace see the consent screen). Fill in the app name "Wando", a support email, your homepage, and add your domain to "Authorized domains". Add the scopes "openid", "email" and "profile". Save and continue.
Back on the Credentials page, click "Create Credentials" → "OAuth client ID". Choose application type "Web application" and give it a name like "Wando".
Under "Authorized redirect URIs", click "+ Add URI" and paste the URL below. The value must match Wando's callback URL exactly (scheme, host, no trailing slash). Click "Create".
https://www.wando.tromb.com/api/auth/callback/<your-provider-id>Replace `<your-provider-id>` with the slug you will use in Wando (e.g. "google-acme").
The dialog after creation shows both — copy them somewhere safe. You can return to the same client later via "Credentials" → your client name.
Google's OIDC discovery endpoint is the same for every Workspace; Wando uses it to find the rest of the configuration:
https://accounts.google.comWando appends `/.well-known/openid-configuration` automatically when discovering endpoints.
Send your values to your Wando contact
Send the values below to your Wando contact. They will wire them into your organisation's SSO config and confirm when Google sign-in is live for your team.