Ok, if thatās the case, then we just need to implement LDAP authentication to WebAPI in the R packageā¦There is a thread for this here. We just need more help in people researching what R libs are available (or how to configure an environment with keystores/kerbros for example) to invoke each method of authentication.
I think LDAP is not solved in the R package, so weād need some help with getting an implementation.
Right, we need to add ldap to ROhdsiWebApi. In my GitHub Actions test coming in Broadsea 3.1, I added a curl command for ldap auth, so itās definitely doable.
curl -d "login=user1&password=PASSWORD" -H "Content-Type: application/x-www-form-urlencoded" -X POST http://127.0.0.1/WebAPI/user/login/ldap
Develop, since that repo follows R publishing procedures, which means pushing to master signals a release (which we donāt want).
Iām not sure about PackageMaintenance, but probably OK. Just set up a feature branch (off develop) and someone will be able to review if it is in complaince.