IDM Form redirect to wrong port in OSP

We are running the following versions of IDM Modules:
IDM Apps 4.8.7
FormBuilder 4.8.7

When we try to load a form from Idmdash (trying to load "Helpdesk Ticket Creation Form"), we're redirected to a url with the wrong port
This is the URL it will redirect to: hostname:8444/.../auth
Correct port is 8443 but it is using 8444

In the /opt/netiq/idm/apps/osp/conf/global.properties we have the following config:
com.netiq.idm.osp.url.host = https://hostname:8443

Cannot find the config where port 8444 is comming from.


Any ideas?

Parents
  • 0  

    There are 3 places that need to be checked when there is problem with forms renderer:

    - in ism-configuration.properties check com.netiq.forms.redirect.url and com.netiq.idm.forms.url.host

    - in apps/sites/config.ini check OSPRedirectUrl

    - in apps/sites/ServiceRegistry.json check serviceRegisteries entry

    As Goeffrey mentioned, your misconfiguration is in ism-configuration.properties (most likely com.netiq.forms.redirect.url but also check com.netiq.idm.forms.url.host)

    Kind regards,

    Sebastijan

    If you found this post useful, give it a “Like” or click on "Verify Answer" under the "More" button

Reply
  • 0  

    There are 3 places that need to be checked when there is problem with forms renderer:

    - in ism-configuration.properties check com.netiq.forms.redirect.url and com.netiq.idm.forms.url.host

    - in apps/sites/config.ini check OSPRedirectUrl

    - in apps/sites/ServiceRegistry.json check serviceRegisteries entry

    As Goeffrey mentioned, your misconfiguration is in ism-configuration.properties (most likely com.netiq.forms.redirect.url but also check com.netiq.idm.forms.url.host)

    Kind regards,

    Sebastijan

    If you found this post useful, give it a “Like” or click on "Verify Answer" under the "More" button

Children
  • 0 in reply to   

    Thanks for you answer.
    When I look in to these settings it seems right to me.

    ism-configuration.properties:
    com.netiq.idm.forms.url.host = https://hostname:8600
    com.netiq.forms.redirect.url = hostname:8600/.../oauth.html

    apps/sites/config.ini
    OSPRedirectUrl=hostname:8600/.../oauth.html

    apps/sites/ServiceRegistry.json
    {"serviceRegisteries":[{"serviceID":"IDM","restUrl":"https://hostname:8443/IDMProv"}]}