Skip to content

Commit 0adaeb7

Browse files
feat(acc): review cyprien
1 parent 63157e2 commit 0adaeb7

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

pages/account/concepts.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ A **M**edia **A**ccess **C**ontrol Address is a unique ID assigned to network in
3838

3939
## Multifactor Authentication (MFA)
4040

41-
Multifactor authentication provides extra layers of security. In addition to your password (the first factor), other factors (such as one-time passwords and passkeys) are required to access your account.
41+
Multifactor authentication provides extra layers of security. In addition to the first factor (password, authentication code or SSO, for example), other factors (such as one-time passwords and passkeys) are required to access your account.
4242

4343
You can enable Multifactor Authentication (MFA) on your Scaleway account for enhanced security. Even in the event of a leaked password, your account is protected.
4444

4545
Two MFA methods are available:
4646
- **One-time password (TOTP)** - method through which you access your account using a unique, time-based validation code generated by an app.
47-
- **Passkey** - secure authentication method that eliminates the need to create, manage, or remember passwords.
47+
- **Passkey** - a secure authentication method based on public-key cryptography that replaces traditional passwords. Instead of entering a password, you prove your identity using something you have (like your device) and something you know or are (like a PIN or biometric verification).
4848

4949
## Password
5050

pages/account/how-to/use-2fa.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Two MFA methods are available:
2626

2727
## How to enable TOTP
2828

29-
To use TOTP on your account, you first need to download a TOTP app onto your smartphone. Once configured, TOTP apps display a constantly rotating set of codes to use with your different accounts when you are prompted for one during login. Popular TOTP apps include:
29+
To use TOTP on your account, you first need to download an authenticator tool. Once configured, TOTP apps display a constantly rotating set of codes to use with your different accounts when you are prompted for one during login. Popular TOTP apps include:
3030
- [Authy](https://authy.com/download/)
3131
- [FreeOTP](https://freeotp.github.io/)
3232
- [Google Authenticator](https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2&hl=en&gl=US)
@@ -82,7 +82,7 @@ TOTP is now disabled on your account.
8282

8383
A passkey is a passwordless authentication method that allows you to securely log in to apps and websites through public-key cryptography. Passkeys at Scaleway are supported by the WebAuthn standard.
8484

85-
When you enable a passkey, your password manager or device generates a public/private key pair. The private key stays securely on your device while the public key is sent to Scaleway.
85+
When you enable a passkey, your authenticator tool generates a public/private key pair. The private key stays securely on your device while the public key is sent to Scaleway.
8686

8787
When you log in, the Scaleway sends a challenge to your device. Your device uses the private key to sign the challenge. Scaleway verifies the response using the public key.
8888

pages/account/troubleshooting/cannot-log-into-my-account.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,4 @@ After analyzing your documents, our team will deactivate your two-factor authent
5858

5959
## SSO authentication is not working
6060

61-
If the email address of your Google, Microsoft, or GitHub account does not match the email address associated with your Scaleway account, you will not be able to log in using SSO. Make sure both email addresses are the same.
62-
63-
64-
61+
If the email address of your Google, Microsoft, or GitHub account does not match the email address associated with your Scaleway account, you will not be able to log in using SSO. Make sure both email addresses are the same.

0 commit comments

Comments
 (0)