
At the moment, I have a board which uses SSO to authenticate my users (setting their username, avatar, etc).
It would be nice if we could specify in the JWT if they should be made a moderator on the board, as doing this manually is messy and makes it so moderators can’t use their SSO accounts.

We are also interested in this feature. We tried using same email for adding the moderator as with SSO but they aren’t linked; which makes sense, but then user role should be an optional for SSO.

You can do this by passing along a noltUserRole parameter in your JWT - see https://nolt.io/help/single-sign-on
