Re: Tomcat JDBCRealm using DIGEST authentication not producing the expected HASH using a SALT

2020-07-02 Thread Hugh Roberts
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_251 > > > > We a

Re: Tomcat JDBCRealm using DIGEST authentication not producing the expected HASH using a SALT

2020-07-02 Thread Mark Thomas
On 02/07/2020 17:38, Hugh Roberts wrote: > 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 pa

Tomcat JDBCRealm using DIGEST authentication not producing the expected HASH using a SALT

2020-07-02 Thread Hugh Roberts
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