# Schwierigkeitsgrad des Tiered-access-Forums

**URL:** https://meta.discourse.org/t/difficulty-of-tiered-access-forum/132051
**Category:** Development
**Created:** [28. Oktober 2019 um 11:39 UTC](https://meta.discourse.org/t/difficulty-of-tiered-access-forum/132051 "2019-10-28T11:39:32Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Derp](https://avatars.discourse-cdn.com/v4/letter/d/45deac/32.png) [@Derp](https://meta.discourse.org/u/Derp)
#### Post date: [28. Oktober 2019 um 11:39 UTC](https://meta.discourse.org/t/difficulty-of-tiered-access-forum/132051/1 "2019-10-28T11:39:32Z")

</div>

Ich möchte ein Discourse-Forum erstellen, bei dem verschiedene Benutzer unterschiedlichen Zugriff auf das Forum haben (basierend auf einem Wert in einer Datenbank). Kennst du Implementierungen dafür? Falls nicht, wie schwierig schätzt du es ein, dies anzupassen?  
Danke!

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [28. Oktober 2019 um 22:04 UTC](https://meta.discourse.org/t/difficulty-of-tiered-access-forum/132051/2 "2019-10-28T22:04:55Z")

</div>

Hast du schon überlegt, Gruppen (Sammlungen von Benutzern) und Kategorien (Sammlungen von Themen) zu nutzen?

---

<div class="post-metadata">

### Author: ![simon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon/32/339122_2.png) [@simon](https://meta.discourse.org/u/simon)
#### Post date: [28. Oktober 2019 um 22:09 UTC](https://meta.discourse.org/t/difficulty-of-tiered-access-forum/132051/3 "2019-10-28T22:09:19Z")

</div>

> [@Derp](#):
>
> Ich möchte ein Discourse-Forum erstellen, in dem verschiedene Benutzer unterschiedlichen Zugriff auf das Forum haben.

Schauen Sie sich [So verwenden Sie Sicherheitseinstellungen für Kategorien, um den Zugriff auf Inhalte zu steuern](https://meta.discourse.org/t/how-to-use-category-security-settings-to-control-access-to-content/87678) an, um Details zur Einrichtung mit Gruppen und Kategorien zu erhalten.

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [28. Oktober 2019 um 22:10 UTC](https://meta.discourse.org/t/difficulty-of-tiered-access-forum/132051/4 "2019-10-28T22:10:36Z")

</div>

> [@Derp](#):
>
> database somewhere

Um die Werte zwischen der “database somewhere” und Discourse zu synchronisieren, können Sie einen einfachen Webdienst erstellen, der unsere SSO-API implementiert.

> [@Setup DiscourseConnect - Official Single-Sign-On for Discourse (sso)](https://meta.discourse.org/t/official-single-sign-on-for-discourse-sso/13045?u=falco):
>
> [DiscourseConnect](https://meta.discourse.org/t/13045?silent=true) is a core Discourse feature that allows you to configure “Single Sign-On (SSO)” to completely outsource all user registration and login from Discourse to another site. Offered to our [pro, business and enterprise hosting customers](https://discourse.org/pricing). information_source (Feb 2021) ‘[Discourse SSO](https://meta.discourse.org/t/13045?silent=true)’ is now ‘[DiscourseConnect](https://meta.discourse.org/t/13045?silent=true)’. If you are running an old version of Discourse, the settings below will be named sso\_... rather than discourse\_connect\_... The Problem Many sites wishing to integrate wit…
