Auth0 tenant logs provide transaction details for user authentication actions. Tenant logs capture information from the sign-in, login, and verification processes for review. You can review how the user authenticated, which credentials they provided, length of transaction, and connection status. Below are the default values captured in tenant logs:
AttributeDescription
completedAtStage completion time, including user interaction time
elapsedTimeDifference between completedAt and initiatedAt
flowVaries based on login experience (i.e., Universal or Classic)
initiatedAtStage start time
nameName of the stage

login

The login stage provides the following values:
AttributeDescription
flowAble to take two values dependent on Universal or Classic Login
user_idAuth0 ID of the user authenticated in this stage
user_nameName of the user authenticated in this stage
Additional fields with the following information:
AttributeDescription
connectionConnection used to authenticate the user
connection_idID of the connection used to authenticate the user
strategyStrategy of the connection used to authenticate user
identityUsers’ authenticated identity
Values for additional events in the login flow:
NameUniversal Login ExperienceDescription
federated-authenticateUniversalFederated connection used for authentication, social, legal, or enterprise
lock-password-authenticateClassicUser authenticated with a username and password
oauth1-authenticateClassicUser authenticated with an oauth1 federation
oauth2-authenticateClassicUser authenticated with an oauth2 federation
oidc-authenticateClassicUser authenticated with an oidc federation
prompt-authenticateUniversalUser authenticated with a username and password
prompt-authenticate-passwordUniversalUser authenticated with username and password in the idfirst flow
prompt-signupUniversalUser signed up using a username and password
prompt-signup-passwordUniversalUser signed up using username and password using the idfirst flow
saml-authenticateClassicUser authenticated with a SAML federation
wsfed-authenticateClassicUser authenticated with a WS-FED federation
The consent stage provides the following values:
AttributeDescription
grantInfoThe or identifier of the API granted permission by the user
audienceToken audience
idUser grant persisted in the database
scopeApproved scope granted by the user

login-email-verification

The email verification prompt provides the following values:
AttributeDescription
login-email-verificationIs included if the email verification prompt was presented

redirect

The redirect stage provides the following values:
AttributeDescription
URLURL the user was redirected to

mfa

provides the following values:
AttributeDescription
flowCan take two values depending if used with the Classic experience (mfa) or the Universal experience (universal-mfa).
performed_acracr that will be included in the id_token.
performed_amramr that will be included in the id_token.
providerProvider used to perform mfa.