Attribute | Description |
---|---|
completedAt | Stage completion time, including user interaction time |
elapsedTime | Difference between completedAt and initiatedAt |
flow | Varies based on login experience (i.e., Universal or Classic) |
initiatedAt | Stage start time |
name | Name of the stage |
Attribute | Description |
---|---|
flow | Able to take two values dependent on Universal or Classic Login |
user_id | Auth0 ID of the user authenticated in this stage |
user_name | Name of the user authenticated in this stage |
Attribute | Description |
---|---|
connection | Connection used to authenticate the user |
connection_id | ID of the connection used to authenticate the user |
strategy | Strategy of the connection used to authenticate user |
identity | Users’ authenticated identity |
Name | Universal Login Experience | Description |
---|---|---|
federated-authenticate | Universal | Federated connection used for authentication, social, legal, or enterprise |
lock-password-authenticate | Classic | User authenticated with a username and password |
oauth1-authenticate | Classic | User authenticated with an oauth1 federation |
oauth2-authenticate | Classic | User authenticated with an oauth2 federation |
oidc-authenticate | Classic | User authenticated with an oidc federation |
prompt-authenticate | Universal | User authenticated with a username and password |
prompt-authenticate-password | Universal | User authenticated with username and password in the idfirst flow |
prompt-signup | Universal | User signed up using a username and password |
prompt-signup-password | Universal | User signed up using username and password using the idfirst flow |
saml-authenticate | Classic | User authenticated with a SAML federation |
wsfed-authenticate | Classic | User authenticated with a WS-FED federation |
Attribute | Description |
---|---|
grantInfo | The or identifier of the API granted permission by the user |
audience | Token audience |
id | User grant persisted in the database |
scope | Approved scope granted by the user |
Attribute | Description |
---|---|
login-email-verification | Is included if the email verification prompt was presented |
Attribute | Description |
---|---|
URL | URL the user was redirected to |
Attribute | Description |
---|---|
flow | Can take two values depending if used with the Classic experience (mfa ) or the Universal experience (universal-mfa ). |
performed_acr | acr that will be included in the id_token . |
performed_amr | amr that will be included in the id_token . |
provider | Provider used to perform mfa. |