You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
11
11
12
12
This page only covers **Unauthenticated API** methods that actually perform and/or complete an authentication step.
13
13
@@ -19,7 +19,7 @@ This flow allows a user to log in using an **authentication code** sent via emai
19
19
Sends the user an email containing a 6-digit authentication code.
20
20
21
21
-`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.
23
23
24
24
If multifactor authentication (MFA) is required, the flow proceeds to `CheckLoginMFAOTP`. Otherwise, the flow redirects to `CommitLogin`.
25
25
@@ -53,7 +53,7 @@ As with the other methods, if MFA is required, `CheckLoginMFAOTP` is triggered b
53
53
This flow integrates with **SAML (Security Assertion Markup Language)** for Single Sign-On (SSO).
54
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).
55
55
56
-
-`InitiateSamlLogin`**`
56
+
-`InitiateSamlLogin`
57
57
Starts the SAML login and redirects the user to the IdP.
58
58
59
59
-`CreateSamlLogin`
@@ -70,7 +70,7 @@ As with the other methods, if MFA is required, `CheckLoginMFAOTP` is triggered b
70
70
The final step of the login process. Transforms the authenticated session into a JWT (JSON Web Token).
71
71
72
72
-`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.
0 commit comments