Direct Authentication
Direct authentication requires the calling application to provide valid TIBCO ActiveMatrix BPM login credentials when calling a TIBCO ActiveMatrix BPM service. This is the default authentication method used by TIBCO ActiveMatrix BPM.
The type of direct authentication to use depends on the type of interface you are using:
- Web Service API or Java Service Connector
An API call to the web service API (SOAP) or Java Service Connector must include a UsernameToken in the SOAP header, which specifies the username and password of the user on whose behalf the call is being made. This uses Web Services Security UsernameToken Profile 1.0.
- REST API
A call to the REST API must supply a valid username and password in an HTTP Basic Authentication header. See Authenticating the Calling User - REST API.