# Kundenspezifische SSO-Methoden

Wenn Sie Chamilo für Single Sign On mit einer Drittanbieterlösung verbinden, die keine Kompatibilität mit einer der unterstützten Methoden bietet, sollten Sie main/auth/sso/ und "extend" (in PHP) die sso.class.php (wie das Beispiel für Drupal) überprüfen.

Diese Dateien enthalten Erklärungen, was Sie Ihrer Datenbank hinzufügen müssen, um die benutzerdefinierte Methode zu unterstützen, und wie Sie sie aufrufen müssen.

Wenn Sie die Inspiration für Ihre Seite des SSO verpassen (Drittanbieterlösung), können Sie den [Drupal-Chamilo project](https://www.drupal.org/project/chamilo) -Code hier überprüfen: <http://cgit.drupalcode.org/chamilo/tree/chamilo.module#n42>

Schließlich müssen Sie möglicherweise main/inc/local.inc.php für den "sso" Begriff einchecken, um herauszufinden, wo alles im Chamilo-Anmeldeprozess verwaltet wird.


---

# 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.chamilo.org/1.11.x-de/entwicklerhandbuch/system_administratorsauthentication_methods/custom_sso_methods.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.
