ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Multiple levels of authorization for SOAPRequest node

Post new topic  Reply to topic
 Multiple levels of authorization for SOAPRequest node « View previous topic :: View next topic » 
Author Message
leao
PostPosted: Fri Aug 21, 2020 8:01 am    Post subject: Multiple levels of authorization for SOAPRequest node Reply with quote

Newbie

Joined: 06 Dec 2018
Posts: 6

Hi,
I have a scenario where I'll be using a SOAPRequest node which requires two levels of authorization. So the first level is the Authorization header which I can set with the SOAPRequest node's securityProfileName property and the mqsisetdbparms command.

The second level of authorization is also in the SOAP header, but is in a different format, with another username and password, each in separate elements.

So the complete SOAP header element will look like this:
Code:
<soapenv:Header>
    <Authorization>Basic abc123</Authorization>
    <ServiceUsername>user123</ServiceUsername>
    <ServicePassword>pass123</ServicePassword>
</soapenv:Header>


Both of the authorization levels must be secret (not stored in plain text anywhere). The first level is handled by mqsisetdbparms, but I don't know how to handle the second level.

Any tips?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Multiple levels of authorization for SOAPRequest node
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.