Authorization Service

To ensure secure access to TIBCO Order Management system REST APIs and support multitenancy, token-based authentication is implemented in TIBCO Order Management.

The authentication service in TIBCO Order Management uses the JSON Web Token (JWT) to validate user credentials (user name, password, and tenantID).

The following functions are covered under the Authorization Service:

After a user is created, authenticate it by following the procedures in Generating an authorization token topic.