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
Mhlangano Khumalo 7Mhlangano Khumalo 7 

How to build a custom login page to authenticate a Lightning app

We've built a hybrid mobile app that uses a webview which loads up a lighting application.

When the user loads the app for the first time, it redirects to Salesforce standard login page (login.salesforce.com).

We want to create our own totally custom login page, which would allow us to bypass the standard salesforce login, and authenticate the user navigating to the Lightning application

Does anyone know how we can implement the above? I welcome all your suggestions & Ideas.
Rahul KumarRahul Kumar (Salesforce Developers) 
Hi Mhlangano,

Customize Your Login Page with Your Brand Please refer the below link for reference.
https://help.salesforce.com/articleView?id=domain_name_login_branding.htm&type=0

I hope it will be helpful.

Best Regards
Rahul Kumar
Mhlangano Khumalo 7Mhlangano Khumalo 7
@Rahul Kumar
This is will customize the standard salesforce login page globally, not just for our application, so it's not an option unfortunately.