My question is if I can setup multiple lightswitch applications to authenticate against a single ASP.NET website's authentication provider when using forms authentication, can I not just them up to authenticate against a lightswitch application instead?
I could have for example a lightswitch portal application (instead of ASP.NET website) that manages the users and sub-sites.
The question is then how do I setup one lightswitch application to authenticate users against another lightswitch application? End-to-End example please.