User Authentication in OBIEE
The
goal of the authentication configuration is to get a confirmation of the
identity of a user based on the credentials provided.
In
OBIEE, the credentials provided are hold in this two variables:
- USER
- PASSWORD
The
authentication process in OBIEE is managed by the BI Server.
OBIEE
Support four types of authentication
- LDAP Authentication : Users are authenticated based on credentials stored in LDAP.This is the BEST method to do authentication in OBIEE and it supports company’s Single Sign On (SSO) philosophy as well.
- External Table Authentication : you can maintain lists of users and their passwords in an external database table and use this table for authentication purposes.
- Database Authentication : The Oracle BI Server can authenticates user based on database logins. If a user has read permission on a specific database. Oracle BI Presentation Services authenticates those users.
- Oracle BI Server User Authentication : You can maintain lists of users and their passwords in the Oracle BI repository using the Administration Tool. The Oracle BI Server will attempt to authenticate users against this list when they log on.
No comments:
Post a Comment