-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Security
-
Security 2024-06-24, Security 2024-07-08, Security Frozen Work
Because the server will now be signing JWTs in addition to validating them, we need to extend the JWSValidator to sign JWTs if it was created with a locally-generated JWK keypair containing a private key.
We must also create a function that serializes the JWK to BSON, ensuring that private key information is never included when writing to disk.
- is depended on by
-
SERVER-91644 Build the AuthSessionTokenManager base class
- Needs Merge
-
SERVER-91645 Build the shard implementation of AuthSessionTokenManager
- Needs Scheduling