Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 214 Oracle Analytics News
- 43 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
Disable sso in obiee 12c

Dear Experts,
1)How to disable sso in obiee 12c, my analytics url is opening below format
I followed below steps do disable but no luck
Log in to FMW EM ->biinstance -> Security -> Single Sign On and uncheck the "Enable SSO" option.
2) how to use below command in windows command line
disableBISingleSignOn('$Oracle\Middleware\Oracle_Home\user_projects\domains\bi')
Thanks
Answers
-
You call that command via WLST (WebLogic Scripting Tool) -
This document describes how you call it: Oracle Support Document 2202011.1 (How To Configure Data Visualization (/va) and Analytics (/analytics) To Have The Same Logon With OBIEE 12.2.1.2 And Higher) can be found at: https://support.oracle.com/epmos/faces/DocumentDisplay?id=2202011.1
0 -
Thanks for your reply dear Joel Acha,
I disable using below command but its applied for only analytics not for VA, how to disable for VA ?
wls:/offline> disableBISingleSignOn('D:/Oracle/Middleware/Oracle_Home/user_projects/domains/bi')
Thanks
0 -
Why? Why do you want to turn off the lightweight SSO?
Having the lightweight SSO enabled or disabled doesn't change anything other than you having to enter your login again when switching to Data Visualization.
0 -
Dear Gianni,
I wants to be use url as
http://${SERVERNAME}.xxx.com:9502/analytics
http://${SERVERNAME}.xxx.com:9502/VA
instead of below URL
As per Joel instruction I disabled sso now I can see url properly http://${SERVERNAME}.xxx.com:9502/analytics
but its now applied to VA
Let me know your suggestion
0 -
3808468 wrote:I wants to be use url ashttp://${SERVERNAME}.xxx.com:9502/analyticshttp://${SERVERNAME}.xxx.com:9502/VA
This has no connection with the lightweight SSO.
OBIEE will always have the links as /analytics and /va (I guess only OAC changed for /dv at the moment).
If you enter your /analytics URL in your browser it's OBIEE Answer which will open, if you enter /va it's Data Visualization. What the lightweight SSO does is simply sending you to the lightweight SSO page if you don't have a valid session. As soon as you have a valid session you will be working only on /analytics and /va (let's ignore publisher).
The detail is that if you turn off the lightweight SSO you will need to login twice: once for /analytics and again for /va, while with the lightweight SSO your session will already be valid for both (that's why it's called SSO).
0 -
Thanks Gianni for nice explanation on SSO
0