Hi
On my current project, i need to have a login/logout and some authorization in order to let certain users from different companies access different View screen on the silverlight application. And do some operation on it
Can you tell me where i can find the information for authentication/authorization by using RIA service with silverlight 4?
---Things i need to be able to do---
1.Restrict certain actions to certain users ( such as Delete/Insert/Update data in a datagrid)
2.Restrict to access certain page/view by showing a dialog message.
- Setting default value for current accessed user if they want to fill out some dataform
Any guidance will be appreciated.