Replies: 3 comments 2 replies
-
Hi @bartsipes Thanks for asking the question. Currently, MongoDB vCore does not yet support Entra ID integration with OIDC, but it's coming soon. Once the service supports it, our VS Code extension will too. |
Beta Was this translation helpful? Give feedback.
-
Hi @bartsipes, great to hear from you! Internally, we use the Node.js driver to connect to a MongoDB instance, and from what we see, it does support OIDC. In fact, OIDC is listed as one of the enterprise authentication mechanisms here. We’re more than happy to explore adding more authentication methods. Out of curiosity, could you share a bit more about your use case and hosting environment? That would help us understand how best to support this scenario. Looking forward to your insights! Feel free to reach out to me or @sajeetharan directly as well. |
Beta Was this translation helpful? Give feedback.
-
🚀 We're now tracking the item here: #2586 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I work with a MongoDB cluster which does not have simple username/password auth enabled. It only supports OIDC. Are there any plans to add support for this type of connection?
Example connection string:
mongodb+srv://theRealDBname.moowh.mongodb.net/?authMechanism=MONGODB-OIDC&authSource=%24external
Beta Was this translation helpful? Give feedback.
All reactions