Is there any way to authorize client based on certificate but access limited to specific controller or action in WEB API.
Suppose i have two controller having name A and B, and have two clients X and Y.
Where i want like this,
Client X can access only Controller A and Client Y can access only Controller B based on the certificate issued to them.