diff options
author | Spencer Jackson <spencer.jackson@mongodb.com> | 2023-03-22 20:50:46 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2023-03-28 19:12:54 +0000 |
commit | d39c9ce97ba04ccf487619948b6ef1a56c952ebc (patch) | |
tree | b3c771d6e180c6c3e25d395c938a2ca6f5afa1c3 /src/mongo/db | |
parent | c22677bde0b42aa652915ef82610ee850c6cb478 (diff) | |
download | mongo-d39c9ce97ba04ccf487619948b6ef1a56c952ebc.tar.gz |
SERVER-75122 Remove Client Secret
Diffstat (limited to 'src/mongo/db')
-rw-r--r-- | src/mongo/db/auth/oidc_protocol.idl | 4 |
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> |