Redirect users to different forums based on email domain

Avatar
  • updated
  • Answered

 HI,


We are using userecho as a Beta Forum for our software/cloud product.  We have used it internally for several months now and it's worked very well for us.  400 of our employees have direct SSO access to the portal from our application. (usernames @intermedia.net)


We now want to use it to run a customer beta.  Customers will all have different usernames (and email domains), but none will be *@intermedia.net.


We would like to avoid mixing feedback from Internal Users and Customers.  Is it possible to direct Intermedia users (@intermedia.net) to one forum, and our customers (@any.com - but still authenticated through SSO) to another forum.  Customers should not be able to see our internal posts.


Please advise.  This is a very important use case for userEcho for us.


Thanks,


Bojan

Pinned replies
Avatar
Sergey Stukov co-founder
  • Answer
  • Answered

It's possible.

1) You already have employees forum.

2) Create forum for customers.

3) On your side provide user with link to according forum with SSO packet.

4) Inside SSO packed add additional parameter


allowed_private_forums" : [YOUR_EMPLOYEES_FORUM_ID]	
For your employees

 
allowed_private_forums" : [YOUR_CUSTOMERS_FORUM_ID]	
For your customers
Avatar
Sergey Stukov co-founder
  • Answer
  • Answered

It's possible.

1) You already have employees forum.

2) Create forum for customers.

3) On your side provide user with link to according forum with SSO packet.

4) Inside SSO packed add additional parameter


allowed_private_forums" : [YOUR_EMPLOYEES_FORUM_ID]	
For your employees

 
allowed_private_forums" : [YOUR_CUSTOMERS_FORUM_ID]	
For your customers
Avatar
Sergey Stukov co-founder

Feel free to ask additional details.