Ask a Question related to ASP.NET Security, Design and Development.
-
Gaurav Vaish #1
Multiple Authentication Modes
Hi,
How can I accomplish multiple authentication modes in one application?
I have the following scenario:
- A company, X, has some employees
- Those on rolls have an AD account
- Those not, have an account that's managed in a separate DB
- I want AD (NTLM/Windows) authentication as well as Forms
authentication. How can I accomplish this?
Is it possible to create an httpModule and then... based on some
conditions, delegate the requests to the NTLM / Forms login-handlers?
I would like to expand this to allow multiple modes -- which may get
complex later (with a few more custom modes added in) ...
--
Happy Hacking,
Gaurav Vaish
[url]http://www.mastergaurav.org/gallery[/url]
-----------------------------------
Gaurav Vaish Guest
-
Multiple authentication schemes
Hi, I am currently using a ASP.NET CMS system(umbraco.org) which uses forms authentication. The forms authentication is used to allow editing of... -
Authentication and multiple browser session
Hi, I have discovered what I consider to be an annoyance at best and, in some scenarios, a security flaw. After browsing the news groups, I... -
Need to handle multiple types of authentication, need help
I've got an ASP.NET project that i need to support multiple types of login authentication. I've tried initially to create a login system where you... -
Form Authentication in ASP.NET for multiple users
Hi Can I implement Form Authentication in ASP.NET for different users(Number of different users is not fixed). Regards Vinayak -
Authentication modes
Hi wondering if it's possible to switch between two authentication modes? for example switch to Cookie authentication when a windows... -
Paul Glavich [MVP - ASP.NET] #2
Re: Multiple Authentication Modes
Hi Gaurav,
I have just written an article that describes exactly how to do what you
want.
Its still awaiting publishing approval before being made public, but I'd be
happy to forward it to you to help you out. If interested, contact me at
[email]glav@aspalliance.com[/email]-NOSPAM. Obviously remove the "-NOSPAM" from my email
address.
--
- Paul Glavich
Microsoft MVP - ASP.NET
"Gaurav Vaish" <mDaOsNtOeTrSgPaAuMrPaLvS.nospam@nospam.lycos.co m> wrote in
message news:e8K7jOnsEHA.3564@tk2msftngp13.phx.gbl...> Hi,
>
> How can I accomplish multiple authentication modes in one application?
>
> I have the following scenario:
>
> - A company, X, has some employees
> - Those on rolls have an AD account
> - Those not, have an account that's managed in a separate DB
>
> - I want AD (NTLM/Windows) authentication as well as Forms
> authentication. How can I accomplish this?
>
> Is it possible to create an httpModule and then... based on some
> conditions, delegate the requests to the NTLM / Forms login-handlers?
>
> I would like to expand this to allow multiple modes -- which may get
> complex later (with a few more custom modes added in) ...
>
>
> --
>
> Happy Hacking,
> Gaurav Vaish
> [url]http://www.mastergaurav.org/gallery[/url]
> -----------------------------------
>
>
>
Paul Glavich [MVP - ASP.NET] Guest
-
Gaurav Vaish #3
Re: Multiple Authentication Modes
Thanks, Paul, for your reply.
Kindly check your mail.
--
Happy Hacking,
Gaurav Vaish
[url]http://www.mastergaurav.org[/url]
-----------------------------------
"Paul Glavich [MVP - ASP.NET]" <glav@aspalliance.com-NOSPAM> wrote in
message news:OG4yTAEtEHA.2124@TK2MSFTNGP11.phx.gbl...be> Hi Gaurav,
>
> I have just written an article that describes exactly how to do what you
> want.
>
> Its still awaiting publishing approval before being made public, but I'dapplication?> happy to forward it to you to help you out. If interested, contact me at
> [email]glav@aspalliance.com[/email]-NOSPAM. Obviously remove the "-NOSPAM" from my email
> address.
>
> --
> - Paul Glavich
> Microsoft MVP - ASP.NET
>
>
> "Gaurav Vaish" <mDaOsNtOeTrSgPaAuMrPaLvS.nospam@nospam.lycos.co m> wrote in
> message news:e8K7jOnsEHA.3564@tk2msftngp13.phx.gbl...> > Hi,
> >
> > How can I accomplish multiple authentication modes in one>> >
> > I have the following scenario:
> >
> > - A company, X, has some employees
> > - Those on rolls have an AD account
> > - Those not, have an account that's managed in a separate DB
> >
> > - I want AD (NTLM/Windows) authentication as well as Forms
> > authentication. How can I accomplish this?
> >
> > Is it possible to create an httpModule and then... based on some
> > conditions, delegate the requests to the NTLM / Forms login-handlers?
> >
> > I would like to expand this to allow multiple modes -- which may get
> > complex later (with a few more custom modes added in) ...
> >
> >
> > --
> >
> > Happy Hacking,
> > Gaurav Vaish
> > [url]http://www.mastergaurav.org/gallery[/url]
> > -----------------------------------
> >
> >
> >
>
Gaurav Vaish Guest



Reply With Quote

