asp.net mvc - MVC 4 ACS and Forms Authentication -


I have an MVC4 application with form authentication It is in production and is working fine We can confirm the authentication part by Ezuir Active Looking to move to the directory so that we can authenticate various resources through a lot more than just a web UI. We can not get rid of old accounts that are still active users, but we want to add social login (Google, Facebook, Yahoo!). We looked at ACS and it worked fine, but it is forcing certification for everything. We have some pages that should be public and do not require authentication.

Therefore, in brief, the end result is able to authenticate the user with any mentioned provider as well as we already have existing accounts (can be migrated to AD) and public pages Does not require authentication. Similar to Stack Overflow, where they use Google, Facebook and their own.

Perhaps my architecture is not right, so any suggestions are welcome!

Thanks in advance.

If you tried the AllowAnonymous attribute in MVC 4, do not check here: < p> Let us know if this helped, happy coding !!

Comments

Popular posts from this blog

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -