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 » General Discussion » MQ Security - getting started.

Post new topic  Reply to topic
 MQ Security - getting started. « View previous topic :: View next topic » 
Author Message
camvdcs
PostPosted: Mon Jun 16, 2003 11:44 am    Post subject: MQ Security - getting started. Reply with quote

Newbie

Joined: 16 Jun 2003
Posts: 6

We have been using MQ series for a number of years. Current version is 1.2 and migrating to 5.3.1. It's use has been confined to intercommunication between mid-tier servers and the mainframe applications. We are now considering offering it to our clients to connect to our applications. We would initally set it up to use link security with a Server Certificate. SSL would run on users coming in from the Internet and talking to a QMGR on a Solaris. The mainframe app would issue a GET to receive the message from the Solaris QMGR. As a starting point I'm wondering if there is a need secure which client can write or read a queue?

Our application is CICS. We normally call RACF to see if a user is authorized to a non-CICS resource. To do this you would need a terminal and when MQ triggers a task to start in CICS, there is no terminal facility. Has anyone tackled this problem yet? I figure we would have to build some kind of new security infrastructure.

Any comments would be greatly appreciated. Thanks.
Back to top
View user's profile Send private message
interactivechannel
PostPosted: Tue Jun 17, 2003 1:13 am    Post subject: Reply with quote

Voyager

Joined: 20 May 2003
Posts: 94
Location: uk

WMQ 5.3 client for z/Os doesn't exist. Hence you can secure your internet users, assuming they are on a supported client, but you'll need to use a security exit on the mainframe connection or install WMQ 5.3 server.
Back to top
View user's profile Send private message
zpat
PostPosted: Tue Jun 17, 2003 2:07 am    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5866
Location: UK

You don't need a terminal to use RACF under CICS, you can simply issue EXEC CICS QUERY SECURITY calls.

You can also start transactions under any given RACF userid (EXEC CICS START TRAN) if you define surrogate RACF access rights for the CICS region.

Look at my article in the Oct 1999 issue of MQ Update. This is available free (for more recent issues you need to subscribe and can contact me for a 7.5% discount code).

www.xephon.com/mq
Back to top
View user's profile Send private message
camvdcs
PostPosted: Tue Jun 17, 2003 7:42 am    Post subject: Reply with quote

Newbie

Joined: 16 Jun 2003
Posts: 6

Your right zpat. I just tested calling QUERY SECURITY without a terminal and it uses the userid the task is running under to check the resource. We have a module that did the QUERY SECURITY but it also interogated the TCT areas. That's why I was let to believe the requirement of the terminal facility for RACF call. Thanks for the tip.
Back to top
View user's profile Send private message
zpat
PostPosted: Tue Jun 17, 2003 8:23 am    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5866
Location: UK

On more recent levels of CICS I believe you can test the access for named userids. In many cases it is more useful to extract the user credentials from the message and check their access - and/or run the transaction under their userid, not the CICS region id.
Back to top
View user's profile Send private message
camvdcs
PostPosted: Tue Jun 17, 2003 8:37 am    Post subject: Reply with quote

Newbie

Joined: 16 Jun 2003
Posts: 6

When the MQ trigger starts the CICS task, it is running under the CICS default userid. I was thinking of retrieving the userid from the message and starting another task with the userid to check his authorization to do a specific business transaction.

Initially our Design team suggests that all clients do PUTS to the same MQ queue. I'm wondering if we should have separate input MQ queues for each client. I think I could QUERY SECURITY with their userid to see if they are authorized to write to the input queue name.
Back to top
View user's profile Send private message
zpat
PostPosted: Tue Jun 17, 2003 9:33 am    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5866
Location: UK

What we do is run one (or more) central tasks which retreive messages from the (single) request queue, and then start transactions under the userid passed in the message (having verified the password) passing the message data (or a reference to a copy of a message if it's a long one) in the COMM area.

For performance reasons we assign security tokens in the reply message which can be used to avoid the overhead of repeated password checks for the next request from the same user (these tokens expire of course).

Again I mention my article in MQ update to save repeating it here.
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 » General Discussion » MQ Security - getting started.
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.