> For the complete documentation index, see [llms.txt](https://doc.dastra.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.dastra.eu/de/features/settings/single-sign-on-sso/problemes-connus.md).

# Bekannte Probleme

## Der Nutzer wird vom SSO nicht erkannt

Mehrere Gründe können Fehler bei der SSO-Verbindung eines Nutzers verursachen.

Wenn ein Fehler anzeigt, dass der Nutzer nicht auf die Anwendung zugreifen kann, stellen Sie Folgendes sicher:

* Haben Sie überprüft, dass die SSO-Konfiguration keinen Fehler aufweist? Sie können sich vergewissern, indem Sie auf die Schaltfläche „Testen" bei der Verbindung klicken. Wenn es funktioniert, ist die Konfiguration korrekt. Andernfalls hat sich ein Fehler in die Konfiguration eingeschlichen.
* Ist der Nutzer der Organisation zugeordnet? Der Nutzer muss in der Nutzerliste der Organisation vorhanden sein. Das SSO ist nämlich mit der Organisation verknüpft.
* Wenn der Nutzer bereits ein Nutzerkonto erstellt hat (zum Beispiel in einer anderen Organisation oder im Rahmen eines Testkontos), stellen Sie sicher, dass die Organisation, in der Sie das SSO konfiguriert haben, seine Hauptorganisation ist (gehen Sie dazu zur [Nutzerliste der Organisation](https://app.dastra.eu/general-settings/users)). Der Nutzer muss als interner Nutzer aufgeführt sein. Wenn dies nicht der Fall ist, bedeutet es, dass eine andere Organisation seine Verbindung zu Dastra verwaltet (seine Hauptorganisation), er wird dann als externer Nutzer angezeigt.
* Wenn der Nutzer noch nie ein Konto erstellt hat

## Fehlermeldung

Sie erhalten eine Fehlermeldung dieser Art:

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

1. Stellen Sie sicher, dass Sie ein gültiges Zertifikat haben.
2. Überprüfen Sie, dass beim Kopieren/Einfügen des Zertifikats keine Zeilenumbrüche oder Leerzeichen eingefügt wurden


---

# 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://doc.dastra.eu/de/features/settings/single-sign-on-sso/problemes-connus.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.
