Mark,
Thanks for your quick response. We will try your suggestion as this may be
the only option we have to get the users authenticated.
Thanks again.
On Thu, Jul 2, 2020 at 2:43 PM Mark Thomas wrote:
> On 02/07/2020 17:38, Hugh Roberts wrote:
> > Tomcat 9.0.36
> > JDK 1.8.0
Tomcat 9.0.36
JDK 1.8.0_251
We are trying to use Tomcat JDBCRealm to access user credentials stored in
Oracle DB. The user password is hashed with a SALT and stored in a table.
*ISSUE:* We can authenticate using the BASIC auth-method while passing the
hashed string of the password but the DIGEST