We're building a cross-platform app using Ionic and using ASP.NET Core WebAPI hosted on azure. We are using Identity authentication system but we need to restrict access to this API to our application. So if other apps or sites try to access the API they
will be blocked.
Please note that the webapp is SSL secured
Kindly give me your suggestion to solve this problem.
Thank you :)