Could u share the tips for GCP OIDC with mongodb? I am getting "MongoServerError: Authentication failed." This is all that is required for the App connection right? What about specifying the user that we create in Mongodb with Federated Auth? Would be great if u could offer some insights or examples. Thank you!
const uri = "mongodb+srv://clustername.xxx.mongodb.net/?authMechanism=MONGODB-OIDC"
+ "&authMechanismProperties=ENVIRONMENT:gcp,TOKEN_RESOURCE:<aud>";