Authentication Identities
A key concept of the Broker security model is that of an identity. An identity represents the credentials of any entity requesting authentication or authorization within a Broker installation.
For basic authentication, an identity is composed of user name authenticated by the
alias (authentication system such as LDAP and ADSI) configured in the basicauth.cfg file.
For SSL authentication, an identity is composed of SSL user DN and the SSL issuer DN.
An entity can be:
A
Broker ServerThe
Broker user interface (or
Broker admin components)
Java, JMS, and C# client programs attempting to access the
BrokerTo fully implement the Broker security model, all of the above must be assigned identities.