Restrict Access to Innovation Studio Based on the StudioUser Role

(v21.2.2.4 and later)

Apart from the security roles that limit the access to specific features within Innovation Studio, an additional layer of security is provided by preventing users from logging in to Innovation Studio based on the StudioUser role.

For this, in the web.config file, go to the <appSettings> section and add the following key

Copy
<add key="feature-restrict-access-in-studio-to-studio-user-role" value="1" />
 
Setting Description
0 All users can log to Innovation Studio regardless of the assigned security roles. This is the default behavior.
1 Only users with the StudioUser role can log in to Innovation Studio
 

This key is optional and, if not added, the behavior is equivalent to it being set to 0.

Keep in mind that the StudioUser role must be created and assigned to users manually.