Worklist Using SAML Isn't Working
(Doc ID 2978365.1)
Last updated on OCTOBER 05, 2023
Applies to:
Oracle SOA Suite - Version 12.2.1.4.0 and laterInformation in this document applies to any platform.
Symptoms
When hitting the below URL :
http://<LBR Hostname>
eventually, it goes to https://<LBR Hostname>/saml2/sp/acs/post with an error stating :
This site can't be reached.
<Hostname> unexpectedly closed the connection.
And found below entry in web.xml file :
find below entry :
<servlet-mapping>
<servlet-name>Login</servlet-name>
<url-pattern>/ssologin</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>Faces Servlet</servlet-name>
<url-pattern>/faces/*</url-pattern>
</servlet-mapping>
<servlet-mapping>
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 |
Cause |
Solution |