StrataFrame Forum

Accessing RBS from SF Web Application ...

http://forum.strataframe.net/Topic33463.aspx

By Charles Thomas Blankenship - 3/19/2017

Hey all:

Does anyone know if it is possible to access Role Based Security from an SF Web Application?

I have a situation where I'm using a DevEx Calendar and I have to be able to check whether or not a particular user was granted authorization to delete an appointment.

Thanks,

C. T. Blankenship
By StrataFrame Team - 3/20/2017

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.