Hello,
I'm doing some research on wether is possible (or not) to reinforce authentication on a Visual Studio LightSwitch HTML app, for example implementing OTP (One time Password)+OAuth, or even better, integrating with digital signature tokens (using PKCS#11). As you may or may not know, LightSwitch uses forms authentication with ASP.NET Membership as default provider. It can be replaced with a custom one, but it is too hard and there's no good documentation on how to do so.
The specific requirement is to try to make sure the user entering the App is who she/he claims to be.
If someone out there has something to share, it would be very welcome.
Thanks.