InterviewSolution
| 1. |
How Is Security Set Up In Obiee? How Many Methods Of Security Can Be Set Up In Obiee…? |
|
Answer» Authentication is process of confirming WHETHER the user is a VALID user or not. Is he part of this COMPANY. Is he an employee of our external suppliers. Authorization is process of giving ACCESS to different pieces of the OBIEE. One user “UserA” can access dashboards, can create iBots, can schedule REPORTS and can do administrative tasks. Another user “UserB” can see only part of what “UserA” has access to and “UserB” has access to some other tabs of the dashboard that “UserA” does not. This layer of separating who can access what is done as part of Authorization. Authentication is process of confirming whether the user is a valid user or not. Is he part of this company. Is he an employee of our external suppliers. Authorization is process of giving access to different pieces of the OBIEE. One user “UserA” can access dashboards, can create iBots, can schedule reports and can do administrative tasks. Another user “UserB” can see only part of what “UserA” has access to and “UserB” has access to some other tabs of the dashboard that “UserA” does not. This layer of separating who can access what is done as part of Authorization. |
|