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
atlenziatlenzi 

iPad Custom Salesforce login

Hi, I downloaded the test application to integrate Salesfrorce with my iPad http://wiki.developerforce.com/index.php/Force.com_Toolkit_for_iOS. I have two ways to login, a custom and another with oAuth. I need to login with a custom look and feel, but the problem is that I have to use the password as well as the security token to authenticate which is not convenient to me. However with oAuth I only use the username and password which is what I needed, but I can´t cusomize the look and feel. I read that it is possible to customice the oAuth login view but I couldn´t find the way.

Can anybody help me with this, please? I needed to login with username and password with customize look and feel without having to use the security token.

Thanks a lot. 

Best Answer chosen by Admin (Salesforce Developers) 
SuperfellSuperfell

No. (that would defeat the point of it)

All Answers

SuperfellSuperfell

The oAuth login is only customizable in that there are versions optimized for mobile browsers. If your iPads are always coming from an office network or VPN, you can use the network access setttings so that the security token is not required in those conditions.

atlenziatlenzi

Hi Simon,

Is there some way to obtain the security token programatically with the username and password?

 

Cheers.

Ana

SuperfellSuperfell

No. (that would defeat the point of it)

This was selected as the best answer
JSBrianJSBrian

Take a look at this, it may lead you in the right direction - http://brianpeddle.com/2011/06/06/building-a-custom-salesforce-login/