<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
<channel>
<title><![CDATA[Novalys]]></title>
<link><![CDATA[https://www.novalys.net/support/]]></link>
<description />
<generator><![CDATA[Kayako fusion v4.66.2]]></generator>
<item>
<title><![CDATA[Change user profile information without loosing their roles]]></title>
<link><![CDATA[https://www.novalys.net/support/index.php?/Knowledgebase/Article/View/19]]></link>
<guid isPermaLink="false"><![CDATA[1f0e3dad99908345f7439f8ffabdffc4]]></guid>
<pubDate><![CDATA[Mon, 28 Jun 2010 17:57:48 +0200]]></pubDate>
<dc:creator><![CDATA[Marthe Grolleau]]></dc:creator>
<description><![CDATA[Which profile information can we change without loosing any roles or privileges assigned to that user? How do the changes impact the event log? All user attributes - except the user logon - can be changed without loosing user roles, privileges, or the his...]]></description>
<content:encoded><![CDATA[<p><font size="2" face="arial,helvetica,sans-serif">Which profile information can we change without loosing any roles or privileges assigned to that user? </font></p><p><br /><font size="2" face="arial,helvetica,sans-serif">How do the changes impact the event log? <br />All user attributes - except the user logon - can be changed without loosing user roles, privileges, or the history of the user activity logged in the VG repository for auditing purposes.</font></p><p><font size="2" face="arial,helvetica,sans-serif"> <br />Visual Guard - Version 3.1.912.08 - TBR <br /></font></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Is it possible to temporarily block a user account?]]></title>
<link><![CDATA[https://www.novalys.net/support/index.php?/Knowledgebase/Article/View/21]]></link>
<guid isPermaLink="false"><![CDATA[3c59dc048e8850243be8079a5c74d079]]></guid>
<pubDate><![CDATA[Tue, 29 Jun 2010 10:06:15 +0200]]></pubDate>
<dc:creator><![CDATA[Marthe Grolleau]]></dc:creator>
<description><![CDATA[Is it possible to temporarily block a user account?For user name/ password users, there is a boolean value &quot;locked&quot;. If set to true the user will not be able to log in to the system. The user still appears in the user list, and can be granted ro...]]></description>
<content:encoded><![CDATA[<p>Is it possible to temporarily block a user account?</p><p>For user name/ password users, there is a boolean value &quot;locked&quot;. <br />If set to true the user will not be able to log in to the system. <br />The user still appears in the user list, and can be granted roles. <br />Blocking Windows accounts is done by the Windows Admin with the AD console. </p><p>Visual Guard - Version 3.1.912.08 - TBR </p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Can we create new users by code ?]]></title>
<link><![CDATA[https://www.novalys.net/support/index.php?/Knowledgebase/Article/View/157]]></link>
<guid isPermaLink="false"><![CDATA[6c4b761a28b734fe93831e3fb400ce87]]></guid>
<pubDate><![CDATA[Wed, 25 Aug 2010 16:28:15 +0200]]></pubDate>
<dc:creator><![CDATA[Jean-jacques Jouanneaux]]></dc:creator>
<description><![CDATA[Is it possible to create new users by code (not by the VG console application!)?Yes, VG provides an extended API to manage users, roles, ... by codeYou can find a detailed documentation about this API at:http://www.visual-guard.com/EN/dotnet-s ... mentati...]]></description>
<content:encoded><![CDATA[<p>Is it possible to create new users by code (not by the VG console application!)?</p><p>Yes, VG provides an extended API to manage users, roles, ... by code<br />You can find a detailed documentation about this API at:<br /><!-- m --><a class="postlink" href="/EN/dotnet-security-user-role-permission/support/dotnet-API-how-to-documentation/">http://www.visual-guard.com/EN/dotnet-s ... mentation/</a><!-- m --><br /></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[how to manage contextual roles]]></title>
<link><![CDATA[https://www.novalys.net/support/index.php?/Knowledgebase/Article/View/467]]></link>
<guid isPermaLink="false"><![CDATA[ab817c9349cf9c4f6877e1894a1faa00]]></guid>
<pubDate><![CDATA[Mon, 19 Nov 2012 16:24:12 +0100]]></pubDate>
<dc:creator />
<description><![CDATA[Question :
I am working on an application now that has a fixed set of permissions. Items like &ldquo;Add Property&rdquo;, &ldquo;Edit Property&rdquo;, &ldquo;Add Contact&rdquo;, etcThe application itself is partitioned by divisions within our company: &l...]]></description>
<content:encoded><![CDATA[<p><strong>Question :</strong></p>
<div class="im">I am working on an application now that has a fixed set of permissions. Items like &ldquo;Add Property&rdquo;, &ldquo;Edit Property&rdquo;, &ldquo;Add Contact&rdquo;, etc<br /><br />The application itself is partitioned by divisions within our company: &ldquo;USA&rdquo;, &ldquo;Managed&rdquo;, &ldquo;Panama&rdquo;, etc<br /><br />When the user logs in, he selects which division he will working in. Based on the division selected, his roles (permission sets) could be different. E.g. in &ldquo;USA&rdquo; he might be &ldquo;Property Admin&rdquo; with edit rights to properties, but in &ldquo;Panama&rdquo; he has read only access, and in &ldquo;Managed&rdquo; he has a denied property access<br /><br />What is the best way using visual guard to define this common set of permissions and roles then split the user/role relationship by division inside a single application scope. I can easily see how to do in via separate applications, I just want to reuse the role/permissions to minimize the having to manage multiple several applications.<br /><br />This will be an increasingly common scenario for us in other applications as we continue to grow.<br /><br />Kevin White</div>
<div class="im"><strong>Answer :</strong></div>
<div class="im">By default, we would suggest the following solution:<br />1. create a VG Group for each division in your company.&nbsp;<br />2. Create roles containing your sets of permissions<br />3. Grant roles to VG Groups<br />4. place each user in one or several VG Groups<br />5. Modify your login form, so that users can select one VG Group<br />6. Load and apply the permissions corresponding to this group<br /><br />Steps 5 &amp; 6 would imply a few lines of code and making calls to VG APIs to get the list of role and apply the right set of permissions to the current user.<br /><br /></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[How Visual Guard meets SAAS requirments]]></title>
<link><![CDATA[https://www.novalys.net/support/index.php?/Knowledgebase/Article/View/596]]></link>
<guid isPermaLink="false"><![CDATA[b2eeb7362ef83deff5c7813a67e14f0a]]></guid>
<pubDate><![CDATA[Wed, 21 Aug 2013 16:09:16 +0200]]></pubDate>
<dc:creator />
<description><![CDATA[VG&nbsp;functionally&nbsp;meets SAAS requirments  However&nbsp;it is&nbsp;necessary to specify&nbsp;the technical details&nbsp;to ensure that&nbsp;VISUAL GUARD can be used.  1 Your setup is&nbsp;a&nbsp;what we call&nbsp;security&nbsp;Multi-Tenants&nbsp;wi...]]></description>
<content:encoded><![CDATA[<p>VG&nbsp;functionally&nbsp;meets SAAS requirments<br /> <br /> However&nbsp;it is&nbsp;necessary to specify&nbsp;the technical details&nbsp;to ensure that&nbsp;VISUAL GUARD can be used.<br /> <br /> 1 Your setup is&nbsp;a&nbsp;what we call&nbsp;security&nbsp;Multi-Tenants&nbsp;with the delegation&nbsp;of administration&nbsp;rights&nbsp;of users&nbsp;to the client.<br /> see page&nbsp;of our site that&nbsp;addresses this topic:&nbsp;</p>
<p><a href="http://www.visual-guard.com/EN/net-powerbuilder-application-security-authentication-permission-access-control-rbac/secure-saas-and-multi-tenant-apps-with-asp-net-or-wcf-Silverlight.php">http://www.visual-guard.com/EN/net-powerbuilder-application-security-authentication-permission-access-control-rbac/secure-saas-and-multi-tenant-apps-with-asp-net-or-wcf-Silverlight.php</a><br /> <br /> 2&nbsp; In this configuration&nbsp;to simplify administration&nbsp;and reduce costs,&nbsp;we assume&nbsp;that there is one&nbsp;central&nbsp;repository&nbsp;of&nbsp;security.&nbsp;VG&nbsp;filter&nbsp;the data security&nbsp;of each client. Also&nbsp;each customer can have&nbsp;his&nbsp;personal database&nbsp;for application data.</p>
<p>(The solution&nbsp;to have a&nbsp;repository&nbsp;of&nbsp;security&nbsp;for each customer&nbsp;is possible&nbsp;but this&nbsp;has an impact on&nbsp;the licensing cost)</p>
<p>You can&nbsp;assign the rights&nbsp;to administer security&nbsp;to a client, by default&nbsp;they can&nbsp;use the Web console&nbsp;(see page&nbsp;on our site)</p>
<p><a href="http://www.visual-guard.com/EN/net-powerbuilder-application-security-authentication-permission-access-control-rbac/vg-webconsole-create-declare-manage-user-role.html?single">http://www.visual-guard.com/EN/net-powerbuilder-application-security-authentication-permission-access-control-rbac/vg-webconsole-create-declare-manage-user-role.html?single</a></p>
<p><br /> Administrative rights&nbsp;to&nbsp;each customer&nbsp;may be limited<br /> -&nbsp;To certain users or&nbsp;groups<br /> -&nbsp;Some applications<br /> <br />(The&nbsp;Web&nbsp;console can be&nbsp;customized by&nbsp;a consultant&nbsp;Novalys&nbsp;if necessary to restrict&nbsp;the administration rights&nbsp;of the client.)</p>]]></content:encoded>
</item>
</channel>
</rss>