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

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -