How to eliminate authentication on my MVC app that is called from asp.net forms app -


Curious with any person's recommendations.

I have an existing ASP.NET form application that is a form validation and identity impersonation.

This application has a link to a questionnaire that I want to develop in an asp.net MVC application separately, but I do not want the user to click on this link and for a username and password Indicates, I think the seamless, capable of filling the questionnaire must start.

Is there any way to transfer certification from one .net app to another? I want to be able to pass things like UserRoll.

What is the best way to do this?

If you use the same machine in both machines and the MVC application is on the same server, So I think it will reuse the auth cookie and will consider them simply logging in. Check this on configuring MachineKey, especially note the section, it assumes that both applications are on the same server. If they are on different servers then you will need to check some other mechanism - creating a single-use ticket for URL that can be used by remote system via web call, which is back to the original server Comes, which is the user. This may not require full-up implementation of anyone, but just with those lines, just make sure that you are encrypting related bits to help you avoid STL-in-mid-attacks.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -