I've been working with Membership Providers for quite some time and have gone ahead and used Membership Providers in a few internal project. However, I've just come accross a requirement which is particularly interesting (and Valid, to be honest). Here it goes -
The Users need to be authenticated using integrated windows authentication. However, everything other than the authentication (their roles, groups, permissions etc. is maintained seperately in a custom database) and I need to use Membership Providers to achive a 'sort of' mixed apporach where by the authentication occurs on the AD using Kerbos or NTLM but User information comes from SQL Server.
I'm leaning towards a Custom Membership Provider that will Assume all users are authenticated and setting IIS options for Integrated Windows Authentication. Any Better Ideas, Anyone?