Does ATK4 supports LDAP authentication? I would like to query LDAP and automatically add the account to the atk4 application while the user authenticates for the first time. Subsequent authentications requests should check the passwords from the LDAP itself.
Does ATK4 supports LDAP authentication? I would like to query LDAP and automatically add
Share
No.
Agile Toolkit is the User Interface framework and it focuses on visualizing data and improving interaction between user and the server.
The MySQL is integrated for data storage, however you can integrate a built-in LDAP functionality with the UI by creating a Controller.
You can extend BasicAuth class by looking at DBAuth as example and implementing the LDAP connectivity for user authentication and user mirroring into regular Models.
The resulting class might be quite useful for others, so it would be nice if you share it.