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
Copy file name to clipboardExpand all lines: pages/audit-trail/reference-content/iam-authentication-logs.mdx
+12-33Lines changed: 12 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ dates:
9
9
10
10
This page explains how to differentiate IAM member authentication methods and understand and how they appear in Audit Trail.
11
11
12
+
This page only covers **Unauthenticated API** methods that actually perform and/or complete an authentication step.
12
13
13
14
## Authentication code login
14
15
@@ -52,32 +53,13 @@ As with the other methods, if MFA is required, `CheckLoginMFAOTP` is triggered b
52
53
This flow integrates with **SAML (Security Assertion Markup Language)** for Single Sign-On (SSO).
53
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
55
55
-
-`InitiateSamlLogin`
56
-
Starts the SAML login process and redirects the user to the Identity Provider (IdP).
56
+
-`InitiateSamlLogin`**`
57
+
Starts the SAML login and redirects the user to the IdP.
57
58
58
59
-`CreateSamlLogin`
59
60
Finalizes authentication once the SAML response is received and validated.
60
61
61
-
-`EnableOrganizationSaml`
62
-
Activates SAML authentication for the organization.
63
-
64
-
-`AddSamlCertificate`
65
-
Adds a certificate used to validate SAML assertions.
66
-
67
-
-`UpdateSaml`
68
-
Updates the SAML configuration for the organization.
69
-
70
-
-`DeleteSaml`
71
-
Removes the SAML configuration for the organization.
72
-
73
-
-`DeleteSamlCertificate`
74
-
Deletes an existing SAML certificate.
75
-
76
-
-`CreateJWT`
77
-
Creates a JWT token after successful SAML authentication.
78
-
79
-
-`DeleteJWT`
80
-
Deletes a previously issued JWT token.
62
+
As with the other methods, if MFA is required, `CheckLoginMFAOTP` is triggered before committing the login. Otherwise, the flow continues to `CommitLogin`.
81
63
82
64
## Common steps
83
65
@@ -87,6 +69,9 @@ It allows you to set up identity federation on your Organization and provide you
87
69
-`CommitLogin`
88
70
The final step of the login process. Transforms the authenticated session into a JWT (JSON Web Token).
89
71
72
+
-`RenewJWT`
73
+
Exchanges a valid login session/refresh context for a new JWT without re-authenticating credentials.
74
+
90
75
91
76
## Summary of authentication methods
92
77
@@ -97,16 +82,10 @@ It allows you to set up identity federation on your Organization and provide you
97
82
|**CreatePasswordLogin**| Authenticates using username and password. | Password login |
98
83
|**InitiateOAuth2Login**| Redirects the user to the OAuth2 provider for authentication. | OAuth2 login |
0 commit comments