Here is a good example how to create custom autorization for RIA services: http://stackoverflow.com/questions/1195326/ria-services-how-can-i-create-custom-authentication
In my case a silverlight-pages will be displayed as a part of HTML-content and user authorisation is already implemented on the server-side (ASP.NET Membership is not used). It is required to show on the silverlight pages different information for authorised and non-authorised users.
Is there any possibility to track on the Silverlight side if user is already authorized on the server side (on the usual ASP.NET web-site)?
Please adivse how to do this.
Thank you in advance.