Can anyone help me out on Single Sign on forms authentication. I am trying to build a portal where a user can login and will be presented with a list of links to applications that he is authorized to use. I utilized the aspnet_regsql to build the database
schema however I am stumped when it comes to the applications. There is application id in the roles table, in the membership table and the users table. So how that fits in the picture I don't know
At this point I have created an internal console where I can create roles, members and users, reset passwords, unlock passwords, however I don't know how to tie applications in to the big picture.
I can do a single application forms authentication with out a problem.
Does anyone one know of a project that is out there that contains a model for single sign-on?
Thanks,
Go to the complete details ...