Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 77 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Want to restrict OBIEE 12c logins to one specific AD group

We have an OBIEE 12c installation that we would like to lock down so that only members of one certain AD group can access the application URLs.
Right now our authentication provider that was set up is wide open and allows anyone in our company with an AD account to log in. We are controlling
what people can see via a Data Security table and the OBIEE roles, but we would like to be able to keep access restricted to few.
We are trying to do this in preparation to adding an OBIEE shortcut on our SSO page and we want only those approved users to access it.
I am wondering where on the provider specific tab in settings for my Provider, do I specify the AD user group.
Thanks
Bill
Answers
-
You just have to change the LDAP queries which pulls the users from the AD.
0 -
Dear User 3468775,
To elaborate what Mr. Berg has already said, you will have to create a new AD Group in LDAP and add all users whom you want to give access to OBIEE. Refine your queries in CONSOLE to pull only users from this newly created group and you are all set.
Mainly you will have to update the USER BASE DN.
0 -
Yupp. From what he is writig I suppose he has the group already, so getting the query is a simole case of asking the AD team "What's the base DN for users and what's the group?".
0 -
At the very least you should remove authenticated-role from the BI Consumer Role to restrict login access to only users with BI Roles instead of anyone who has access to the LDAP.
0 -
Thank you all. I just want to confirm that I am understanding correctly. I have the DN for my group CN=IT-OBIEE-Users,OU=Security Groups,DC=win,DC=*****,DC=com
I just need to replace the DC=win,DC=******,DC=com that is set as the user base DN in the settings with the DN for my group.
Thanks
Again.
0 -
Yes
0 -
There are two sections (see screenshot from previous reply):
USER BASE DN
GROUP BASE DN
Please modify these sections with appropriate values.
0 -
Please mark the thread as answered if your question has been answered so that other users can benefit.
0