Decision Management (ODM,ADS)

 View Only
Expand all | Collapse all

Rule Designer is not able to see the iam value as the provider value

  • 1.  Rule Designer is not able to see the iam value as the provider value

    Posted Thu July 28, 2022 02:13 PM

    I am using Rule Designer to connect to Decision Center using OpenID, but the iam provider is not showing up.



    #OperationalDecisionManager(ODM)
    #Support
    #SupportMigration


  • 2.  RE: Rule Designer is not able to see the iam value as the provider value
    Best Answer

    Posted Thu July 28, 2022 02:14 PM

    You need to make sure you have the entered the correct values in the eclipse.ini as shown below:

    -Djavax.net.ssl.trustStore=<PATHDIR>/truststore.jks

    -Djavax.net.ssl.trustStorePassword=changeit

    -Dcom.ibm.rules.authentication.oidcconfig=<PATHDIR>/OdmOidcProvidersRD.json

    For more detail, please see https://www.ibm.com/docs/en/cloud-paks/cp-biz-automation/21.0.3?topic=designer-importing-security-certificate-in-rule



    #OperationalDecisionManager(ODM)
    #Support
    #SupportMigration