Hi @Ajit_Londhe ,
We are trying to access our OHDSI WebAPI via LDAP using the below command in R console
authorizeWebApi(baseUrl,
-
authMethod = "ad",
-
webApiUsername = Sys.getenv("WEBAPI_USERNAME"),
-
webApiPassword = Sys.getenv("WEBAPI_PASSWORD"))
We have set the baseUrl, WEBAPI_USERNAME and WEBAPI_PASSWORD properly
But we are getting the below error:
Error in .authAd(baseUrl, webApiUsername, webApiPassword) :
Authentication failed.
NOTE: Weāve already configured LDAP in our environment and that is working fine with our LDAP credentials
Please help us to resolve the issue
Thanks,
Kavi Sambathkumar