-
Notifications
You must be signed in to change notification settings - Fork 82
[Enhancement]: Add group syncing to Discourse SSO #345
Copy link
Copy link
Open
Labels
approvedThe topic is approved by a developerThe topic is approved by a developerenhancementAn update to an existing part of the codebaseAn update to an existing part of the codebase
Description
Checked Existing
- I have checked the repository for duplicate issues.
What enhancement would you like to see?
It would be convenient to have groups on the forum that are automatically synced based on account state.
This would include:
- Developer (access level 3)
- Juxtaposition moderator (access level 2)
- Tester/supporter (access level 1)
It may also be possible to check if the PNID's linked Discord account has a moderator role in the server, which could be used to create a Discord moderator group.
Any other details to share? (OPTIONAL)
DiscourseConnect has support for adding and removing groups with SSO. It would probably be best to use the add_groups and remove_groups attributes instead of the discourse connect overrides groups setting, as that would break forum-only groups like category moderators.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
approvedThe topic is approved by a developerThe topic is approved by a developerenhancementAn update to an existing part of the codebaseAn update to an existing part of the codebase
Type
Projects
Status
In Progress