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
Sarita D 5Sarita D 5 

Security Superbadge : how to provide mobile access by profile

Hi All ,

Can anyone help with this requirement in security superbadge :
we have 2 profiles Profile named ""Inside Sales users" ,""Field Sales users" .
1. Inside Sales users should not have mobile access.
2. Field Sales users should have mobile access, granted by the admin on demand.
This mobile access means Salesforce1 or salesforce through mobile browser? how can we implement this?
I have gone through so many posts and links but nothing works.
amarnath karnati 1amarnath karnati 1
Verify the "Manage Mobile Configurations" settings under profile
Tom EllisTom Ellis
The resources in this Trailhead will help...
Control Access to the Salesforce Mobile App
https://trailhead.salesforce.com/en/content/learn/modules/salesforce1_security/salesforce1_security_connected_app
Rayad KhanRayad Khan

The trailhead link Tom Ellis shared above helped me.

Putting it altogether:

  1. Login to your playground / dev org sandbox with the Android / iOS app as an admin
  2. Separately as an admin, in your desktop browser, install the Android / iOS app that has now become visible in Setup > Connected Apps
  3. Edit the app you've now installed and select "Admin approved users are pre-authorized" for the "Permitted Users" field
  4. Update the "Connected App Access" section of the profiles that need mobile access to reference these apps
Georgia Lloyd 7Georgia Lloyd 7
Another way of getting to the same outcome is to install the package, details are in the link (https://trailhead.salesforce.com/en/content/learn/modules/salesforce1_security/salesforce1_security_connected_app)provided by Tom.
Note
Alternatively, you can manually install the Salesforce and Chatter Apps connected apps package so you can review and modify the default security and access settings before rolling out the Salesforce app to your users. To install it using the Playground Starter, use the package ID "04t3A000001AJf2QAG".
origin8 (Nate Korhonen)origin8 (Nate Korhonen)
@Rayad Khan - thank so much for the summary answer putting it all together! Really appreciate that! :)