Customizing the Login Screen through the Salesforce Server
Salesforce Mobile SDK provides an OAuth implementation for its client apps, but it doesn’t define or control the login page. Instead, it requests the page from the Salesforce server. Salesforce then presents a web view that gathers your customer’s credentials. The login web view isn’t part of your Mobile SDK app.
To change the login web view on the server side, use your My Domain login URL or an Experience Cloud site URL.
Both of these features provide handy utilities for login page branding and customization. To use your branded page, you set the default login URL of your Mobile SDK app to the Experience Cloud site login page or My Domain login URL. Your app then displays your customized login page.
Use these links to learn about the features.