# Advice needed for tailoring Discourse to my organisation

**URL:** https://meta.discourse.org/t/advice-needed-for-tailoring-discourse-to-my-organisation/72571
**Category:** Support
**Created:** [22 oktober 2017 om 17:04 UTC](https://meta.discourse.org/t/advice-needed-for-tailoring-discourse-to-my-organisation/72571 "2017-10-22T17:04:59Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![jomaxro](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jomaxro/32/126216_2.png) [@jomaxro](https://meta.discourse.org/u/jomaxro)
#### Post date: [22 oktober 2017 om 22:56 UTC](https://meta.discourse.org/t/advice-needed-for-tailoring-discourse-to-my-organisation/72571/3 "2017-10-22T22:56:34Z")

</div>

> [@Alexander\_Wright](#):
>
> We’re implementing oauth to authenticate users, and thus can add their branch and region to their user details.

> [@Alexander\_Wright](#):
>
> Ideally I’d have a My Region category that automatically mapped to that member’s region. Is this possible with plugins, or would it require major modifications?

One possibility would be to implement [Setup DiscourseConnect - Official Single-Sign-On for Discourse (sso)](https://meta.discourse.org/t/official-single-sign-on-for-discourse-sso/13045) instead of OAuth. If you track the user’s region in your system, then when they sign in via SSO you can use the `add_group` payload to add them to a group for this region. You could them make a category per region, with security settings so they need to be in the group for that region to see it. While you’d still end up with tons of categories (and I agree a rethink of this wouldn’t be a bad idea), normal users would only see public categories and the category for their region, not all 250 categories.

One possible way to organize this would be to use tags instead of categories. You could have 1 category for regional discussions, and they users could add tags for their region. While users would see everything, they could update their notification settings to track or watch their region tags. For more details on tags, see our recent [blog post](https://blog.discourse.org/2017/10/its-time-we-talked-about-tags/).

---

_[View the full topic](https://meta.discourse.org/t/advice-needed-for-tailoring-discourse-to-my-organisation/72571)._
