-
Type:
Improvement
-
Resolution: Done
-
Priority:
Major - P3
-
Affects Version/s: 1.4.0
-
Component/s: None
-
None
Although we support extracting authMechanismProperties and have a function to retrieve those (mongoc_uri_get_mechanism_properties()) we don't actually use the values for anything.
It appears we still use the canonicalizeHostname=bool and gssapiServiceName=string that should be
authMechanismProperties=CANONICALIZE_HOST_NAME:true,SERVICE_REALM:string
See _mongoc_cluster_auth_node_sasl
Spec: https://github.com/mongodb/specifications/blob/master/source/auth/auth.rst
- is depended on by
-
DRIVERS-278 Cross Realm authentication using Kerberos
-
- Closed
-
- is related to
-
CDRIVER-1478 Implement Connection String Spec Tests
-
- Closed
-
- related to
-
DRIVERS-183 Auth Mechanism Properties in the Connection String
-
- Closed
-