[DRIVERS-183] Auth Mechanism Properties in the Connection String Created: 30/Sep/14 Updated: 15/Apr/19 Resolved: 04/Oct/16 |
|
| Status: | Closed |
| Project: | Drivers |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major - P3 |
| Reporter: | Craig Wilson | Assignee: | Craig Wilson |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||||||||||||||||||||||||||||||||||||||||||
| Driver Compliance: |
|
||||||||||||||||||||||||||||||||||||||||||||
| Description |
|
Currently, GSSAPI is a configurable authentication mechanism with 3 configurable properties. Only SERVICE_NAME is configurable via the connection string using the gssapiServiceName. In an effort to make this more general, the auth spec has defined a format for specifying any configurable mechanism property in the connection string using the same format as the readPreferenceTags. Example: mongodb://a/?authMechanism=GSSAPI&authMechanismProperties=SERVICE_NAME:mongodb,CANONICALIZE_HOST_NAME:true |
| Comments |
| Comment by Andrew Morrow (Inactive) [ 03/Mar/15 ] |
|
Validating for C++11 because validated for C |