Hi community, I am currently making tests to connect to AD via Mongo drivers in PHP.
I have experimented with the following issues already:
The connection string provided via Oracle is using PLAIN as auth method, but the server response is to use SCRAM-SHA-1
Auth is not going through with username and password created via the tool
Does anyone have experience and make work MongoDB driver on PHP via AD?