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
Talha AliTalha Ali 

Authenticator with SFDC Android SDK

Hello,
I am developing an app and was told we might have to use the authenticator to do 2 factor auth with our app. Is there any support between the Authenticator and the SFDC Android SDK? If so, where can I find documentation on it?

Thanks.
Ajay LAjay L
Hi Thalha,

Let me know if this helps:

https://play.google.com/store/apps/details?id=com.salesforce.authenticator&hl=en

https://developer.salesforce.com/docs/atlas.en-us.identityImplGuide.meta/identityImplGuide/add_time-based_token.htm

Regards,
Ajay
Talha AliTalha Ali
Hey Ajay,
Thanks for the link, it cleared up how the process works. Do you have any documentation on how to use the authenticator with a mobile app? The documentation only shows the process on a browser.
Talha AliTalha Ali
Can anyone from SFDC help me out with this? I have my account setup to use the One-Time Password Generator and have setup my connected app to use relaxed restrictions with 2FA but when I login using my custom app, I'm never requested for the code generated by my authenticator. How can I setup my custom app to use the 2FA?