Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions source/fundamentals/authentication/oidc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,12 @@ see the corresponding syntax.
.CreateOidcCredential("k8s")
var client = new MongoClient(mongoClientSettings);

If your application runs on `Amazon Elastic Kubernetes Service <https://aws.amazon.com/eks/>`__
(EKS), you must create an ``AWS_WEB_IDENTITY_TOKEN_FILE`` environment variable that points
to the file containing your OIDC token, in addition to completing
the preceding Kubernetes OIDC authentication steps. To learn more about authenticating to
MongoDB from AWS applications, see the :ref:`csharp-authentication-aws` guide.

Custom Callback
~~~~~~~~~~~~~~~

Expand Down
Loading