Details
-
Improvement
-
Resolution: Done
-
Major - P3
-
1.4.0
-
None
-
None
Description
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
Attachments
Issue Links
- 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
-