Information
The OAuth client secret is encoded using the 'clientSecretEncoding' attribute.
Encoding the OAuth client secret at highest level available reduces the possibility of it being decoded by an unauthorized party.
Solution
Add the clientSecretEncoding attribute to the oauthProvider element to ${server.config.dir}/configDropins/overrides/*.xml is set to a valid encoding type, for example PBKDF2WithHmacSHA512 to enable stored access token encoding.
<oauthProvider clientSecretEncoding="PBKDF2WithHmacSHA512" />