Skip to content

Commit 27d183a

Browse files
committed
docs(add): feedback
1 parent 5ada20d commit 27d183a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pages/audit-trail/reference-content/iam-authentication-logs.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ title: IAM authentication events in Audit Trail
33
description: Discover which IAM events are logged in Audit Trail and what they mean.
44
tags: audit-trail iam-authentication iam-logs authentication-logs
55
dates:
6-
validation: 2025-09-30
7-
posted: 2025-09-30
6+
validation: 2025-10-01
7+
posted: 2025-10-01
88
---
99

10-
This page explains how to differentiate IAM member authentication methods and understand and how they appear in Audit Trail.
10+
This page explains how to differentiate IAM members authentication methods and understand and how they appear in Audit Trail.
1111

1212
This page only covers **Unauthenticated API** methods that actually perform and/or complete an authentication step.
1313

@@ -19,7 +19,7 @@ This flow allows a user to log in using an **authentication code** sent via emai
1919
Sends the user an email containing a 6-digit authentication code.
2020

2121
- `CreateMagicCodeLogin`
22-
Authenticates the user based on their username and the 6-digit authentication codee received.
22+
Authenticates the user based on their username and the 6-digit authentication code received.
2323

2424
If multifactor authentication (MFA) is required, the flow proceeds to `CheckLoginMFAOTP`. Otherwise, the flow redirects to `CommitLogin`.
2525

@@ -53,7 +53,7 @@ As with the other methods, if MFA is required, `CheckLoginMFAOTP` is triggered b
5353
This flow integrates with **SAML (Security Assertion Markup Language)** for Single Sign-On (SSO).
5454
It allows you to set up identity federation on your Organization and provide your teams with secure access to their accounts via an Identity Provider (IdP).
5555

56-
- `InitiateSamlLogin`**`
56+
- `InitiateSamlLogin`
5757
Starts the SAML login and redirects the user to the IdP.
5858

5959
- `CreateSamlLogin`
@@ -70,7 +70,7 @@ As with the other methods, if MFA is required, `CheckLoginMFAOTP` is triggered b
7070
The final step of the login process. Transforms the authenticated session into a JWT (JSON Web Token).
7171

7272
- `RenewJWT`
73-
Exchanges a valid login session/refresh context for a new JWT without re-authenticating credentials. JWTs are valid during 1 hour. If a member refreshes the Scaleway console or performs actions more than 1 hour after the last creation or update of a JWT, the JWT will be renewed.
73+
Exchanges a valid login session/refresh context for a new JWT without re-authenticating credentials. JWTs are valid for 1 hour. If a member refreshes the Scaleway console or performs actions more than 1 hour after the last creation or update of a JWT, the JWT will be renewed.
7474

7575

7676
## Summary of authentication methods

0 commit comments

Comments
 (0)