Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 214 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Change password by user in OBIEE 12c
Answers
-
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.
0 -
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).
0 -
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/ )
0