Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OBIEE analytics Login restriction based on domain name

Hi All,
Thanks for looking in to this post.
Our Client have 2 domains.
We have http OBIEE analytics URL works based on windows authentication (IIS).
User1 in abc domain able to login (abc\user1)
User2 in xyz domain also able to login in to application (xyz\user2)
if both users logedin in client Network.
Both user ID's are there in the same LDAP which we use for authentication.
My requirement is,
Is there a way to control the user login based on the domain. so the user related to xyz domain should not get authenticated.
Thank you all in Advance
Answers
-
If it's LDAP, can't you just set up the LDAP authenticator in WLS to ignore the relevant branch of the LDAP tree for which you want to disable access?
0 -
we are using 10g style of init block security.
I am not sure if I can go ahead with the LDAP Authenticator setup in WLS. LDAP we are using is Global for organization.
Thanks & Regards,
0 -
Check here: http://gerardnico.com/wiki/dat/obiee/adsi
As Robin said it's just about excluding anyone not pertinent through the Base DN.
0 -
Thank you Robin and Christian,
Will go through the inputs and let you know.
0