Skip to content

Commit f32c18d

Browse files
authored
remove "not supported" note for MongoDbOidc (#1239)
1 parent e5c1ef8 commit f32c18d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/client/auth.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ pub enum AuthMechanism {
9494
#[cfg(feature = "aws-auth")]
9595
MongoDbAws,
9696

97-
/// MONGODB-OIDC authenticates using [OpenID Connect](https://openid.net/developers/specs/) access tokens. NOTE: this is not supported by the Rust driver.
98-
// TODO RUST-1497: remove the NOTE.
97+
/// MONGODB-OIDC authenticates using [OpenID Connect](https://openid.net/developers/specs/) access tokens.
9998
MongoDbOidc,
10099
}
101100

0 commit comments

Comments
 (0)