summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth
diff options
context:
space:
mode:
authorSpencer Jackson <spencer.jackson@mongodb.com>2023-03-22 20:50:46 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-03-28 19:12:54 +0000
commitd39c9ce97ba04ccf487619948b6ef1a56c952ebc (patch)
treeb3c771d6e180c6c3e25d395c938a2ca6f5afa1c3 /src/mongo/db/auth
parentc22677bde0b42aa652915ef82610ee850c6cb478 (diff)
downloadmongo-d39c9ce97ba04ccf487619948b6ef1a56c952ebc.tar.gz
SERVER-75122 Remove Client Secret
Diffstat (limited to 'src/mongo/db/auth')
-rw-r--r--src/mongo/db/auth/oidc_protocol.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/db/auth/oidc_protocol.idl b/src/mongo/db/auth/oidc_protocol.idl
index 75d5d3d8044..4835ccdf93e 100644
--- a/src/mongo/db/auth/oidc_protocol.idl
+++ b/src/mongo/db/auth/oidc_protocol.idl
@@ -58,10 +58,6 @@ structs:
clientId:
description: "Unique client ID for this OIDC client"
type: string
- clientSecret:
- description: "Secret used when communicating with IDP"
- type: string
- optional: true
requestScopes:
description: "Additional scopes to request from IDP"
type: array<string>