0

I need to create an authentication form for a website. So i'm wondering if using LDAP(Store user name and pwd) is a good idea. i've been told that storing users in a database table is a bad idea.

For example use Bind(ldapCnx, username, pwd) to check if the user exist to give access.

Thanks.

1 Answer 1

1

LDAP is a good user store for credentials however LDAP should be abstracted from Authentication and Authorization for the website by using OpenID Connect and OAuth

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.