# |
Explanation |
---|---|
DEV-1941 |
Update to Payara 5 and MariaDB 10.5.8
|
DEV-1932 |
Load JSON web token (JWT) certificates into memory. JWT keys are now created on install and are loaded in memory for the purpose of generating a JWT for an authenticate response. This is similar to an earlier feature which allowed for signing keys to be loaded into memory for the cryptomodule. |
DEV-1931 |
Create JSON web token (JWT) signing certificate generator. The application now generates a self-signed CA certificate that is then used to issue JWT signing certificates. All generated certificates are created and imported into jwtsigningkeystore.bcfks and jwtsigningtruststore.bcfks. |
DEV-1930 |
Add get all policy web service. Add get all policies metadata web service call to populate a policy list. |
DEV-1928 |
Implement FIDO policy JSON system change. System element is now a peer element of algorithms, attestation, registration, authentication, authorization, and rp; not sub-elements of system. |
DEV-1925 |
Add a log for API calls received from username for policy web service. Added info in the log that specifies the username passed by the policy web service call. |