<?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[.Net API or web services API?]]></title>
<link><![CDATA[https://www.novalys.net/support/index.php?/Knowledgebase/Article/View/92]]></link>
<guid isPermaLink="false"><![CDATA[92cc227532d17e56e07902b254dfad10]]></guid>
<pubDate><![CDATA[Mon, 23 Aug 2010 18:22:47 +0200]]></pubDate>
<dc:creator><![CDATA[Jean-jacques Jouanneaux]]></dc:creator>
<description><![CDATA[Visual Guard API: Are they .Net API or web services API?In VG professional edition it is .Net API.In VG enterprise edition it is Web Services API.]]></description>
<content:encoded><![CDATA[<p>Visual Guard API: Are they .Net API or web services API?</p><p>In VG professional edition it is .Net API.<br />In VG enterprise edition it is Web Services API.<br /><br /></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Use the API to replicate the Console GUI in a web app?]]></title>
<link><![CDATA[https://www.novalys.net/support/index.php?/Knowledgebase/Article/View/93]]></link>
<guid isPermaLink="false"><![CDATA[98dce83da57b0395e163467c9dae521b]]></guid>
<pubDate><![CDATA[Mon, 23 Aug 2010 18:33:33 +0200]]></pubDate>
<dc:creator><![CDATA[Jean-jacques Jouanneaux]]></dc:creator>
<description><![CDATA[Is there any way to replicate the user interface for the Console in a web application using the API? It isn't clear to me that this is possible.There are 2 possible options, depending on your needs:1 - You can develop your own administration form and call...]]></description>
<content:encoded><![CDATA[<p>Is there any way to replicate the user interface for the Console in a web application using the API? It isn't clear to me that this is possible.</p><p>There are 2 possible options, depending on your needs:<br />1 - You can develop your own administration form and call VG API to manage user accounts, grant them roles, etc...<br />You have an example (that you can re-use if you want) in VG Websample application:<br />log in to the Websample application with an administrator role and checkout the menu option &quot;administration &gt;&gt; users&quot;.<br /><br />2 - WebConsole is ready-to-use console manages user accounts, applications, role, permission sets. <br />Like the WinConsole, it supports multiple applications, as well as shared roles, etc...<br />Unlike the WinConsole, you can customize the presentation of the WebConsole <br />(use your own CSS, replace VG logo with your company logo for instance).<br /><br /></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Any documentation about roles and the API?]]></title>
<link><![CDATA[https://www.novalys.net/support/index.php?/Knowledgebase/Article/View/94]]></link>
<guid isPermaLink="false"><![CDATA[f4b9ec30ad9f68f89b29639786cb62ef]]></guid>
<pubDate><![CDATA[Mon, 23 Aug 2010 18:37:32 +0200]]></pubDate>
<dc:creator><![CDATA[Jean-jacques Jouanneaux]]></dc:creator>
<description><![CDATA[On the forums i read about the API coming with Visual Guard should enable to list, create, delete and grant roles. Do you have more documentation on these points? Implementing a simple and slim admin front end could maybe done be with this API.Here is the...]]></description>
<content:encoded><![CDATA[<p>On the forums i read about the API coming with Visual Guard should enable to list, create, delete and grant roles. Do you have more documentation on these points? Implementing a simple and slim admin front end could maybe done be with this API.</p><p>Here is the link for Visual Guard documentation:<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 /><br />You can find more information about Visual Guard API and roles in:<br /><br />Visual Guard API references =&gt; Novalys.VisualGuard.Security.Membership Namespace =&gt; VG Role Class =&gt; VG Role Methods<br /></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Can admin manage permissions from our website?]]></title>
<link><![CDATA[https://www.novalys.net/support/index.php?/Knowledgebase/Article/View/95]]></link>
<guid isPermaLink="false"><![CDATA[812b4ba287f5ee0bc9d43bbf5bbe87fb]]></guid>
<pubDate><![CDATA[Mon, 23 Aug 2010 18:39:27 +0200]]></pubDate>
<dc:creator><![CDATA[Jean-jacques Jouanneaux]]></dc:creator>
<description><![CDATA[Admins must be able to maintain the permissions from our web-site .In one of your examples it seems like you'll have to use the Visual Guard .Net to maintain permissions....is it possible to incorporate this into a web-application?As mentioned above, some...]]></description>
<content:encoded><![CDATA[<p>Admins must be able to maintain the permissions from our web-site .<br />In one of your examples it seems like you'll have to use the Visual Guard .Net to maintain permissions....is it possible to incorporate this into a web-application?</p><p>As mentioned above, some Visual Guard features are available through VG API.<br />For instance, with the API, you can manage users accounts (create/delete/unlock/change password,...),<br />manages roles, grant role to users, grant permission sets to roles, etc.<br />As a result, an administrator can manage user, roles and permission sets from your web site.<br /><br />On the other hand, we consider declaring a permission requires some technical info<br />(the name of the form/control/attribute to change for instance) and should be done by developers.<br />So developers will use Visual Guard Console to create a list of permissions.<br />Administration will grant these permissions to roles and users.<br /><br /></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Can users be added with roles through an API?]]></title>
<link><![CDATA[https://www.novalys.net/support/index.php?/Knowledgebase/Article/View/96]]></link>
<guid isPermaLink="false"><![CDATA[26657d5ff9020d2abefe558796b99584]]></guid>
<pubDate><![CDATA[Mon, 23 Aug 2010 18:43:42 +0200]]></pubDate>
<dc:creator><![CDATA[Jean-jacques Jouanneaux]]></dc:creator>
<description><![CDATA[Can users be added with roles through an API, or another interface such as a web browser, or is the console required for all user/role management?For this type of task, Visual Guard .Net provides winform and webform Membership API.With these API, you can ...]]></description>
<content:encoded><![CDATA[<p>Can users be added with roles through an API, or another interface such as a web browser, or is the console required for all user/role management?</p><p>For this type of task, Visual Guard .Net provides winform and webform Membership API.<br />With these API, you can list, create, delete or grant roles to users in your code.<br /><br />A web console is available wich allaows to manage users/roles.<br /><br /><br /></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Access user management without the console]]></title>
<link><![CDATA[https://www.novalys.net/support/index.php?/Knowledgebase/Article/View/97]]></link>
<guid isPermaLink="false"><![CDATA[e2ef524fbf3d9fe611d5a8e90fefdc9c]]></guid>
<pubDate><![CDATA[Tue, 24 Aug 2010 09:33:57 +0200]]></pubDate>
<dc:creator><![CDATA[Jean-jacques Jouanneaux]]></dc:creator>
<description><![CDATA[We would like to be able to access user management features from each of our applications without going through the Visual Guard.Net console. How can we do that?Visual Guard .Net provides you with an API which enables you to create your own administration...]]></description>
<content:encoded><![CDATA[<p>We would like to be able to access user management features from each of our applications without going through the Visual Guard.Net console. How can we do that?</p><p>Visual Guard .Net provides you with an API which enables you to create your own administration form.<br />This way, your applications can access the administration features thanks to the form integrated in your application and not thanks to the Visual Guard .Net console.<br /><br /></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Visual Guard API]]></title>
<link><![CDATA[https://www.novalys.net/support/index.php?/Knowledgebase/Article/View/98]]></link>
<guid isPermaLink="false"><![CDATA[ed3d2c21991e3bef5e069713af9fa6ca]]></guid>
<pubDate><![CDATA[Tue, 24 Aug 2010 09:35:58 +0200]]></pubDate>
<dc:creator><![CDATA[Jean-jacques Jouanneaux]]></dc:creator>
<description><![CDATA[Is the VG security information stored in a database? If so, can it be unencrypted in order to run queries against it ? Is there a developer API that allows for programmatic access to VG security information?Yes, the VG Security information is stored in a ...]]></description>
<content:encoded><![CDATA[<p>Is the VG security information stored in a database? If so, can it be unencrypted in order to run queries against it ? Is there a developer API that allows for programmatic access to VG security information?</p><p>Yes, the VG Security information is stored in a database and a part of this information is encrypted and the other part is unencrypted. It is possible to run queries against the unencrypted part. For instance, you may list the users and see their Id and name but you cannot see the role and permissions associated to a user.<br /><br />Such information is accessible via VG API.<br /><br />You can find more about Visual Guard API at the following pages:<br /><br />* Visual Guard technical documentation:<br /><a class="postlink" href="/EN/dotnet-security-user-role-permission/support/dotnet-API-how-to-documentation/">http://www.visual-guard.com/EN/dotnet-security-user-role-permission/support/dotnet-API-how-to-documentation/</a><br /><br />Go in : Visual Guard API references<br /><br />* Visual Guard Membership:<br /><a class="postlink" href="/visual_guard_doc/Novalys.VisualGuard.Security.Membership.html">http://www.visual-guard.com/visual_guard_doc/Novalys.VisualGuard.Security.Membership.html</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[bypass the application UI]]></title>
<link><![CDATA[https://www.novalys.net/support/index.php?/Knowledgebase/Article/View/99]]></link>
<guid isPermaLink="false"><![CDATA[ac627ab1ccbdb62ec96e702f07f6425b]]></guid>
<pubDate><![CDATA[Tue, 24 Aug 2010 09:37:36 +0200]]></pubDate>
<dc:creator><![CDATA[Jean-jacques Jouanneaux]]></dc:creator>
<description><![CDATA[Is it possible to bypass the application UI and execute code to process any application function?Visual Guard .Net is compatible with DotNet Code Access Security. It is possible to modify the UI to adapt the application to the permission and it is also po...]]></description>
<content:encoded><![CDATA[<p>Is it possible to bypass the application UI and execute code to process any application function?</p><p>Visual Guard .Net is compatible with DotNet Code Access Security. It is possible to modify the UI to adapt the application to the permission and it is also possible to protect your code against hackers.<br /><br />Visual Guard is compatible with PrincipalPermissionAttribute and PrincipalPermission classes. These classes allow to check whether the current user can use a specific method or class of your DotNet application.<br /><br /></p>]]></content:encoded>
</item>
</channel>
</rss>