Hi Guys
I'm interested to know if there is any way to users could change their password independently ?! I have read some articles regrading to develop java class by calling change password method from MBean server and deploy it on BI Server (https://www.rittmanmead.com/blog/2011/10/changing-your-password-in-obiee-11g/), and surprisingly another article from oracle which mention users could change their password easily from their Oracle Publisher dashboard (https://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bip/bip11g/gettingstarted11116/gs.htm#t1s6). But both of them first related to 11g version and secondly doesn't work for me!
Any idea to solve this problem in OBIEE 12c product ?
Thank is advance
You want someone to do this for you or help you with it?
No problem you can always get in touch via private message to do the work.
Of course a proper SSO as suggested above is the ideal situation.
As you ask for authorization I assume you agree in using an existing tool (LDAP / AD) for authentication.
You can use a database to authorize users (it's covered in the official doc or in blog posts like https://blogs.perficient.com/2018/10/03/obiee-12c-security-ldap-authentication-and-db-authorization/ ), you can also use weblogic itself: if you have a limited number of users you can map them into application roles directly (this is probably a quite dirty way to do it and I would only consider it as last option if nothing else is possible).
Dear Joel
Dear Christian
Dear Gianni
Thank you so much for your reply
I could summed up the solutions are use SSO as Joel mention (https://blogs.oracle.com/cealteam/obiee-12c%3a-configuring-kerberos-sso-for-obiee-12c ), using database authorizing as Gianni said (https://blogs.perficient.com/2018/10/03/obiee-12c-security-ldap-authentication-and-db-authorization/) and do programming as here explain (https://www.rittmanmead.com/blog/2011/10/changing-your-password-in-obiee-11g/ )