Base solution for your next web application
Open Closed

Make only specific API call available for clients #7448


User avatar
0
p.j.keukens created

Hi,

We have setup an application using aspnetzero v6.9 using .net core mvc and jquery.

Now there is another system that would like to make a connection to our application. The other system would need to make a webservice call (insert data) on behalf of a tenant. Not all AppService calls should be available just a specific call.

How would I set that up within the current configuration.

At this moment we are not using the Host project. Should I use the host project or would it be recommended to set it up in the mvc app that is running. How would the users authenticate to use the API?

If anyone could point me in the right direction that would be appreciated.

Best regards Patrick


2 Answer(s)