We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93fbad2 commit 1ba63aeCopy full SHA for 1ba63ae
source/reference/options.txt
@@ -532,6 +532,13 @@ Authentication Options
532
533
mongosh 'mongodb://localhost/' --authenticationMechanism MONGODB-OIDC --oidcFlows=auth-code,device-auth
534
535
+.. option:: --oidcIdTokenAsAccessToken
536
+
537
+ Specifies whether ``mongosh`` uses the ID token received from the identity
538
+ provider instead of the access token. Use this option with identity providers
539
+ that you can't configure to provide :abbr:`JWT (JSON Web Token)` access
540
+ tokens.
541
542
.. option:: --oidcRedirectUri
543
544
Specifies a URI where the identity provider redirects you after authentication.
0 commit comments