How can OAS user created in weblogic embedded ldap reset it's own password?
We have a deployment of OAS with users created in fusion WebLogic. Users want to reset their passwords by themselves so that they are only aware of the passwords and do not need an admin to set a password for them. Is there any way to do that?
Best Answer
-
The WebLogic lightweight LDAP isn't designed to provide that feature, mostly because OAS is mostly connected to the corporate AD or LDAP and therefore doesn't "own" the users.
You can develop it by using the MBean.
This blog show how it was done in 11g: https://www.rittmanmead.com/blog/2011/10/changing-your-password-in-obiee-11g/
There is still a MBean for that job in 12c: https://docs.oracle.com/cd//F23552_01/weblogic-server/12.2.1.4/wlapi/weblogic/management/security/authentication/UserPasswordEditorMBean.html
0
Answers
-
Have you come across any workaround for this? I have the same requirement from end users.
0 -
The response is in Gianni's reply. There are MBeans who allow you to do that. You can use any MBean-capable framework and build it yourself.
0