Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
How to get active bip session token from front end of standalone application?

Hi,
How do we get the active bip session token from Fusion to the standalone application after logging in to Fusion like sso login?
Thanks in advance
Srimathi
Answers
-
If you are using SOAP protocol; login to SOAP UI 5.0, use login operation - from wsdl
"https://<host address>/xmlpserver/services/PublicReportService_v11?wsdl"
the response contains "bipsessionToken" you are looking for.
hope, this helps
1 -
Thanks for your reply. is there any way to get the bip session token from jwt token without entering the password and username? Because I need this after Fusion logged in. I can get the jwt token from the fusion login from the front end.
1 -
We are needing this too, because of SSO you cant just use the username and password in the login method of the SecurityService as that requires username and password.
how do you get the bisessiontoken when SSO is enabled0