asp.net mvc - Windows authentication in MVC app calling WebAPI -
we're building windows-authenticated asp.net mvc app. phone call asp.net webapi layer sat on different server.
we don't have kerberos enabled assume authentication via form of basic auth. we're looking utilize asp.net membership/identity role management. communication membership database via webapi.
can give guidance on how best handle issuing authentication tokens communication between mvc , webapi apps, , how authorize attributes may used across both layers?
i've blogged detailed series of posts token based authentication in web api using asp.net identity, should reply part of questions, check here
asp.net-mvc asp.net-web-api windows-authentication basic-authentication
No comments:
Post a Comment