How to design a web application where the authentication mechanism is pluggable?

D

deostroll

Hi,

I mean to say that the site can support any kind of authentication
mechanism. Either forms/windows/any other kind. How must we design an
application like this?

This is actually a question I have shared on stackoverflow >>
http://bit.ly/NCNhvt

Responses anywhere is appreciated.

Thanks,
Arun
 
A

Arne Vajhøj

I mean to say that the site can support any kind of authentication
mechanism. Either forms/windows/any other kind. How must we design an
application like this?

This is actually a question I have shared on stackoverflow >>
http://bit.ly/NCNhvt

Responses anywhere is appreciated.

That feature is built in to ASP.NET!

You design the app to use the member ship functionality.

The end user can specify any including his own
member ship provider in web.config.

OK - it does require some coding to write a
member ship provider, but ASP.NET comes with
a few to chose from for those that do not want that.

Arne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,734
Messages
2,569,441
Members
44,832
Latest member
GlennSmall

Latest Threads

Top