Skip to content

Commit

Permalink
Update source/auth/auth.md
Browse files Browse the repository at this point in the history
Co-authored-by: Maxim Katcharov <maxim.katcharov@mongodb.com>
  • Loading branch information
blink1073 and katcharov authored Apr 29, 2024
1 parent 64c9ea2 commit 3345a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/auth/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -1205,7 +1205,7 @@ in the MONGODB-OIDC specification, including sections or blocks that specificall
> Drivers MUST NOT url-decode the entire `authMechanismProperties` given in an connection string when the
> `authMechanism` is `MONGODB-OIDC`. This is because the `TOKEN_RESOURCE` itself will typically be a URL containing a
> `:` character. The values of the individual `authMechanismProperties` MUST still be url-decoded when given as part of
> the connection string, and MUST NOT be url-decoded when given as part of a `MongoClient` property.
> the connection string, and MUST NOT be url-decoded when not given as part of the connection string, such as through a `MongoClient` or `Credential` property.

- username\
MAY be specified. Its meaning varies depending on the OIDC provider integration used.
Expand Down

0 comments on commit 3345a20

Please sign in to comment.