ASP.NET Membership Provider - Single Login
Posted
by RSolberg
on Stack Overflow
See other posts from Stack Overflow
or by RSolberg
Published on 2010-02-10T20:48:23Z
Indexed on
2010/03/26
17:03 UTC
Read the original article
Hit count: 545
I'm considering utilizing the ASP.NET Membership Provider for a few different web apps/tools with a single login approach.
REQUIREMENTS
User logs in to my.domain.com and sees a list of apps/tools that they have permission to use. The user selects the tool they'd like to use and clicks the link. When the tool opens, it is able to identify that they are currently logged in and who they are to identify any unique permissions to the application.
I know that each app could simply point to the same back end Membership Provider DB, however will each app require a login or will it be able to identify if the user is already logged in?
© Stack Overflow or respective owner