We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf871d0 commit 7751a8aCopy full SHA for 7751a8a
source/fundamentals/authentication/oidc.txt
@@ -195,6 +195,12 @@ see the corresponding syntax.
195
.CreateOidcCredential("k8s")
196
var client = new MongoClient(mongoClientSettings);
197
198
+If your application runs on `Amazon Elastic Kubernetes Service <https://aws.amazon.com/eks/>`__
199
+(EKS), you must create an ``AWS_WEB_IDENTITY_TOKEN_FILE`` environment variable that points
200
+to the file containing your OIDC token, in addition to completing
201
+the preceding Kubernetes OIDC authentication steps. To learn more about authenticating to
202
+MongoDB from AWS applications, see the :ref:`csharp-authentication-aws` guide.
203
+
204
Custom Callback
205
~~~~~~~~~~~~~~~
206
0 commit comments