We have configured HTTPS redirect at OC level and allowed only HTTPS at Admin console.
When we click OC--> Settings --> Admin Console, this results in a new tab with <http://<IP address of Adminconsole server>:0/admiconsoleapp/redirect.jsp
and we get:
Error:- HTTP Status 404 – Not Found
Type Status Report
Message JSP file [/redirect.jsp] not found
Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.
What changes do we need to make to get this redirection to Admin Console, from OC, work properly?
Release : UIM 20.3.3, 20.4
Component : WASP
missing configuration
- Go to IM and open the OC Wasp Raw configuration.
- under "ump_common" section add the key "adminconsole_url"
- the key should equal the full HTTPS address of admin console
Example:
<ump_common>
.....
adminconsole_url = https://<adminconsoleapp_url>:<port>
....
</ump_common>
This option will only work on UIM 20.3.3 and later.