Authentication in WCF
WCF and WF
1
Posts
1
Posters
1
Views
1
Watching
-
I want to secure the WCF. I don't want to use any configurable security options like cecurity ,SSL etc.After authentication I just want to check whether the user is authenticated in the subsequent method calls . What is the dimplest way to do this. Is it possible to create a authenticated flag and attach it to the message all the time ? Any help will be appreciated.