Details
-
Bug
-
Resolution: Won't Fix
-
Major - P3
-
None
-
http://docs.mongodb.org/manual/tutorial/enable-authentication-without-bypass/
*Location*: http://docs.mongodb.org/manual/tutorial/enable-authentication-without-bypass/
*User-Agent*: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)
*Referrer*: http://docs.mongodb.org/manual/tutorial/configure-x509-client-authentication/
*Screen Resolution*: 1920 x 1080
*repo*: docs
*source*: tutorial/enable-authentication-without-bypass
http://docs.mongodb.org/manual/tutorial/enable-authentication-without-bypass/ *Location*: http://docs.mongodb.org/manual/tutorial/enable-authentication-without-bypass/ *User-Agent*: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E) *Referrer*: http://docs.mongodb.org/manual/tutorial/configure-x509-client-authentication/ *Screen Resolution*: 1920 x 1080 *repo*: docs *source*: tutorial/enable-authentication-without-bypass
-
0.25
Description
How do I authenticate a user, meTheUser , with X.509 certs by using java interface. You show how to authenticate with name, database, and password but is vague when you refer to uses Mongo Credential and MongoClientURI
There is a vague reference to
new MongoClientURI(“mongodb://localhost/?ssl=true”) and
mongoClientOptions.builder().sslEnabled(true).build() but there should be more information.
Please provide more information on how to use these methods