What's the login authentication solution for asp.net MVC application and web API service -


i use asp.net mvc technology in ui layer , use mvc web api technology in service lay(application layer) , service layer deployed in different server.

i have used form authentication in ui lay,what's login authentication solution service layer? mvc web api of service layer called javascript of ui layer directly,the problem cannot pass username , password javascript web api service logon authentication ,it's not security , cannot use cookie determine whether user logon,as web api service deployed on server,the cookie cannot cross domain. can give me solution? many thanks.


Comments

Popular posts from this blog

How can I fetch data from a web server in an android application? -

android - java.net.UnknownHostException(Unable to resolve host “URL”: No address associated with hostname) -

jquery - How can I dynamically add a browser tab? -