c# - How can I protect WCF service from unauthorized access? -
edit:
please note 2 things: application publicly available , users won't need have accounts. can suggest other solution wcf, if it's better.
i'm developing application in c# install other applications easily. list of programs supported application stored on database on public server. only application should able access database. everyone can install application, , users do not need have accounts.
now, i'm wondering how should communication between app , server like. i'm thinking of developing wcf service, can connect service (only program should access service).
is there way protect wcf service unauthorized access? or maybe have better idea how should communication between app , server like?
thanks in advance help!
you can check below links in topic
https://msdn.microsoft.com/en-us/library/ms731925.aspx https://msdn.microsoft.com/en-us/library/aa702565.aspx
you can configure bindings perform username , password based authentication validated if username , password valid can grant access service.
Comments
Post a Comment