Re: Using two membership providers
- From: "Gaurav Vaish \(www.EdujiniOnline.com\)" <gaurav.vaish.nospam@xxxxxxxxxxxxxxxx>
- Date: Tue, 10 Oct 2006 20:00:23 +0530
Thanks for your interest...
I was today busy with some (supposedly) good material on Design Patterns in
..Net (Specitic to .Net and ASP.Net)...
My "Generalized" Single-Sign-On should be available in a day or two... keep
monitoring the Eduzine :-)
--
Happy Hacking,
Gaurav Vaish | www.mastergaurav.com
www.edujinionline.com
http://eduzine.edujinionline.com
-----------------------------------------
"Daniel" <dwischnewski@xxxxxxxxx> wrote in message
news:1160387205.598344.211640@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Sorry for the delayed reply.
I think this is getting close to what I need and I would be sincerely
thankful if you could show me a sample of how to accomplish this. In
the end I probably would be getting it to work in a general way :)
Thanks in advance and I'll be checking here regularly, for sure,
Daniel
On Oct 8, 1:15 am, "Gaurav Vaish \(www.EdujiniOnline.com\)"
<gaurav.vaish.nos...@xxxxxxxxxxxxxxxx> wrote:
Thanks for your answer, but it did not aim at my questions.Basically,
what you are looking at is:
1. Single Sign-On
2. Custom provider that will in turn work with
other-multiple-providers...
There are three ways to accomplish this:
a. Short cut: Add an event handler to the event Authenticate and do the
authentication
b. Longer way: Sub-class Login and override OnAuthenticate. This method
does
the authentication part if there's no handler to the event Authenticate.
c. Create a custom membership provider that will in turn talk to other
providers and do the ValidateUser.
Personally, I would prefer 'c' with, may be, a custom section for 'my
membership provider'.
Well, suddenly in idea for implementation came to my mind... probably,
you
can revisit this thread after about a week. I should be posting up a
solution for Single-Sign-On using multiple providers!
--
Happy Hacking,
Gaurav Vaish
|www.mastergaurav.comwww.edujinionline.comhttp://eduzine.edujinionline.com
-----------------------------------------
.
- Follow-Ups:
- Re: Using two membership providers
- From: Gaurav Vaish \(www.EdujiniOnline.com\)
- Re: Using two membership providers
- References:
- Using two membership providers
- From: Daniel
- Re: Using two membership providers
- From: Cowboy \(Gregory A. Beamer\)
- Re: Using two membership providers
- From: Daniel
- Re: Using two membership providers
- From: Gaurav Vaish \(www.EdujiniOnline.com\)
- Re: Using two membership providers
- From: Daniel
- Re: Using two membership providers
- From: Gaurav Vaish \(www.EdujiniOnline.com\)
- Re: Using two membership providers
- From: Daniel
- Using two membership providers
- Prev by Date: Re: LogonUser Access Denied
- Next by Date: Forcing 401 causes promtp to come up multiple times?
- Previous by thread: Re: Using two membership providers
- Next by thread: Re: Using two membership providers
- Index(es):
Relevant Pages
|