asp.net - Is supporting active directory in a web application difficult when currently build with forms auth? -
I have a web application that currently only supports ASP.NET form authentication.
My user business logic is currently:
Users GETUserByID (userID); the user. Logged in user (username, password);
i.e. It is very modular and I hope it will not be difficult to support Active Directory.
Is it possible to support both AD and Form? If so, what do I do, just insert a new user to enter Adi for the first time?
There is nothing that is a subscription provider with Active Directory membership provider. However, there are some major differences, the user will always be logged in with a specific username, so there will be no need for a username and password.
Comments
Post a Comment