Skip to content

Commit 5ada20d

Browse files
authored
Apply suggestions from code review
1 parent 17907bc commit 5ada20d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ As with the other methods, if MFA is required, `CheckLoginMFAOTP` is triggered b
5151
## SAML login
5252

5353
This flow integrates with **SAML (Security Assertion Markup Language)** for Single Sign-On (SSO).
54-
It allows you to set up identity federation on your Organization and provide your teams with secure access to their via an Identity Provider (IdP).
54+
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

5656
- `InitiateSamlLogin`**`
5757
Starts the SAML login and redirects the user to the IdP.
@@ -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.
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.
7474

7575

7676
## Summary of authentication methods

0 commit comments

Comments
 (0)