Skip to content

DOCSP-50554: Add extra AWS info to OIDC page #648

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jun 17, 2025
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