Authtication type ?
Dear all,
I have a general black whole about authentication methods with WCF.
I have read many MSDN arcticle based on this which describe different authentication method in different environement.
But if we want to be open and flexible, what type of authenticated method should we use to cover all cases ?
or in other words, does the authetication method is always specify from config file <Security> entry ?
In this case it is mentionned on read document that username and password is alway pass through code.
How to retrive that username and password and pass it to WCF for authentication ?
Do I have to retrieve the security context of my Client applcation and then pass it to the CredentialType ?
Do I have to retrive this user name and password when uinsg Windows authentication type or is automatically done ?
Thnaks to light my mind
regards
serge

