# Users are not added to the moderators groups when registering with SSO

**URL:** <https://meta.discourse.org/t/users-are-not-added-to-the-moderators-groups-when-registering-with-sso/40165>\
**Category:** Bug\
**Tags:** sso, discourseconnect\
**Created:** [2016年二月25日 15:30 UTC](https://meta.discourse.org/t/users-are-not-added-to-the-moderators-groups-when-registering-with-sso/40165 "2016-02-25T15:30:07Z")\
**Posts on this page:** 1\
**Showing post:** 2

<div class="post-metadata">

**Author:** ![fefrei](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/fefrei/32/119538_2.png) [@fefrei](https://meta.discourse.org/u/fefrei)\
**Post date:** [2016年五月12日 16:55 UTC](https://meta.discourse.org/t/users-are-not-added-to-the-moderators-groups-when-registering-with-sso/40165/2 "2016-05-12T16:55:39Z")

</div>

The issue is still there in version `v1.6.0.beta4 +161` :sadpanda:

The same effect occurs if an existing user is given moderator privileges by another SSO sign-in.

After snooping around in the code, could this be because SSO simply sets the flag and saves the user…

> <https://github.com/discourse/discourse/blob/19ca08857fba1b74669af0568e1abe9932b84866/app/models/discourse_single_sign_on.rb#L76>

…while the proper “grant moderation” action…

> <https://github.com/discourse/discourse/blob/be3a5a56ccc284b352aa65080fc6b955f73cc72a/app/models/concerns/roleable.rb#L20>

…runs this refresh?

> <https://github.com/discourse/discourse/blob/be3a5a56ccc284b352aa65080fc6b955f73cc72a/app/models/concerns/roleable.rb#L38>

---

_[View the full topic](https://meta.discourse.org/t/users-are-not-added-to-the-moderators-groups-when-registering-with-sso/40165)._
