Categories
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
How to get active bip session token from front end of standalone application?

User_1U7TA
Rank 2 - Community Beginner
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
Tagged:
0
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