In areas where email usage is less prevalent, users are more reliant on mobile phones. Implementing a phone number login option provides these users with a seamless, convenient, and secure authentication experience.

Phone Number login offers passwordless authentication using a one-time SMS code. The registration and login flows are identical. If the user's phone doesn't exist in your database, a new account is created (user registration). if the phone exists, the user logs in to their existing account.
Benefits of Phone Number Login
- Enhanced Security – Secures digital property logins with one-time password and phone number verification.
- Expanded Reach – Greater support for customers in regions where email is less prevalent and cell phones have mass adoption.
- Versatile Authentication – Complements existing authentication options like email, username, federated access, and social network logins.
- Simplified Onboarding – Offers great flexibility to onboard new customers using their preferred authentication method.

For more information refer to the Phone Number Logindocumentation in the SAP Help Portal.
Implementing Phone Number Login in SAP Customer Data Cloud

The mobile login screens are included in the RegistrationLogin screen-set. It is important to only use the Mobile Login screens for phone number login, as other screens may not fully support this functionality.
To implement the Phone Number Login, follow these steps:
- Open the SAP Customer Data Cloud console and go to the Screen-Sets page.
- The mobile login screens are included in the RegistrationLogin screen-set. Open that screen-set to edit them.
- Select the Mobile Login or the Mobile Login Verification screens on the left-hand menu under Screens.
- Customize the Screen: You may change colors, assign CSS, and modify the look and feel of the screen, but avoid adding input fields.
- Save your changes.
For more information on editing screens, check the UI Builder options in the SAP Help Portal.
Consent and Compliance
Ensure that all necessary consent statements are included on the Registration Completion screen to gather consent from a user registering with a phone number login (assuming you are using SAP Enterprise Consent and Preference Management).
If your site policy includes COPPA compliance, include the birth date fields in the Registration Completion screen.
SMS Providers

SAP Customer Data Cloud requires an external SMS service provider to send SMS texts to end users.
SAP Customer Data Cloud currently supports the following providers:
- LiveLink
- Twilio
- Sinch
- Karaden
You can also use a different SMS provider or apply advanced options and custom logic by using Extensions.
When you configure SMS providers at the partner level (inside the Administration section of the console), this configuration is inherited and applied to every site within that partner. If you need a different configuration for specific sites, you can further refine your configured SMS providers using a different configuration at the site or site group level.
To use Site-Level SMS Provider configuration, you must first enable SMS for your partner by configuring it at the Partner level inside the Administration section of the console.
For more information refer to the SMS Providersdocumentation in the SAP Help Portal.