How to prevent viewers accessing the main RSConnect platform

Hey,

We have an instance of RSConnect that hosts a number of applications that are related and tied together via vanity URLs and a single landing page. Once the user logs in (we're using a third party authenticator), they can not only see the apps they have access to, but can also navigate to the RSConnect app management platform by going to the base URL - which is not ideal as it's meaningless to our external viewers.

Is there any way for us to redirect users away from the RSConnect platform if they are a Viewer? If nothing built in, are there any proven work-arounds?

Cheers

Check out the Server.RootRedirect setting. Here's a link to the custom branding guide, which discusses it in some more detail.

Thanks! We'll give this a go