> For the complete documentation index, see [llms.txt](https://docs.lowcoder.cloud/lowcoder-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lowcoder.cloud/lowcoder-documentation/workspaces-and-teamwork/oauth/google.md).

# Google

### Google as OAuth Identity Provider

To use Google as Auth Provider, you must setup a so-called "OAuth 2.0 Client ID". You can do so in the Google Cloud Console. <https://console.cloud.google.com/apis/credentials>

<figure><img src="/files/3mVx2d9nvH8I58Mn1oUq" alt=""><figcaption><p>You can create many OAuth 2.0 Client IDs</p></figcaption></figure>

Use the Form to create your Client ID (app registration)

<figure><img src="/files/ZlUJTuge3aT4f6vdDAYW" alt=""><figcaption><p>You can set multiple redirect URLs</p></figcaption></figure>

On the right side, you will find the Client-ID and Client Secret. Now you go back to Lowcoder Settings > Auth Providers and click "Add OAuth Provider" and select Google from the list of Auth Providers.

<figure><img src="/files/hMKfQ0sniCdRquHeqICC" alt=""><figcaption><p>select Google as Auth Provider from the List</p></figcaption></figure>

You can now copy and paste the Client ID and Client Secret from the Google Cloud Console.

<figure><img src="/files/1NzRyt4rH1a86zY9ENBY" alt=""><figcaption></figcaption></figure>

Thats it! Now you can invite new Users to Lowcoder. They can choose Google to Sign Up (register) or Sign in / log in.

<figure><img src="/files/rCkhfc39cBZcd7AYQFxo" alt=""><figcaption><p>Based on an invite Link, users can now login with the OAuth provider Google.</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.lowcoder.cloud/lowcoder-documentation/workspaces-and-teamwork/oauth/google.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
