jeudi 26 novembre 2015

enabling mutual ssl authentication only for a single controller url for SelfHost Asp.net Web API

Is it possible to have configure client credential type individually for different endpoint when using selfHost asp.net web api(HttpSelfHost) listing on same port. For example

https://myserver:550/api/products ==> SSL auth

https://myserver:550/api2/item ==> mutual ssl auth(client credential= certificate)

I did not find anything similar to service binding configuration in WCF server where client credential behavior for individual endpoint can be configured. Any pointer here would be great.

Thanks

Lal




Aucun commentaire:

Enregistrer un commentaire