Information
Resource owner validation check validates the resource owner credentials.
Verifying the credentials of the resource owner prevents unauthorized access.
Solution
Add the skipResourceOwnerValidation attribute to the oauthProvider element to ${server.config.dir}/configDropins/overrides/*.xml and set to false to ensure resource owner validation is completed.
<oauthProvider skipResourceOwnerValidation="false" />