# Google-SSO

## Google als Identitätsanbieter integrieren

#### Voraussetzungen

Bevor Sie beginnen:

* Sie haben Zugriff auf die **Google Cloud Console** mit Berechtigung zum Erstellen von OAuth-Anmeldedaten.
* Fordern Sie die **ZITADEL-Callback-URL** für Ihre Instanz von Blockbrain an

#### 1. Google-Konfiguration[​](https://zitadel.com/docs/guides/integrate/identity-providers/google#google-configuration) <a href="#google-configuration" id="google-configuration"></a>

**Neuen Client registrieren**[**​**](https://zitadel.com/docs/guides/integrate/identity-providers/google#register-a-new-client)

1. Gehen Sie zur Google Cloud Platform und wählen Sie Ihr Projekt aus: <https://console.cloud.google.com/apis/credentials>
2. Wählen Sie ein Projekt aus oder erstellen Sie ein neues.
3. Klicken Sie auf "+ ANMELDEDATEN ERSTELLEN" und wählen Sie "OAuth-Client-ID".
4. Wählen Sie "Webanwendung" als Anwendungstyp und vergeben Sie einen Namen.
5. Geben Sie einen Namen ein (z. B., `Blockbrain SSO-Client`).
6. Fügen Sie die **ZITADEL-Callback-URL** die Sie zuvor kopiert haben, zu den autorisierten Redirect-URIs hinzu.

<figure><img src="/files/4b9e93e2b911f2941af4b63303c5c14a5b9996d0" alt=""><figcaption></figcaption></figure>

#### 2. Konfiguration in ZITADEL abschließen <a href="#client-id-and-secret" id="client-id-and-secret"></a>

**Client-ID und Schlüssel (Secret)**[**​**](https://zitadel.com/docs/guides/integrate/identity-providers/google#client-id-and-secret)

Nachdem Sie das Projekt erstellt haben, erhalten Sie **Client-ID** und **Client-Schlüssel (Secret)**.&#x20;

> **Wichtig**: Aus Sicherheitsgründen senden Sie Ihr Client Secret oder Ihre Client ID nicht per E-Mail oder Chat an Blockbrain.
>
> Sie können Google direkt in der Admin-Oberfläche Ihres Blockbrain-Kontos als Ihren Identitätsanbieter konfigurieren.

**Um die Einrichtung abzuschließen**:

1. Melden Sie sich mit Ihrem Admin-Konto in Ihrer Blockbrain-Admin-Oberfläche an
2. Navigieren Sie zu **Admin** > **Integrationen** > **Google-Identitätsanbieter**
3. Klicken Sie auf **Verbindung hinzufügen**
4. Geben Sie Ihre **Client-ID** und **Client-Secret** aus Ihrem Google Cloud-Projekt ein
5. Speichern Sie Ihre Änderungen, indem Sie auf **Verbinden**

Wenn Sie auf Probleme stoßen, wenden Sie sich bitte an den Blockbrain-Support.

<figure><img src="/files/218604b80ec1a2c3c5225236343fb21f59c42d7e" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/ac107de01ffbe3697f35b1b4bd524ac996a7d934" alt=""><figcaption></figcaption></figure>

#### 3. Anmeldung <a href="#zitadel-configuration" id="zitadel-configuration"></a>

Nach erfolgreichem Abschluss der Einrichtung wird Ihnen Ihr Ansprechpartner bei Blockbrain mitteilen, dass Google SSO jetzt für die Benutzer Ihrer Instanz verfügbar ist. \
Klicken Sie einfach auf die "Google"-Schaltfläche und geben Sie Ihre Anmeldedaten ein, um sich anzumelden.<br>

<figure><img src="/files/fc510caf461aafa22b0608c057031f516e1a791d" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/145a267a990a06b3ab2341f572d5c09bb3efac58" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.en.theblockbrain.ai/de/fur-administratoren/google-sso.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
