Our application will host a MQ server with Listeners. We have created a Service Package and a Service MQ rule associate with it. It’s working fine.
We would like to enhance the security by adding Authentication in Service Package rule. Which Authentication Type is available for Service MQ? If we selected any authentication type, how would the sender to configure the authentication in their external system?
@LeiZ9749 For Service MQ rules the available authentication types include Basic credentials OAuth 2.0 and Custom authentication. If you select an authentication type the sender must configure their external system to provide the necessary credentials in the request message. For Basic authentication the sender needs to include the operator ID and password in the request. For OAuth 2.0 the sender must implement the OAuth flow to obtain an access token and include it in the request. For Custom authentication the sender should follow the specific requirements defined by the custom authentication service implemented in the Pega application.
This is a GenAI-powered tool. All generated answers require validation against the provided references.