Tagged Questions
4
votes
2answers
738 views
Flowing WCF Role-Based Security through to UI
I am looking for some best practices on how to handle the following scenario - flowing permissions from WCF service layer through to UI:
I have WCF services with methods that have been decorated with ...
0
votes
1answer
30 views
I implemeneted authenticate method in wcf and want to know, How security context gets automatically loaded before each request to wcf service?
I am new to authentication and authorization concepts. I wrote an authenticate method in my wcf servcice. Methods in wcf service will get called only by authenticated users with specific roles. How ...