When authentication is used, but no explicit authMechanism is provided:
- Use SCRAM-SHA-1 when connected to MongoDB >= 2.8
- Use MONGODB-CR when connected to MongoDB < 2.8
Use maxWireVersion to decide.
- is depended on by
-
DRIVERS-166 Implement the SCRAM-SHA-1 SASL Mechanism
- Closed