Skip to Content
0
Former Member
Jan 19, 2012 at 06:59 PM

BI 4.0 and SSO via Token Passing

33 Views

Hello,

Has anyone been able to create an .net aspx page to logon to BI 4.0 using token.

Something like this in XIR2

--->

Set SessionManager = Server.CreateObject("CrystalEnterprise.SessionMgr")

Set Sess = SessionManager.Logon(UserID, Password, CMS, Authorization)

--

Thanks