Creates my own authentication service?

C

cyril

Hi guys,
I would like to develop my own authentication service and to use it in
several projects. Also, my service should implement windows, forms,
sql Server or LDAP authentication.
My first thought was to use the factory pattern to choose "on the fly"
the appropriate authentication mode (you just have to change the line
in the config fileà? What do you think about this kind of approach?

Thanks for the answers
Cyril
 
K

Keith

This is a solid standard approach. Take into
consideration though that not all SQL Server databases
will be the same, and that each solution will handle
roles and permissions differently. More importantly,
don't forget you might encounter combinations where you
authenticate off of a domain but need to cross reference
user account information in SQL Server about that user.
The safest approach is to create a shell and customize as
needed. No two projects tend to be alike unless you're
working from a single organization with a single approach
for authentication.

Good luck!
 

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,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top