Hi comunity,
i'm prototyping on how OBIEE could be implemented in our system for a few days now.
Given is that we need to use the user and role concept implemented in the database.
Every user password in our db is first encrypted by DBMS_CRYPTO then salted and hashed.
As the OBIEE documentation mentions weblogic expects the Password to be only hashed in SHA-1 which we dont use.
Is there any possibility that weblogic can use our stored users and pw for athentification?
I read so much on the net and got only little input.
Maybe anyone can help?
Thanks!