Re: Add extra parameter to Login/Membership - ASP 2.0

From: Dominick Baier [DevelopMentor] (dbaier_at_pleasepleasenospamdevelop.com)
Date: 10/25/05


Date: Tue, 25 Oct 2005 08:00:55 -0700

Hello David,

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/ASPNETProvMod_Intro.asp
this is a good starting point
---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com

> Thats what I was afraid of. Do you know of any good "How to's" or
> tutorials on the subject? Thanks again for the response. It is
> greatly appreciated.
>
> Thanks
> Dave
> "Dominick Baier [DevelopMentor]"
> <dbaier@pleasepleasenospamdevelop.com> wrote in message
> news:4256546011ee398c7a755fd7fbc19@news.microsoft.com...
>
>> Hello David,
>>
>> smells like custom provider...
>>
>> ---------------------------------------
>> Dominick Baier - DevelopMentor
>> http://www.leastprivilege.com
>>> Thanks for the response. I think the Application name is set
>>> automatically by settings in the web config? I would like to pass
>>> the value from my login.aspx form to be used as part of the
>>> authentication process. Kinda like saying to the server please check
>>> user "jsmith" with password "xxxx" from Site (from drop down) "1".
>>>
>>> Thanks again,
>>>
>>> Dave
>>>
>>> "Dominick Baier [DevelopMentor]"
>>> <dbaier@pleasepleasenospamdevelop.com> wrote in message
>>> news:4256546011e8cd8c7a72e63bf10ca@news.microsoft.com...
>>>
>>>> Hello David,
>>>>
>>>> can you "misuse" the ApplicationName for that??
>>>>
>>>> otherwise i guess you need a custom provider.
>>>> ---------------------------------------
>>>> Dominick Baier - DevelopMentor
>>>> http://www.leastprivilege.com
>>>>> I hope can explain this properly. I have a time keeping site that
>>>>> host multiple companies data in a single database. I would like
>>>>> the logins to be unique for each company but not across the entire
>>>>> site (i.e. I could have two jsmith logins as long as they are with
>>>>> seperate companies).
>>>>>
>>>>> I would like to add a drop down box to the login that allow the
>>>>> user to select the company that they are with. By adding a "site"
>>>>> column to the users table I would be able to partition the users
>>>>> so that they would be authenticated only against the id that has a
>>>>> "site" that matches theirs.
>>>>>
>>>>> Does this require creating a custom membership provider? I have
>>>>> written my own authentication routines in the past and can do so
>>>>> for this projects but I would really like to leverage the existing
>>>>> membership/role capablility of ASP2. I'm not sure that I have the
>>>>> skills needed to write a custom membership provider. I just want
>>>>> to make sure that I wasn't missing anything.
>>>>>
>>>>> Thanks
>>>>> Dave



Relevant Pages

  • Re: Getting the domain name of the current server
    ... Dominick Baier - DevelopMentor ... > Thanks for the response. ... >> callers? ...
    (microsoft.public.dotnet.security)
  • Re: Securing static files
    ... Dominick Baier - DevelopMentor ... they are kicked back to the login page. ... The user may log in with other credentials. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: How to determine if the logged on user is in a group
    ... Dominick Baier - DevelopMentor ... I found that you to reboot the SERVER after you create a new group and put users in it so that the new group and the users appear in the whoami list on the server. ... although he is a member of these groups. ...
    (microsoft.public.dotnet.security)
  • Re: HOWTO: Prevent Dynamic Loading of internal Types
    ... Dominick Baier - DevelopMentor ... Henning Krause ... I could get the public key from the entry assembly via ...
    (microsoft.public.dotnet.security)
  • Re: How to call Web Service Securely
    ... which .net version - which type of authentication (username/password against a db??) ... Dominick Baier - DevelopMentor ... make a web method via dialup to my IIS Web Service. ...
    (microsoft.public.dotnet.framework.aspnet.security)