Add SSO authentication support to mongoDB database
Existing issue: One user has accounts in multiple mongoDB databases on Atlas that exist in different Projects and maybe Organizations as well. When he wants to switch from one database to the other from a 3rd party app, he has to provide his credentials every time.
Adding SSO authentication support to the mongoDB databases would add flexibility to a user like that, to switch from one database to the other without being asked for his credentials every time when connecting from a 3rd party application.
-
Gabriel commented
The only way to do SSO with MongoDB and active directory in windows is currently with Kerberos. We have had trouble getting this to work (not successful yet) and it is not nearly as seamless as SSO with active directory. We would very much like to see this feature added to mongodb for better integration with other applications using the mongodb driver.