You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please fill out the following details:
In case, my app is opened from a page in the SF app .
The requirement is that current user logged in the SF app need to log in to my app.
In the log in page, the username field should be autofilled with username of current logged in user in the SF app.
(Note: the username is sent by URL)
Actually, I cannot find any way to passing username to the login form. The expect behavior is as the attachment
With the same case in SF Mobile SDK for Android, I can do this with additionalParameters of loginOptions addtionalParameters.put("login_hint", username); loginOptions.setAdditionalParameters(addtionalParameters);
Version of Mobile SDK Used: 11.0
Issue found in Native App or Hybrid App: iOS Native App
OS Version: 17.0
Device: iPhone 12
Steps to reproduce:
Actual behavior:
Expected Behavior:
Error Log:
The text was updated successfully, but these errors were encountered:
@trongnsy thank you for your feedback. It is not currently possible on iOS. But we recorded your enhancement request in our internal backlog management system.
Please fill out the following details:
In case, my app is opened from a page in the SF app .
The requirement is that current user logged in the SF app need to log in to my app.
In the log in page, the
username
field should be autofilled with username of current logged in user in the SF app.(Note: the username is sent by URL)
Actually, I cannot find any way to passing
username
to the login form. The expect behavior is as the attachmentWith the same case in SF Mobile SDK for Android, I can do this with
additionalParameters
ofloginOptions
addtionalParameters.put("login_hint", username); loginOptions.setAdditionalParameters(addtionalParameters);
The text was updated successfully, but these errors were encountered: