Oracle Analytics Cloud and Server

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?

Received Response
301
Views
2
Comments
User_1U7TA
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

Answers

  • ArunaMalla
    ArunaMalla Rank 3 - Community Apprentice

    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

  • User_1U7TA
    User_1U7TA Rank 2 - Community Beginner

    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.