RIA Services: custom autorization

Posted by Budda on Stack Overflow See other posts from Stack Overflow or by Budda
Published on 2010-03-26T14:51:06Z Indexed on 2010/03/26 14:53 UTC
Read the original article Hit count: 437

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.

© Stack Overflow or respective owner

Related posts about ria

Related posts about Silverlight