Logout Link Missing in OIM After Integration With SSO System
(Doc ID 740040.1)
Last updated on JULY 03, 2024
Applies to:
Identity Manager - Version 9.0.1.5 to 9.1.0.0.0 [Release 10gR2 to 10gR3]Information in this document applies to any platform.
Goal
When integrating OIM with a Web SSO product like Oracle Single Sign On or Oracle Access Manager (same applies for other 3'rd party SSO systems), by changing the configuration in
<OIM_HOME>/xellerate/config/xlconfig.xml
from:
<web-client>
<Authentication>Default</Authentication>
<AuthHeader>REMOTE_USER</AuthHeader>
</web-client>
<Authentication>Default</Authentication>
<AuthHeader>REMOTE_USER</AuthHeader>
</web-client>
to:
<web-client>
<Authentication>SSO</Authentication>
<AuthHeader>headervar_name</AuthHeader>
</web-client>
<Authentication>SSO</Authentication>
<AuthHeader>headervar_name</AuthHeader>
</web-client>
the LOGOUT link in the right upper part of the pages is not shown anymore.
Solution
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
Goal |
Solution |
References |