User login for multiple backend authentication systems -


We have an application for use in medical offices, and with CCIIT certification becoming a necessity, by checking our own security We have traditionally made our login / password / access level authentication / authorization, but as long as we have to rewrite the standards to complete, why not be more flexible.

As long as we are a Windows application, our customers do their authentication through Unix, others use Novell, other windows use Active Directory, nothing else to others ( Small office, small network). I want to write against a single server (or write a single server) that we can use in an environment where we currently run, instead of maintaining two different logins, Are allowed to use them, because they have to do with our product now.

There is an application seeking suggestions for authentication that can be done to provide authentication if it is not already present, but will work with the authentication tool in use, if it is

Thank you.

And, if it matters, then we work in Delphi, currently .NET is not required and Java is also known.

Provide openly available implementations as well.

Read about it Windows Active Directory also has a Kerberos implementation.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -