Configure the Apache Server for Basic HTTP Authentication
To support basic HTTP authentication for a request, you must configure the Apache HTTP server.
Basic HTTP authentication requires the client to provide a user name and password when it sends the request to the Apache HTTP server. The basic authentication typically is used over transport as it does not provide any protection of the submitted credentials from the client to the Apache HTTP server.
To use basic authentication by the client, it is good practice that you use one-way SSL for secure communication between the Apache HTTP server and the requester. Configure the following for secured communication:
- Configure the Apache HTTP server for one-way SSL. See Configuring One-Way SSL Authentication. If you use the HTTP transport, do not set up the SSL configuration on Apache HTTP server.
- Configure the Apache HTTP server for Basic Authentication. See Enabling Basic Authentication on Apache HTTP Server for the configuration.
- Configure the Core Engine for Basic Authentication. See Configuring TIBCO API Exchange Gateway for Basic Authentication.
- Configuring Apache HTTP Server for Basic Authentication
This section explains the steps required to configure the Apache HTTP server for basic authentication. - Configuring a Client (Requester) for Basic Authentication (Example Use Case)
Configuration details to use TIBCO Business works as a client for basic authentication. - Configuring TIBCO API Exchange Gateway for Basic Authentication
Copyright © Cloud Software Group, Inc. All rights reserved.