Re: Windows Authentification against a list of users

From: Michael Giagnocavo [MVP] (mggUNSPAM_at_Atrevido.net)
Date: 06/26/03


Date: Wed, 25 Jun 2003 23:11:52 -0600


Have you looked at the events you can handle in the Global.asax file?
I think there is one like OnAuthenticate that might be of interest.

-mike
MVP

"tom johnson" <tom@usa.net> wrote in message
news:eHlXojeODHA.2228@tk2msftngp13.phx.gbl...
> Hello all,
>
> i'm sure i'm not the only one that what to do that.
> I want to use windows authentification for validate the
> user password but i wan't to check if the user is a valid
> user in my database.
>
> so i have this piece of code in my web.config
> <authentication mode="Windows" />
> <authorization>
> <deny users="?" />
> <allow users="*" />
> </authorization>
>
> but for the validation against the db... i just don't know.
>
> can somebody give me a hint for the validation in db.
> Just the where and how.... (for validation.. not for
> access to db)
>
> I know that the list of users can be store in web.config
> but i need a dynamic list of user so I store it in the db
>
> thanks... and have a nice day
>
>



Relevant Pages

  • Re: receipt of form values by an HTML page
    ... There's a difference between failing a validation check due to ... I'd be inclined to store that pointer in a hidden field rather ... on the client: less load on the database (if indeed there's a database ...
    (comp.infosystems.www.authoring.html)
  • Re: Windows update failing!
    ... After it got fixed Validation failed. ... this computer to the store to fix it The Computer Says Windows XP Pro. ... The Microsoft Product Key that is sticked to the side of my ...
    (microsoft.public.windowsupdate)
  • Re: Preventing blank field
    ... I removed the validation properties from the field in the underlying table, ... DoCmd.Close acForm, "frmRsales" ... There is also some fixing up of the store field that I need to do. ... rather not get the error message here since we're not trying to save the ...
    (microsoft.public.access.formscoding)
  • Re: Preventing blank field
    ... I removed the validation properties from the field in the underlying table, ... DoCmd.Close acForm, "frmRsales" ... There is also some fixing up of the store field that I need to do. ... rather not get the error message here since we're not trying to save the ...
    (microsoft.public.access.formscoding)
  • Re: Preventing blank field
    ... I'm making some progress -- by adding the BeforeUpdate code you listed below, ... I removed the validation properties from the field in the underlying table, ... There is also some fixing up of the store field that I need to do. ... rather not get the error message here since we're not trying to save the ...
    (microsoft.public.access.formscoding)