Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 209 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OBIEE 12c Login Issue

Hi All
We had configured SSO using HTTPD and Shibboleth in OBIEE 11.1.1.9 and used the REMOTE_USER Variable in http header to login to the application.
But i see currently this is not working in OBIEE 12c.I am getting the below Error Messages
Caused by: javax.security.auth.login.LoginException: javax.security.auth.login.FailedLoginException: [Security:090938]Authentication failure: The specified user failed to log in. javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User specified user denied
at oracle.security.jps.internal.jaas.module.assertion.JpsUserAssertionLoginModule.login(JpsUserAssertionLoginModule.java:154)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at javax.security.auth.login.LoginContext.invoke(LoginContext.java:755)
at javax.security.auth.login.LoginContext.access$000(LoginContext.java:195)
at javax.security.auth.login.LoginContext$4.run(LoginContext.java:682)
at javax.security.auth.login.LoginContext$4.run(LoginContext.java:680)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680)
at javax.security.auth.login.LoginContext.login(LoginContext.java:587)
at oracle.bi.security.subject.SubjectAsserter.assertUser(SubjectAsserter.java:95)
at oracle.bi.security.centaurus.AssertUserAction.execute(AssertUserAction.java:44)
... 61 more
Caused by: oracle.security.jps.internal.api.jaas.AssertionException: javax.security.auth.login.FailedLoginException: [Security:090938]Authentication failure: The specified user failed to log in. javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User specified user denied
at oracle.security.jps.wls.jaas.module.assertion.WlsUserAssertor.assertUserInternal(WlsUserAssertor.java:113)
at oracle.security.jps.internal.jaas.module.AbstractUserAssertor.assertUser(AbstractUserAssertor.java:55)
at oracle.security.jps.internal.jaas.module.assertion.JpsUserAssertionLoginModule.login(JpsUserAssertionLoginModule.java:129)
In Presentation server
[2016-05-31T08:17:09Z] [OBIPS] [ERROR:1] [] [saw.securitysubsystem.checkauthentication.runimpl] [ecid: 89bba90b-6423-4895-862f-0d4cb2b0e4c7-00000933,0:1:1] [tid: 33027840] [SI-Name: ] [IDD-Name: ] [IDD-GUID: ] [userId: ] Odbc driver returned an error (SQLDriverConnectW).
State: 08004. Code: 10018. [NQODBC] [SQL_STATE: 08004] [nQSError: 10018] Access for the requested connection is refused.
(08004)
State: HY000. Code: 43113. [nQSError: 43113] Message returned from OBIS.
(HY000)
State: HY000. Code: 13038. [nQSError: 13038] The user does not have impersonation privilege. (HY000)[[
File:checkauthentication.cpp
Line:1561
Location:
saw.securitysubsystem.checkauthentication.runimpl
saw.threadpool.asynclogon
saw.threads
]]
Any help here would be appreciated very Much
Thanks
Ajay
Answers
-
The nQSError 13038 is a bit of an odd-ball in your situation but maybe you're facing this: https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=274480296734686&id=1497798.1&displayIndex=1&_afrWindowMo…
Which is solved by: http://docs.oracle.com/cd/E23943_01/bi.1111/e10545/embedding_adf.htm#BIEDV3109
0 -
Thanks for the Link but i have already tried these suggestions but non of them seems to work.
We are using the REMOTE_USER httpheader for auhthentication on OBIEE 12c in authorization schemas.xml
This used to work fine in OBIIEE 11g but we are having problem after upgrading to 12c.
0