WebLogic Server Not Encoding The Right Logout URL When Integrated With OSSO Plugin
(Doc ID 1563034.1)
Last updated on JUNE 10, 2022
Applies to:
Oracle WebLogic Server - Version 10.3.6 and laterInformation in this document applies to any platform.
Symptoms
Problem happens on every single console that implements a log out button, however this note covers only WebLogic Server Administration Console. It is necessary to point out that WebLogic Server is not in charge of encoding the return URL for each deployment running on it, but is an application responsability to return the proper header.
The following is the architecture used:
OHS ==> OSSO ===> WLS Backend
WLS Plugin version is:
$ strings ./ohs/modules/mod_wl_ohs.so | grep -i plugins
WLSPLUGINS_11.1.1.6.0_LINUX.X64_111122.1115.0001
WebLogic Server Plugin version 1.1
What has been detected is that inbetween the redirect, the encoding of the URL is not properly being done.
What gets received by the browser is this URL (for example when logging out from the Admin Console)
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |