Skip to content

Commit

Permalink
fix: fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
darcyYe committed Jan 29, 2025
1 parent ec9212d commit af2db27
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ Um die Zuverlässigkeit und Sicherheit unserer Dienste für alle Benutzer zu gew
<Url href="https://blog.logto.io/use-postman-to-obtain-m2m-access-token">M2M-Zugangstokens in Minuten mit Postman erhalten</Url>
=======
<Url href="https://blog.logto.io/use-postman-to-obtain-m2m-access-token">Erhalte M2M-Zugangstokens in Minuten mit Postman</Url>
>>>>>>> 6aff339ec61 (chore: add saml app doc locale de,es,fr)
=======
<Url href="https://blog.logto.io/use-postman-to-obtain-m2m-access-token">Erhalte M2M-Zugangstokens in Minuten mit Postman</Url>
>>>>>>> 1e4e6436ab6 (chore: fix lint)

> > > > > > > # 6aff339ec61 (chore: add saml app doc locale de,es,fr)
> > > > > > >
> > > > > > > <Url href="https://blog.logto.io/use-postman-to-obtain-m2m-access-token">Erhalte M2M-Zugangstokens in Minuten mit Postman</Url>
> > > > > > > 1e4e6436ab6 (chore: fix lint)
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ Si estás utilizando la función de [organizaciones](/organizations) para constr
Algunas de las respuestas de la API pueden incluir muchos resultados, los resultados serán paginados. Logto proporciona 2 tipos de información de paginación.
=======
Algunas de las respuestas de API pueden incluir muchos resultados, los resultados serán paginados. Logto proporciona 2 tipos de información de paginación.
>>>>>>> 6aff339ec61 (chore: add saml app doc locale de,es,fr)

> > > > > > > 6aff339ec61 (chore: add saml app doc locale de,es,fr)
#### Usando encabezados de enlace {#using-link-headers}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,6 @@ Cette intégration SAML permet aux applications d'entreprise de tirer parti de L
</Url>

<Url href="https://blog.logto.io/centralized-identity-system">
Pourquoi vous avez besoin d'un système d'identité centralisé pour une entreprise multi-applications
Pourquoi vous avez besoin d'un système d'identité centralisé pour une entreprise
multi-applications
</Url>
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@ sidebar_position: 3
| 类型 | 含义 | 验证因素(Logto 支持) |
| ---- | ------------ | ------------------------------------------------ |
| 知识 | 你知道的东西 | 密码、电子邮件验证码和备用代码 |
<<<<<<< HEAD
| 持有 | 你拥有的东西 | 短信验证码、认证器应用 OTP、硬件 OTP(安全密钥) |
=======
| 拥有 | 你拥有的东西 | 短信验证码、认证器应用 OTP、硬件 OTP(安全密钥) |
>>>>>>> 1e4e6436ab6 (chore: fix lint)
| 固有 | 你是什么 | 生物识别如指纹、面部识别 |

在 MFA 流程中,第二个认证 (Authentication) 步骤必须使用与第一个不同属性类型(知识/持有/固有)的因素。例如,使用“密码(知识)”作为第一个因素和“认证器应用 OTP(持有)”作为第二个因素可以有效地减轻各种攻击向量。
Expand Down

0 comments on commit af2db27

Please sign in to comment.