Oracle Weblogic Server (MOSC)

MOSC Banner

Does Weblogic SQLAuthenticator support HmacSHA1 algorithm

edited Sep 3, 2013 12:50PM in Oracle Weblogic Server (MOSC) 8 commentsAnswered
Hi,
I'm busy implementing a SQLAuthenticator pointing to external DB tables within Weblogic 10.3.5. I managed to get the standard hashing algorithms to work fine but I can't seem to get HmacSHA1 to work. There are no exceptions in the log, only Authentication Denied message on the screen when I log into WL console.

I managed to get the following algorithms to work:
{SHA-1}encode.base64(password)
{SSHA}clear text salt+ encode.base64(sha1(salt+password))

but using this doesn't work:
{HmacSHA1}clear text salt+encode.base64(mac(password,2,salt))

Does WL SQLAuthenticator support HmacSHA1?

According to the Oracle Documentation WL will support any JCE identified algorithms, and HmacSHA1 is in the list but still not luck.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center