function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Chirag MehtaChirag Mehta 

Workbench Tool - Auto Sign-In or Auto Populate Session Id

I am trying to provide direct access to Workbench application from right inside of Salesforce Org in form or Web-Tab or Home Page link. I tried creating URL of following sorts, but neither helped me to successfully login or at least pre-populate the sessionid

http://workbench/login.php?login_type=adv&usernameStd=&passwordStd=&actionJumpStd=select.php&sessionId={!API.Session_ID}&inst=login&endp=17.0&actionJumpAdv=select.php&loginClick=Login http://workbench/login.php?sessionId={!API.Session_ID}

 
It seem's something something tricky and trivial is missing.
Message Edited by Chirag Mehta on 11-05-2009 05:25 PM
Best Answer chosen by Admin (Salesforce Developers) 
altaiojokaltaiojok

Workbench supports many advanced login options, including what you are looking to do. The simplist form would just be:

 

https://<your_server>/workbench/login.php?serverUrl={!API_Partner_Server_URL_170}&sid={!API_Session_ID}

 

For additional options and detailed restrictions, please see the " Can I auto-login with advanced settings or other programmatic alternatives?" FAQ here:

 

http://wiki.developerforce.com/index.php/Workbench#Login