Hi All,
In our all existsing apex applications team had used Oracle Internet Directory for configuration things, below is scnenrio where are facing the problems
Entries in an LDAP directory are arranged in a hierarchy known as a directory information tree (DIT). Each individual entry in the directory has a specific location in the DIT that is uniquely identified by a distinguished name (DN).
so in our applications there are given as
cn=alex, cn=users,dc=xyz,dc=abc-hill,dc=com
Now problem we are having is we have two applications as
First application name is# ECS
Second application name is# Finanical
In first application we have Authorization Schemes as Admin
In Second application we have Authorization Schemes as creator
Before adding to users in that particluar groups team have create an entry in OID, to access the application, and OID is common to both applications so our team is adding all list of users in OID and adding corresponding users to that particular groups.
Let us assume we have two users as "Adam" & Smith" and both of them added in OID group, now Adam is only applicable to access to first application and where as Smith is only should access to second application, since both users were added in OID group in common there are able to access both applications which is not supposed to do.
How we can candle this scenerio/identify this user should access to that first application but not second application.
Regards,
Sruthitamiri!!