We have a requirement where after single sign-on from our Platform, user will be redirected to Discourse. What we want is, that after logging in user should be redirected to a specific category and other categories should not be visible to him, or if that’s not possible then the respective category which he is part of should be highlighted.
Example of expected flow,
Healthcare user on our platform → Single Sign on → Redirects to Healthcare category on discourse and highlight the same. User should be able to see only the category we want him to.
Is there a way we can do it programitcally?