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.  UM Authentication from .NET Adapter

    Posted 07/14/16 03:50 PM

    We have a UM installation which will use Active Directory for authenticating connections from interfacing application. Some of those applications are on .NET. The Application adapter would send its system ID and password to UM while making a connection and then UM will then take the system ID / password and authenticate against Active Directory.

    We are unable to find how the .NET based adapter can pass system id and password to UM? Please find below sample code. Please help with example to show how to pass system ID and password to UM from .NET code.

    public nSession connect(String rname)
    {
    nSession session = null;
    log.Debug("Create a realm session attributes object (RNAME="+rname+")");
    nSessionAttributes sessionAttributes = new nSessionAttributes(rname);
    log.Debug("Create a session object from the session attributes object");
    session = nSessionFactory.create(sessionAttributes);
    log.Debug("Initializing session");
    session.init();
    log.Debug("Session initialized");
    return session;
    }

    #webMethods
    #Integration-Server-and-ESB
    #Universal-Messaging-Broker


  • 2.  RE: UM Authentication from .NET Adapter

    Posted 07/16/16 04:26 AM

    Did you progress anything on this request. Did you reach SAG for assistance.

    Thanks,


    #Integration-Server-and-ESB
    #webMethods
    #Universal-Messaging-Broker


  • 3.  RE: UM Authentication from .NET Adapter

    Posted 07/18/16 01:39 AM

    Not yet, hoping for a response here before seeking additional consultation.


    #Integration-Server-and-ESB
    #webMethods
    #Universal-Messaging-Broker


  • 4.  RE: UM Authentication from .NET Adapter

    Posted 07/18/16 02:47 PM

    Authentication via UM using passwords is currently only supported in Java.

    Regards,

    Stuart


    #Universal-Messaging-Broker
    #Integration-Server-and-ESB
    #webMethods


  • 5.  RE: UM Authentication from .NET Adapter

    Posted 08/01/16 12:51 PM

    Is it possible for .NET client to use JMS APIs provided by UM and use that authenticate using password?


    #Universal-Messaging-Broker
    #webMethods
    #Integration-Server-and-ESB