IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Passticket generation

    Posted 12/01/14 02:47 AM

    Hi,

    While we are a long time user of EntireX, utilising ACI calls between z/OS LPARS, we are newcomers to the realm of using it to expose the mainframe to the Java world. Our proof of concept project (browser → Java app → EntireX wrapper → Broker → Natural RPC) is working nicely but, as we move beyond the sandbox, we have started to consider things like security.

    We are looking to implement EntireX Security and we are keen to have a single sign on so that users of the browser app won’t need to enter their mainframe password (same userid but potentially different LAN password). ACF2 will accept a generated passticket instead of a password so that seems to be the way to go.

    IBM publishes its passticket generation algorithm and I’ve scoured the web looking for an example written in Java but haven’t been able to find one.

    Before we head off to reinvent the (passticket) wheel, can anyone help us and share one they prepared earlier?

    Cheers, Graeme


    #EntireX
    #Mainframe-Integration
    #webMethods


  • 2.  RE: Passticket generation

    Posted 12/01/14 03:21 AM

    Hi Graeme
    These are 2 distinct issues - SSO vs Passticket. Here is high level RoadMap:

    With SSO you need the Windows user to be defined in ACF2, and somehow transparent to the application the Windows user passed under the cover to ACF2 which will treat it as already verified. There is no such thing, it’s complex. I presumed Windows for example.

    With passticket - your Java code can use a Java routine to generate the passticket - and pass it to Natural which must have Security Interface to ACF2 (its a separate feature/product, I forgot it’s name). With RACF I know for sure - RACF will take the password and first check it as password, if not will check it as passticket; not sure about ACF2. So passticket will work - and it may satisfy your needs - call it as you like.

    Regards, Shmuel


    #EntireX
    #Mainframe-Integration
    #webMethods


  • 3.  RE: Passticket generation

    Posted 12/01/14 03:31 AM

    Clarification
    Java client t generating passticket is EEX client - will pass passticket in RPC password field according to EXX protocol, and Natural needs not know that it is a passticket; Natural just passes it to Security Product as password.


    #Mainframe-Integration
    #EntireX
    #webMethods


  • 4.  RE: Passticket generation

    Posted 08/12/20 08:28 AM

    Hi Graeme, I realise this is now very old but did you ever find the java for passticket generation? I’m looking to do the same. Thanks. Jamie


    #webMethods
    #EntireX
    #Mainframe-Integration


  • 5.  RE: Passticket generation

    Posted 08/12/20 08:49 PM

    Jamie,
    Integration Server EntireX Adapter
    wmEntireX package
    pub.wmentirex.RACFPassTicket:generate method

    Regards,
    Wayne


    #webMethods
    #EntireX
    #Mainframe-Integration


  • 6.  RE: Passticket generation

    Posted 08/13/20 04:12 AM

    Thanks a lot Wayne, i’ll take a look.
    Regards,
    Jamie.


    #EntireX
    #webMethods
    #Mainframe-Integration