asp.net mvc - Windows authentication in MVC app calling WebAPI -


We are building a Windows-certified ASP.NET MVC app. After this, an ASP.NET WebAPI layer will sit on a different server.

We do not have Kerberos enabled, so with this certification it will be done through some form of original proof. We are also using identification for ASP.NET membership / role management. All communications with membership databases will be through WebAPI.

Anybody can guide how to issue certification token for communication between MVC and WebAPI applications is best, and how can the authorizations be used at both levels?

I have a ASP.net identity about token based authentication in web app, Should answer, check it


Comments