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

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

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -