> For the complete documentation index, see [llms.txt](https://docs.ngsurvey.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ngsurvey.com/de/installation-setup/system-settings/openid-connect-settings.md).

# OpenID-Connect-Einstellungen

Der OpenId Connect-Connector ermöglicht es Ihnen, ngSurvey mit jedem OpenId Connect-kompatiblen Identity Provider zu verbinden, der dem OId Connect-Protokoll entspricht, beispielsweise Identity Server, AWS Cognito oder Keycloak. Sobald Sie den Connector eingerichtet haben, können sich alle Ihre bestehenden Benutzer vom OId-Identity-Provider nahtlos mit ihren vorhandenen Anmeldeinformationen anmelden.

## 🔅 OpenId Connect-Eigenschaften

* **`Issuer`** URI Ihres Identity Providers. z. B.: <https://yourissueruri.com>
* **`Client ID`** Client-ID, die Ihre Identity Provider-Anwendung identifiziert.
* **`Text des Login-Buttons`** Textlabel des Login-Buttons, das verwendet wird, um die OpenId-Authentifizierung manuell auszulösen.    &#x20;
* **`Single Sign-On`** Versucht, sich automatisch mit vorhandenen OpenId-Anmeldeinformationen anzumelden.&#x20;
* **`Standard für Sicherheitsobjekte`** Ob Einstellungen standardmäßig für alle verwendet werden [Open Id-Sicherheitsobjekte](/de/form-management/security/security-items/openid-connect.md) wenn keine Einstellungen für das Sicherheitsobjekt festgelegt wurden.

{% hint style="danger" %}
Wenn Sie Single Sign-On aktivieren, stellen Sie zunächst sicher, dass Sie sich mit einem OpenId-Konto anmelden und diesem Konto Administratorrechte zuweisen oder [Rollen](/de/multi-user-management/roles.md) in ngSurvey von der [Benutzer](/de/multi-user-management/users.md) Zugriffskontrolle. &#x20;
{% endhint %}

{% hint style="info" %}
Mit der Auto-Link-Eigenschaft für [Rollen](/de/multi-user-management/roles.md) und [Gruppen](/de/multi-user-management/groups.md) können Sie automatisch eine Rolle oder Gruppe jedem neuen OpenId-Benutzer zuordnen, der sich mit ngSurvey verbindet.
{% endhint %}


---

# 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.ngsurvey.com/de/installation-setup/system-settings/openid-connect-settings.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.
