[X] I had searched in the feature and found no similar feature requirement.
Description
Currently, user authentication for API calls is handled directly through the database, where each request is verified against user credentials stored in the DB. However, integrating LDAP authentication would be a better approach. LDAP provides a centralized, more secure way to manage user credentials and access control. By offloading authentication to LDAP, we can enhance security, simplify user management, and reduce the load on our database, making the system more scalable and efficient
Search before asking
Description
Currently, user authentication for API calls is handled directly through the database, where each request is verified against user credentials stored in the DB. However, integrating LDAP authentication would be a better approach. LDAP provides a centralized, more secure way to manage user credentials and access control. By offloading authentication to LDAP, we can enhance security, simplify user management, and reduce the load on our database, making the system more scalable and efficient
Usage Scenario
No response
Related issues
No response
Are you willing to submit a PR?
Code of Conduct