Discussions
- General Development
- Schema Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules
- Security
- Mobile
- Force.com Sites & Site.com
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby
- Desktop Integration
- APIs and Integrations
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- AppExchange Directory & Packaging
- Salesforce Labs & Open Source Projects
- Other Salesforce Applications
- Jobs Board
- Force.com Discussion Boards
- :
- Developer Boards for Force.com and Database.com
- :
- Java Development
- :
- Re: Using a sessionId to authenticate in SalesForc...
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Using a sessionId to authentica te in SalesForce via frontdoor. jsp
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-29-2012 02:39 PM
Hi
We need to bypass the email verification security for SalesForce in order to run automated tests on VMs with dynamically assigned IPs (so we can't use whitelisting in this situation).
Reading other posts it seems my best option is to obtain a sessionId from the SOAP API and then use it with the following URL in order to authenticate into SalesForce:
https://test.salesforce.com/secur/frontdoor.jsp?si
This isn't working and I just get a message saying:
You have attempted to access a page that requires a salesforce.com login. If you are already a user of the system, please login below.
Does anyone know of any tips that might get me around this problem?
Many thanks
Ben
Re: Using a sessionId to authentica te in SalesForce via frontdoor. jsp
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-02-2012 05:59 AM

