How to build LDAP integration for my web app?

前端 未结 6 737
忘了有多久
忘了有多久 2020-12-23 16:39

My company develops and sells a SaaS application that has hundreds of customers. Some of our customers have asked us to support LDAP integration for authenticating user acco

6条回答
  •  隐瞒了意图╮
    2020-12-23 17:10

    As always remember to validate the authentication test to be sure that the password sent is not blank.

    A bind with a user name and no password is considered an Anonymous bind, according to the standard, and looks like it has succeeded! When in fact, it really did not.

    This is an issue for the application to handle, since the LDAP server is just following the standard, an annoying standard, but a standard nonetheless.

提交回复
热议问题