I started going down the path of forms authentication using SQL Server to store user/membership data, but came across a few stumbling blocks -- that led me to back up and decide whether or not that's even the best authentication method.
A bit of background: Each user may have the ability to work in one or more ASP.NET apps. Their roles within each may differ, though.
The main thing is having a single login/password per user. Ideally a user would log in, and be presented with a page listing the ASP.NET apps to which they have access, and corresponding links.
I like how the same username can appear in multiple apps, in Forms authentication using the SQL db, and multiple roles handled that way. However, it appears that each username/app combo would have a separate password to maintain.
All thoughts greatly appreciated!
Bryant Farley
"The Dude Abides
A bit of background: Each user may have the ability to work in one or more ASP.NET apps. Their roles within each may differ, though.
The main thing is having a single login/password per user. Ideally a user would log in, and be presented with a page listing the ASP.NET apps to which they have access, and corresponding links.
I like how the same username can appear in multiple apps, in Forms authentication using the SQL db, and multiple roles handled that way. However, it appears that each username/app combo would have a separate password to maintain.
All thoughts greatly appreciated!
Bryant Farley
"The Dude Abides