Can we secure individual forums when using single signon?

Avatar
  • updated
  • Completed
Right now I have an account where all the forums are private.  The only way in is via single sign on.  Is there a way to secure individual forums to specific users?

Ideally, in the single signon data I'd like to define what forums the user has access to.  I think UserVoice or GetSatisfaction's API does something similar.


MVR
Pinned replies
Avatar
Sergey Stukov co-founder
  • Answer
  • Completed
We consider how to extend sso packet and implement this feature soon.
Avatar
Sergey Stukov co-founder
  • Planned
We consider how to extend sso packet and implement this feature soon.
Avatar
Andrea Emmons (NCSA)

This would be helpful for a staging environment, where I point to the private forum for that environment.  I would expect the restrict by email address to be applied to the allowed SSO security option.

Avatar
Sergey Stukov co-founder
Quote from Andrea Emmons (NCSA)

This would be helpful for a staging environment, where I point to the private forum for that environment.  I would expect the restrict by email address to be applied to the allowed SSO security option.

At this moment we support following features, you can add additional parameter at the SSO packet

"allowed_private_forums":[forum_id]

or 

"allowed_private_forums":[forum_id1, forum_id2, ...]

user with following packet will have access only for forums with provided IDs.

Avatar
Sergey Stukov co-founder
  • Answer
  • Completed
We consider how to extend sso packet and implement this feature soon.