Using ASP.NET MVC 2 credentials to log into other services -


here scenario -

1/ have asp.net mvc application running on server, uses windows authentication.

2/ there different web application (written in java) somewhere else uses windows authentication.

in controller of mvc application need grab information other web app. how can connect "foreign" application using credentials of user accessing controller?

any appreciated.

impersonation doesn't leave aspnet process. means cannot delegate credentials , access remote resource using them. either swap forms authentication uses cookies or need kerberos.


Comments

Popular posts from this blog

c# - Getting "Internal .Net Framework Data Provider error 30" error when column has NULL value -

c++ - How to modify context menu of internet explorer using IDocHostUIHandler::ShowContextMenu? -

SAP Web Service from .NET via WCF -