Oracle Analytics Publisher

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
325
Views
3
Comments
User_1U7TA
User_1U7TA Rank 2 - Community Beginner
edited Aug 5, 2025 7:11AM in Oracle Analytics Publisher

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.

  • David Wright - More4apps
    David Wright - More4apps Rank 3 - Community Apprentice

    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 enabled