<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>User roles on Documentation - V2</title><link>https://doc.castsoftware.com/export-v2/dashboards/installation-and-deployment-process/installation-process/new-customer-installation/install-cast-dashboards-new-customers/standalone-cast-dashboard-deployment-process/standalone-dashboard-post-install-configuration-steps/user-roles/</link><description>Recent content in User roles on Documentation - V2</description><generator>Hugo</generator><language>en</language><atom:link href="https://doc.castsoftware.com/export-v2/dashboards/installation-and-deployment-process/installation-process/new-customer-installation/install-cast-dashboards-new-customers/standalone-cast-dashboard-deployment-process/standalone-dashboard-post-install-configuration-steps/user-roles/index.xml" rel="self" type="application/rss+xml"/><item><title>User roles - 2.x and above</title><link>https://doc.castsoftware.com/export-v2/dashboards/installation-and-deployment-process/installation-process/new-customer-installation/install-cast-dashboards-new-customers/standalone-cast-dashboard-deployment-process/standalone-dashboard-post-install-configuration-steps/user-roles/user-roles-2-x-and-above/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://doc.castsoftware.com/export-v2/dashboards/installation-and-deployment-process/installation-process/new-customer-installation/install-cast-dashboards-new-customers/standalone-cast-dashboard-deployment-process/standalone-dashboard-post-install-configuration-steps/user-roles/user-roles-2-x-and-above/</guid><description>&lt;div class="alert alert-info" role="alert"&gt;&lt;div class="h4 alert-heading" role="heading"&gt;Info&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Summary:&lt;/strong&gt; This section describes how to configure&lt;strong&gt;roles&lt;/strong&gt; for users/groups in **≥**&lt;strong&gt;2.x&lt;/strong&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;h2 id="how-are-roles-managed-in-2x"&gt;How are roles managed in ≥ 2.x?&lt;/h2&gt;
&lt;p&gt;Roles are managed in a graphical user interface. This interface is available to users that have been assigned the **&lt;a href="https://doc.castsoftware.com/export-v2/dashboards/installation-and-deployment-process/installation-process/new-customer-installation/install-cast-dashboards-new-customers/standalone-cast-dashboard-deployment-process/standalone-dashboard-post-install-configuration-steps/user-roles/"&gt;ADMIN role&lt;/a&gt;**and can be accessed by clicking the &lt;strong&gt;User Configuration option&lt;/strong&gt; in the user menu:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://doc-data.castsoftware.com/DASHBOARDS/attachments/518750355/518750370.jpg" alt=""&gt;&lt;/p&gt;
&lt;p&gt;The interface is then displayed. There are two panels that are relevant for roles: &lt;strong&gt;Profiles&lt;/strong&gt; and &lt;strong&gt;Users&lt;/strong&gt;. By default the &lt;strong&gt;Profiles&lt;/strong&gt; tab is displayed.&lt;/p&gt;</description></item><item><title>User roles - 1.x</title><link>https://doc.castsoftware.com/export-v2/dashboards/installation-and-deployment-process/installation-process/new-customer-installation/install-cast-dashboards-new-customers/standalone-cast-dashboard-deployment-process/standalone-dashboard-post-install-configuration-steps/user-roles/user-roles-1-x/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://doc.castsoftware.com/export-v2/dashboards/installation-and-deployment-process/installation-process/new-customer-installation/install-cast-dashboards-new-customers/standalone-cast-dashboard-deployment-process/standalone-dashboard-post-install-configuration-steps/user-roles/user-roles-1-x/</guid><description>&lt;div class="alert alert-info" role="alert"&gt;&lt;div class="h4 alert-heading" role="heading"&gt;Info&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Summary:&lt;/strong&gt; This section describes how to configure&lt;strong&gt;roles&lt;/strong&gt;for users/groups in **≥**&lt;strong&gt;1.x&lt;/strong&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;h2 id="how-are-roles-managed-in-1x"&gt;How are roles managed in 1.x?&lt;/h2&gt;
&lt;p&gt;Roles are managed in the following file (which is &lt;strong&gt;common to all authentication modes&lt;/strong&gt;):&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-text" data-lang="text"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;WAR 1.x
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;CATALINA_HOME\webapps\&amp;lt;dashboard&amp;gt;\WEB-INF\roles.xml
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id="granting-roles-to-users"&gt;Granting roles to users&lt;/h2&gt;
&lt;p&gt;To grant a role, enter a new line in the&lt;strong&gt;roles.xml file&lt;/strong&gt; (one &amp;ldquo;role-assignment&amp;rdquo; line per user). In the following example, we have added the &lt;strong&gt;ADMIN role&lt;/strong&gt; to the user &lt;strong&gt;Bill&lt;/strong&gt;:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-xml" data-lang="xml"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nt"&gt;&amp;lt;root&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; &lt;span class="nt"&gt;&amp;lt;role-assignment&lt;/span&gt; &lt;span class="na"&gt;user=&lt;/span&gt;&lt;span class="s"&gt;&amp;#34;Bill&amp;#34;&lt;/span&gt; &lt;span class="na"&gt;role=&lt;/span&gt;&lt;span class="s"&gt;&amp;#34;ADMIN&amp;#34;&lt;/span&gt;&lt;span class="nt"&gt;/&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nt"&gt;&amp;lt;/root&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;To grant a role to &lt;strong&gt;multiple users&lt;/strong&gt;, enter a new line in the roles.xml file (one &amp;ldquo;role-assignment&amp;rdquo; line per user):&lt;/p&gt;</description></item></channel></rss>