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
zdominguezzdominguez 

Get login URL used

Hi,

 

Is there a way to get the login URL used by the user through the Salesforce Mobile SDK for Android?

 

I am creating an app that allows a user to login using a custom URL, and I want to eventually be able to know if the user used this custom URL to login. Hope somebody can help me.

 

Thanks in advance!

 

Best regards,

Zarah.

Tom GersicTom Gersic

Is this an SSO login?

zdominguezzdominguez

Hey Tom,

 

Sorry for the late reply! I found it in the API through the RestClient -- getClientInfo().loginUrl

 

 

Best regards,

Zarah.