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.

 View Only
Expand all | Collapse all

Universal Messaging / Enterprise Manager conditional authentication

  • 1.  Universal Messaging / Enterprise Manager conditional authentication

    Posted Fri July 22, 2016 02:51 AM

    Hi Jonathan,

    For Universal Messaging / Enterprise Manager is there a possibility of restricting the authentication in this way

    • manual users who log into Enterprise Manager are always authenticated
    • sessions generated by custom adapters (such as .Net adapter, who cannot send password in the session request) need not be authenticated via the AD. They will use Basic Authentication or SSL Authentication Scheme as described in the documentation below.

    http://techcommunity.softwareag.com/ecosystem/documentation/webmethods/wmsuites/wmsuite9-7/Universal_Messaging/v97/index.html#page/um-webhelp%2Fto-authentication.html%23

    Regards,
    Revathi


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


  • 2.  RE: Universal Messaging / Enterprise Manager conditional authentication

    Posted Sat July 23, 2016 08:24 PM

    Hi Revathi,

    Yes, it is possible. You could use two authentication modules. Possibly,

    1. InternalLoginModule (sufficient)
    2. LdapLoginModule (Required)

    You will have to write custom log on call backs to assign necessary ACLs uponj log on.


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


  • 3.  RE: Universal Messaging / Enterprise Manager conditional authentication

    Posted Mon July 25, 2016 06:09 AM

    Hi Karthik Babu,

    Thanks for the response.

    The jaas.conf and Server_Common.conf looks as attached.

    Can you kindly suggest how we need to modify them?

    Also please throw more light on writing custom log on call backs to assign necessary ACLs uponj log on.

    Regards,
    Revathi
    Server_Common.conf (7.71 KB)
    jaas.conf (883 Bytes)


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