-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Authentication
-
None
-
None
-
Dotnet Drivers
-
None
-
None
-
None
-
None
-
None
-
None
The MongoDB .NET/C# driver behaves differently compared to Compass when using X.509 Authentication. The following scenario summarizes the behavior:
- Root and Intermediate Cert placed in Atlas
- MongoDB Compass: Providing Client-Key + Client-Cert

- C# Drivers: Providing Client-Key + Client-Cert

- MongoDB Compass: Providing Client-Key + Client-Cert
- Root Cert placed in Atlas
- MongoDB Compass: Providing Client-Key + Client-Cert + Intermediate Cert

- C# Drivers: Providing Client-Key + Client-Cert + Intermediate Cert

- MongoDB Compass: Providing Client-Key + Client-Cert + Intermediate Cert
A/C:
- We need to validate if the 4th scenario is expected behavior and if so document why. If it isn't then the issue should be fixed.