Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
SAML SSO with OBIEE 12.2.1.4 errors out with HTTP 404

After I went thru the extremely tedious process of configuring SSL and SAML authentication with OBIEE 12.2.1.4, when I try to login to https://myserver:9503/analytics, I get asked the username/password by the SAML authenticator. Once I enter the credentials I am forwarded to this link https://login.microsoftonline.com/<unique-id>/saml2/sp/acs/post and the page errors out as follows:
No webpage was found for the web address: https://login.microsoftonline.com/<unique-id>/saml2/sp/acs/post
HTTP ERROR 404
According to the KB document: OBIEE 12c/OAS : How to Configure SAML 2.0 SSO on OBIEE 12c / OAS using ADFS - Single Node (Doc ID 2248571.1)
This is due to the bug Bug 24654834 : HTTP 404 CONTEXT NOT FOUND FOR URI /SAML2/SP/ACS/POST FROM OBIEE BASED SP
As per the bug WebLogic 12.2.1+ onwards, saml2 servlet would not be deployed on bi_cluster if virtual host was defined within weblogic domain. By default OBIEE 12c domain has a virtual host named bi_internal_virtualhost1 which is configured to listen on channel bi_internal_channel1 (Port: 9505).
Work around >
Leave listen address as blank for bi_server1
However, my listen address is blank for bi_server1.
I have also checked this note which talks about the targets for the analytics application, but mine seems to be correct. SAML SSO with OBIEE 12212 goes into infinite redirect loop (Doc ID 2303831.1).
Any ideas?
Best Answer
-
The problem here was related to this: https://blogs.oracle.com/blogbypuneeth/steps-to-configure-saml-sso-with-azure-as-idp-and-weblogic-server-as-sp
Eduardo Ferrari, MBA
***Moderator action (Timo): removed private contact data as this is not allowed here.***
0
Answers
-
Looking at your targets, your analytics-bi--adf component does not appear to have any.
Have you tried setting it to target both bi_cluster and bi_internal_virtualhost1, like all the others?
0 -
1
-
same issue is being faced by me
Please suggest exact solution
0 -
same issue here. what is the solution?
0 -
- I've gone through that document and am still having this problem (although with WebLogic 12.2.1.4, not with OBIEE).
What EXACTLY did you change to solve the 404 ?0