How does TIBCO BusinessWorks Basic Authentication call to TIBCO Administrator Domain user management work.
book
Article ID: KB0094118
calendar_today
Updated On:
Products
Versions
TIBCO Administrator
-
TIBCO ActiveMatrix BusinessWorks
-
Not Applicable
-
Description
Resolution:
TIBCO BusinessWorks Basic Authentication call to TIBCO Administrator Domain user management depends on type of Domain repository.
1] If Domain Data is stored in Repo(File) , then Basic Authentication is RV-based from BW , via a call to Repo classes, through the Administrator's Repo Servlet ,hence on to the Repo via POF call.
2] If Domain Data is stored in RDBMS, then Basic Authentication is JDBC-based from BW , via a call to POF classes , bypassing Administrator.
3] If User Credentials are delegated to LDAP, Basic Authentication is LDAP-based from BW, via a call to POF, but also includes one of the above methods to check if ID is local or LDAP.