diff --git a/driver/src/client/auth/oidc.rs b/driver/src/client/auth/oidc.rs index 3b5505a5c..39b6003e9 100644 --- a/driver/src/client/auth/oidc.rs +++ b/driver/src/client/auth/oidc.rs @@ -57,6 +57,7 @@ const DEFAULT_ALLOWED_HOSTS: &[&str] = &[ "localhost", "127.0.0.1", "::1", + "*.mongo.com", ]; /// The callback to use for OIDC authentication.