.net - Limiting WCF service to a specific client app -


i have created .net wcf services hosted under iis. services using ssl.

the customer has security demand. services should allowed consumed specific client application.

the services using windows authentication , limited specific users. identifying consumer's ip or using certificate not enough because theoretically approved user approved client machine able consume services not intended client application.

is there secured way achieve this?

if use message security can specify x509 certificate should used signing messages. locks down usage specific machines (group policy can used control installation of certificates).

if need limit specific users rather specific machines or devices, federated security way go.

additionally client , server message headers may helpful, although encourage use regular security mechanisms as possible rather rolling own.


Comments

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -