Instructions for

On this page

Basic sign in with the password factor

Identity Engine

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

Note: Passwords are vulnerable to theft and phishing. Allow users to choose other authenticators by replacing password-only experiences with either a password-optional or a multifactor experience.


Learning outcomes

Add a password-only authentication flow to a server-side web app.

What you need

Sample code


Configuration updates

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

.

Summary of steps

Integration steps