Basic HTTP Authentication in TIBCO BusinessEvents.

Basic HTTP Authentication in TIBCO BusinessEvents.

book

Article ID: KB0087166

calendar_today

Updated On:

Products Versions
TIBCO BusinessEvents Enterprise Edition -
Not Applicable -

Description

Resolution:
Title :
===========
Basic HTTP Authentication in TIBCO BusinessEvents.

Description:
===========
For basic HTTP Authentication in TIBCO BusinessEvents, an identity resource is not available .

Environment:
===========
TIBCO BusinessEvents 5.x
All Operating Systems

Resolution:
===========
For "Server authentication using client username-password sent by client:" in TIBCO BusinessEvents we have to follow the following procedure:

1). In SOAP Event provide an Event property Authorization. This will get converted into a Header.

2). Assign the username and password in the format required.

3). In the Server side in the preprocessor rulefunction, validate against the client's provided username and password.

If it is a valid user it will generate the response message and send it back to the client. In this scenario the client authenticates the server using trusted certificates and the server authenticates the client using the username-password provided by client.

References :
============
Enhancement Request: BE-10032

Issue/Introduction

Basic HTTP Authentication in TIBCO BusinessEvents.