diff --git a/README.md b/README.md index f67e0070a..39e44bcf5 100644 --- a/README.md +++ b/README.md @@ -83,12 +83,6 @@ variable. For detailed instructions for each of our supported platforms, please --keyVaultNamespace [arg] database.collection to store encrypted FLE parameters --kmsURL [arg] Test parameter to override the URL of the KMS endpoint - oidcFlows?: string; - oidcRedirectUri?: string; - oidcTrustedEndpoint?: boolean; - oidcIdTokenAsAccessToken?: boolean; - oidcDumpTokens?: boolean | 'redacted' | 'include-secrets'; - OIDC auth options: --oidcFlows[=auth-code,device-auth] Supported OIDC auth flows diff --git a/packages/cli-repl/README.md b/packages/cli-repl/README.md index a905462ef..fdc86ab0d 100644 --- a/packages/cli-repl/README.md +++ b/packages/cli-repl/README.md @@ -68,12 +68,6 @@ of mongosh, visit https://www.mongodb.com/try/download/shell. --keyVaultNamespace [arg] database.collection to store encrypted FLE parameters --kmsURL [arg] Test parameter to override the URL of the KMS endpoint - oidcFlows?: string; - oidcRedirectUri?: string; - oidcTrustedEndpoint?: boolean; - oidcIdTokenAsAccessToken?: boolean; - oidcDumpTokens?: boolean | 'redacted' | 'include-secrets'; - OIDC auth options: --oidcFlows[=auth-code,device-auth] Supported OIDC auth flows diff --git a/packages/cli-repl/src/constants.ts b/packages/cli-repl/src/constants.ts index 614280be9..1a1993977 100644 --- a/packages/cli-repl/src/constants.ts +++ b/packages/cli-repl/src/constants.ts @@ -135,12 +135,6 @@ export const USAGE = ` 'cli-repl.args.kmsURL' )} - oidcFlows?: string; - oidcRedirectUri?: string; - oidcTrustedEndpoint?: boolean; - oidcIdTokenAsAccessToken?: boolean; - oidcDumpTokens?: boolean | 'redacted' | 'include-secrets'; - ${clr(i18n.__('cli-repl.args.oidcOptions'), 'mongosh:section-header')} --oidcFlows[=auth-code,device-auth] ${i18n.__( diff --git a/packages/mongosh/README.md b/packages/mongosh/README.md index db6c21792..5e86059b2 100644 --- a/packages/mongosh/README.md +++ b/packages/mongosh/README.md @@ -72,12 +72,6 @@ of mongosh, visit https://www.mongodb.com/try/download/shell. --keyVaultNamespace [arg] database.collection to store encrypted FLE parameters --kmsURL [arg] Test parameter to override the URL of the KMS endpoint - oidcFlows?: string; - oidcRedirectUri?: string; - oidcTrustedEndpoint?: boolean; - oidcIdTokenAsAccessToken?: boolean; - oidcDumpTokens?: boolean | 'redacted' | 'include-secrets'; - OIDC auth options: --oidcFlows[=auth-code,device-auth] Supported OIDC auth flows