Some Customer environments will be configured to use VIP host (redirect URL) for Identity Access Manager and run into issue when accessing it.
For example, IAM is running on a on-premise machine and it can be accessed only through an EXPOSEDHOST (IAM endpoint). When acced IAM with the exposed URL like https://EXPOSEDHOST/auth/ it is internally redirecting to https://default-host:51111, and unable launch the IAM login page.
Is there any configuration involved to update default-host:51111?
Release : 10.7 and later
Component : DevTest Identity Access Manager
Configuration change need to be done in IAM_HOME/bin/standalone.conf file
1. jboss.bind.address =
2. jboss.bind.address.management =
If the above properties will show 0.0.0.0 then that configuration caused the issue.
We recommend to change the below values in "IAM_HOME/bin/standalone.conf" configuration file.