MQ

MQ

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
  • 1.  Use of Active Directory for authentication to use MQ Web Console

    Posted Tue October 28, 2025 08:49 PM

    Hello, 

    Would someone please share/guide me to how to configure Active Directory for authentication to login to standalone MQ Web Console.

    Thank you,

    Regards,
    Rajesh Verma



    ------------------------------
    RAJESH VERMA
    ------------------------------


  • 2.  RE: Use of Active Directory for authentication to use MQ Web Console

    Posted Mon November 10, 2025 02:21 PM

    in the file mqwebuser.xml; add the below feature.

       <featureManager>
            <feature>appSecurity-2.0</feature>
            <feature>ldapRegistry-3.0</feature>
            <feature>basicAuthenticationMQ-1.0</feature>
            <feature>transportSecurity-1.0</feature>
        </featureManager>
    

    Also add the ldap details.

       <ldapRegistry baseDN="dc=xx,dc=xxxx,dc=com" bindDN="userid,OU=Application,OU=Accounts,DC=xx,DC=xxxx,DC=com" bindPassword="yyyyy" host="ad.xx.xxxx.com" id="ldap" idsFilters="nm_dir_server" ignoreCase="true" ldapType="Microsoft Active Directory" port="636" realm="Org" sslEnabled="true" sslRef="LDAPSSLSettings"></ldapRegistry>
    
        <idsLdapFilterProperties groupFilter="group" groupIdMap="*cn" groupMemberIdMap="member" id="xx_yyyy_server" userFilter="user" userIdMap="AccountName"></idsLdapFilterProperties>

    Add the trust and keystore.



    ------------------------------
    om prakash
    Architect
    NorthwesternMutual
    Milwaukeeom prakash
    Architect
    NorthwesternMutual
    Milwaukee
    ------------------------------



  • 3.  RE: Use of Active Directory for authentication to use MQ Web Console

    Posted Mon November 10, 2025 02:23 PM

    You can refer this document - https://www.ibm.com/docs/en/ibm-mq/9.4.x?topic=roles-configuring-ldap-registry-mq-console-rest-api



    ------------------------------
    om prakash
    Architect
    NorthwesternMutual
    Milwaukee
    ------------------------------