﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » Role Based Security  » Enterprise use of role-based security</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Thu, 09 Apr 2026 04:19:51 GMT</lastBuildDate><ttl>20</ttl><item><title>Enterprise use of role-based security</title><link>http://forum.strataframe.net/FindPost3837.aspx</link><description>Is is possible to use role-base security for a set of winform applications by accessing&amp;nbsp;login and credentials&amp;nbsp;via a web service? Of for the moment are we limited to an app by app implementation?&lt;/P&gt;&lt;P&gt;Derrick</description><pubDate>Tue, 24 Oct 2006 15:01:58 GMT</pubDate><dc:creator>Derrick Bell</dc:creator></item><item><title>RE: Enterprise use of role-based security</title><link>http://forum.strataframe.net/FindPost3838.aspx</link><description>You could place the security data within a separate database that is shared between several applications (by each having a datasource to it).&amp;nbsp; You could then point the applications at this database for the security data.&amp;nbsp; As for web services, you could use the enterprise server, which uses HTTP for the database communication, or you could write your own web services to query the credentials and return a SFSUserBO object containing the user's data.&amp;nbsp; After that, you can use the MicroFour.StrataFrame.Secrutiy.LoggedInUser.SetLoggedInUser() method to set the current user within the application to the current user; however, the application would still need to be able to see the security data directly so that it could query the user's roles and privilages.</description><pubDate>Tue, 24 Oct 2006 15:01:58 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>