Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Yes, you can access the SFS system from a web application. Everything works the same except for the SecurityBasics.CurrentUser property, which uses a session variable to store the current user. So, when you authenticate the user, it will get stored into the CurrentUser property, and you can check the permissions on it.
|