IBM Support

Oauth 2.0 Configuration section is not available

How To


Summary

If Oauth 2.0 Configuration section is not available in E-mail Listener application, it's required to include the information in xml.

Steps

1. Go to Application Designer
2. Search for EMAILSTNER application
3. Click Export Application Definition:
image-20230517111608-1
4. In xml file, include a section in <tab id="main" label="Listener" type="insert"> :
 
<section ID="oauth_table_section_" sigoption="OAUTHDATA">
     <sectionrow ID="oauth_table_section_row_1">
          <sectioncol ID="oauth_table_section_row_1_col_1">
               <section ID="oauth_table_section_row_1_col_1_section_2" label="OAuth 2.0 Configuration">
                    <textbox dataattribute="oauthclientid" ID="oauth_clientid" size="80"/>
                    <textbox dataattribute="oauthclientsecret" ID="oauth_clientsecret" size="80"/>
                    <textbox dataattribute="oauthrefreshtoken" ID="oauth_refreshtoken" size="80"/>
                    <textbox dataattribute="oauthtokenurl" ID="oauth_tokenurl" size="80"/>
               </section>
          </sectioncol>
     </sectionrow>
</section>
5. Save the xml file
6. Click Import Application Definition:
image-20230517112040-2
7. Save Application Definition
NOTE: It's important to keep a back up of the original xml before changes.

Document Location

Worldwide

[{"Type":"MASTER","Line of Business":{"code":"LOB59","label":"Sustainability Software"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSLKT6","label":"IBM Maximo Asset Management"},"ARM Category":[{"code":"a8m50000000CbU1AAK","label":"System Administration-\u003EE-Mail Listeners"}],"ARM Case Number":"","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"7.6.1"}]

Document Information

Modified date:
24 May 2023

UID

ibm16995203