Instructions for

On this page

Basic sign-in flow with the password factor

Identity Engine

Enable a password-only sign-in flow in your web app using the embedded SDK.

Note: Passwords are a security vulnerability because they can be easily stolen and are prone to phishing attacks. Give your users the ability to use other authenticators by replacing password-only sign-in experiences with either a password-optional (opens new window) or a multifactor experience.


Learning outcomes

Add a sign-in flow to a server-side web app that requires only a password.

What you need


Sample code


Configuration updates

To configure your app so it requires only a password, see

.

Summary of steps

Integration steps