Enhance your users’ login experience by offering a more secure and user-friendly alternative to traditional passwords. Implementing Email One-Time-Passcode (OTP) and Magic Link login methods can provide a seamless and passwordless authentication process, improving both user satisfaction and security.

Email One-Time-Passcode (OTP) and Magic Link login methods offer passwordless authentication, allowing users to access your site by receiving a unique code or a direct link in their email. This approach enhances security and simplifies the login process.
Email OTP sends a one-time code to the user's registered email address, which they then enter on the login page to verify their identity. Magic Link, on the other hand, sends an HTML link to the user's email. Clicking this link automatically logs them into the site.
These methods can be easily implemented by linking your site's login button to the PasswordlessLogin screen-set instead of the RegistrationLogin screen-set. This presents a simplified login screen to users, offering them the option to receive an OTP or a Magic Link.
To use Email OTP or Magic Link, ensure your site's policies are configured to use Email as the Login Identifier. This setting is crucial for the system to recognize and use email addresses for authentication purposes.

To use either of the options on the slide, your site Policies must be configured to use Email as the Login Identifier.
When selecting Magic Link, you must define the URL where the magic link will redirect the user when clicked. This is typically your landing page or the page that users typically log in from. You can also control how long it remains valid by adjusting the TTL of the link from 60 seconds to 600 seconds (10 minutes).
For more information, refer to the Limitations for Email OTP and Magic Link documentation in the SAP Help Portal.

