We have multiple local web applications using forms-based authentication against an Active Directory backend.
Our new security policy requires that each user to have a different password for each web site.
The issue is, Active Directory only allows one password per user account.
Can anyone help me figure out a solution to make each user use the same username but with different passwords for each web site?