Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Part 2 - editing test #5211

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ title: Basic sign-in flow with the password factor

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](https://developer.okta.com/docs/guides/pwd-optional-overview) or a multifactor experience.
> **Note**: Passwords present a security risk as they can be easily stolen and are vulnerable to phishing attacks. Enhance user security by offering alternative authentication methods, such as replacing password-only sign-ins with [password-optional](https://developer.okta.com/docs/guides/pwd-optional-overview) or multifactor authentication options.
<StackSnippet snippet="pwdoptionalusecase" />

---

#### Learning outcomes

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

#### What you need

Expand All @@ -28,7 +28,7 @@ Add a sign-in flow to a server-side web app that requires only a password.

## Configuration updates

To configure your app so it requires only a password, see <StackSnippet snippet="configureyourapp" inline />.
To configure your app to require only a password, see <StackSnippet snippet="configureyourapp" inline />.

## Summary of steps

Expand Down