---
title: "auth.auth0"
canonical: "https://docs.devo.com/space/latest/313196617/auth.auth0"
format: markdown
---
> Macro (toc)

## Introduction

The tags beginning with `auth.auth0` identify events generated by the [Auth0](https://auth0.com/) platform.

## Valid tags and data tables 

The full tag must have 3 levels. The first two are fixed as** **`auth.auth0`. The third level identifies the type of events sent.

These are the valid tags and corresponding data tables that will receive the parsers' data:

| **Product / Service** | **Tags** | **Data tables** |
| --- | --- | --- |
| Auth0 platform | `auth.auth0.events` | `auth.auth0.events` |

For more information, read more [About Devo tags](https://devodocs.atlassian.net/wiki/spaces/latest/pages/95126204).

## Table structure

These are the fields displayed in this table:

### auth.auth0.events

| **Field** | **Type** | **Field transformation** | **Source field name** | ***Extra***** fields** |
| --- | --- | --- | --- | --- |
| *eventdate* | `timestamp` |  | * * |  |
| *tenantId* | `str` |  | * * |  |
| *date* | `timestamp` |  | * * |  |
| *type* | `str` |  | * * |  |
| *connection* | `str` |  | * * |  |
| *connection_id* | `str` |  | * * |  |
| *client_id* | `str` |  | * * |  |
| *client_name* | `str` |  | * * |  |
| *ip* | `ip4` |  | * * |  |
| *user_agent* | `str` |  | * * |  |
| *details* | `str` |  | * * |  |
| *details__grant_type* | `str` |  | * * |  |
| *details__target* | `str` |  | * * |  |
| *details__scope* | `str` |  | * * |  |
| *details__device* | `str` |  | * * |  |
| *details__api_type* | `str` |  | * * |  |
| *details__prompts__name_str* | `str` | ```
join(details__prompts__name, ',')
``` | *details__prompts__name* |  |
| *details__prompts__initiatedAt_str* | `str` | ```
replace(replace(stringify(json(details__prompts__initiatedAt_millis)), '[', ''), ']', '')
``` | *details__prompts__initiatedAt_millis* |  |
| *details__prompts__completedAt_str* | `str` | ```
replace(replace(stringify(json(details__prompts__completedAt_millis)), '[', ''), ']', '')
``` | *details__prompts__completedAt_millis* |  |
| *details__prompts__connection_str* | `str` | ```
join(details__prompts__connection, ',')
``` | *details__prompts__connection* |  |
| *details__prompts__connection_id_str* | `str` | ```
join(details__prompts__connection_id, ',')
``` | *details__prompts__connection_id* |  |
| *details__prompts__strategy_str* | `str` | ```
join(details__prompts__strategy, ',')
``` | *details__prompts__strategy* |  |
| *details__prompts__identity_str* | `str` | ```
join(details__prompts__identity, ',')
``` | *details__prompts__identity* |  |
| *details__prompts__stats__loginsCount_str* | `str` | ```
replace(replace(stringify(json(details__prompts__stats__loginsCount)), '[', ''), ']', '')
``` | *details__prompts__stats__loginsCount* |  |
| *details__prompts__session_user_str* | `str` | ```
join(details__prompts__session_user, ',')
``` | *details__prompts__session_user* |  |
| *details__prompts__elapsedTime_str* | `str` | ```
replace(replace(stringify(json(details__prompts__elapsedTime)), '[', ''), ']', '')
``` | *details__prompts__elapsedTime* |  |
| *details__prompts__flow_str* | `str` | ```
join(details__prompts__flow, ',')
``` | *details__prompts__flow* |  |
| *details__prompts__timers__rules_str* | `str` | ```
replace(replace(stringify(json(details__prompts__timers__rules)), '[', ''), ']', '')
``` | *details__prompts__timers__rules* |  |
| *details__prompts__user_id_str* | `str` | ```
join(details__prompts__user_id, ',')
``` | *details__prompts__user_id* |  |
| *details__prompts__user_name_str* | `str` | ```
join(details__prompts__user_name, ',')
``` | *details__prompts__user_name* |  |
| *details__initiatedAt* | `timestamp` |  | * * |  |
| *details__completedAt* | `timestamp` |  | * * |  |
| *details__elapsedTime* | `int4` |  | * * |  |
| *details__return_to* | `str` |  | * * |  |
| *details__allowed_logout_url* | `str` |  | * * |  |
| *details__session_id* | `str` |  | * * |  |
| *details__organization* | `str` |  | * * |  |
| *details__stats__loginsCount* | `int4` |  | * * |  |
| *details__request__method* | `str` |  | * * |  |
| *details__request__path* | `str` |  | * * |  |
| *details__request__query* | `str` |  | * * |  |
| *details__request__userAgent* | `str` |  | * * |  |
| *details__request__body__app_metadata__id_status__allow_address_change* | `str` |  | * * |  |
| *details__request__body__app_metadata__id_status__allow_email_change* | `str` |  | * * |  |
| *details__request__body__app_metadata__id_status__email_verified* | `str` |  | * * |  |
| *details__request__body__app_metadata__id_status__allow_auto_login* | `str` |  | * * |  |
| *details__request__body__app_metadata__id_status__email_login_state* | `str` |  | * * |  |
| *details__request__body__app_metadata__id_status__allow_password_change* | `str` |  | * * |  |
| *details__request__body__app_metadata__id_status__forced_email_login* | `str` |  | * * |  |
| *details__request__body__app_metadata__id_status__minimum_user_password_length* | `str` |  | * * |  |
| *details__request__body__app_metadata__id_status__registered_products* | `str` |  | * * |  |
| *details__request__body__app_metadata__id_status__kmli* | `str` |  | * * |  |
| *details__request__body__app_metadata__id_status__lang* | `str` |  | * * |  |
| *details__request__body__app_metadata__id_status__productname* | `str` |  | * * |  |
| *details__request__channel* | `str` |  | * * |  |
| *details__request__ip* | `ip4` |  | * * |  |
| *details__request__auth__user* | `str` |  | * * |  |
| *details__request__auth__strategy* | `str` |  | * * |  |
| *details__request__auth__credentials__jti* | `str` |  | * * |  |
| *details__request__auth__credentials__scopes_str* | `str` | ```
join(details__request__auth__credentials__scopes, ',')
``` | *details__request__auth__credentials__scopes* |  |
| *details__response__statusCode* | `int4` |  | * * |  |
| *details__response__body__sub* | `str` |  | * * |  |
| *details__response__body__name* | `str` |  | * * |  |
| *details__response__body__given_name* | `str` |  | * * |  |
| *details__response__body__last_name* | `str` |  | * * |  |
| *details__response__body__phone_number* | `str` |  | * * |  |
| *details__response__body__email* | `str` |  | * * |  |
| *details__response__body__email_verified* | `str` |  | * * |  |
| *details__response__body__userid* | `str` |  | * * |  |
| *details__response__body__namespace* | `str` |  | * * |  |
| *details__response__body__address__addr1* | `str` |  | * * |  |
| *details__response__body__address__addr2* | `str` |  | * * |  |
| *details__response__body__address__country_code* | `str` |  | * * |  |
| *details__response__body__address__city* | `str` |  | * * |  |
| *details__response__body__address__state* | `str` |  | * * |  |
| *details__response__body__address__zip* | `str` |  | * * |  |
| *details__response__body__industry_code* | `str` |  | * * |  |
| *details__response__body__job_title* | `str` |  | * * |  |
| *details__response__body__dept_code* | `str` |  | * * |  |
| *details__response__body__is_dowjones_employee* | `bool` |  | * * |  |
| *details__response__body__allow_auto_login* | `str` |  | * * |  |
| *details__response__body__uuid* | `str` |  | * * |  |
| *details__response__body__updated_at* | `timestamp` |  | * * |  |
| *details__response__body__user_id* | `str` |  | * * |  |
| *details__response__body__picture* | `str` |  | * * |  |
| *details__response__body__nickname* | `str` |  | * * |  |
| *details__response__body__identities__user_id_str* | `str` | ```
join(details__response__body__identities__user_id, ',')
``` | *details__response__body__identities__user_id* |  |
| *details__response__body__identities__provider_str* | `str` | ```
join(details__response__body__identities__provider, ',')
``` | *details__response__body__identities__provider* |  |
| *details__response__body__identities__connection_str* | `str` | ```
join(details__response__body__identities__connection, ',')
``` | *details__response__body__identities__connection* |  |
| *details__response__body__identities__isSocial_str* | `str` | ```
replace(replace(stringify(json(details__response__body__identities__isSocial)), '[', ''), ']', '')
``` | *details__response__body__identities__isSocial* |  |
| *details__response__body__created_at* | `timestamp` |  | * * |  |
| *details__response__body__app_metadata__id_status_encr* | `str` |  | * * |  |
| *details__response__body__app_metadata__id_status__allow_address_change* | `str` |  | * * |  |
| *details__response__body__app_metadata__id_status__allow_email_change* | `str` |  | * * |  |
| *details__response__body__app_metadata__id_status__email_verified* | `str` |  | * * |  |
| *details__response__body__app_metadata__id_status__allow_auto_login* | `str` |  | * * |  |
| *details__response__body__app_metadata__id_status__email_login_state* | `str` |  | * * |  |
| *details__response__body__app_metadata__id_status__allow_password_change* | `str` |  | * * |  |
| *details__response__body__app_metadata__id_status__forced_email_login* | `str` |  | * * |  |
| *details__response__body__app_metadata__id_status__minimum_user_password_length* | `str` |  | * * |  |
| *details__response__body__app_metadata__id_status__registered_products* | `str` |  | * * |  |
| *details__response__body__app_metadata__id_status__kmli* | `str` |  | * * |  |
| *details__response__body__app_metadata__id_status__lang* | `str` |  | * * |  |
| *details__response__body__app_metadata__id_status__productname* | `str` |  | * * |  |
| *details__response__body__last_ip* | `ip4` |  | * * |  |
| *details__response__body__last_login* | `timestamp` |  | * * |  |
| *details__response__body__logins_count* | `int4` |  | * * |  |
| *details__body* | `str` |  | * * |  |
| *details__body__client_id* | `str` |  | * * |  |
| *details__body__scope* | `str` |  | * * |  |
| *details__body__connection* | `str` |  | * * |  |
| *details__body__grant_type* | `str` |  | * * |  |
| *details__body__device* | `str` |  | * * |  |
| *details__body__username* | `str` |  | * * |  |
| *details__body__password* | `str` |  | * * |  |
| *details__connection* | `str` |  | * * |  |
| *details__qs* | `str` |  | * * |  |
| *details__error__message* | `str` |  | * * |  |
| *details__error__oauthError* | `str` |  | * * |  |
| *details__error__type* | `str` |  | * * |  |
| *details__device_id* | `str` |  | * * |  |
| *details__consoleOut* | `str` |  | * * |  |
| *hostname* | `str` |  | * * |  |
| *user_id* | `str` |  | * * |  |
| *user_name* | `str` |  | * * |  |
| *strategy* | `str` |  | * * |  |
| *strategy_type* | `str` |  | * * |  |
| *auth0_client__name* | `str` |  | * * |  |
| *auth0_client__version* | `str` |  | * * |  |
| *auth0_client__env__android* | `str` |  | * * |  |
| *audience* | `str` |  | * * |  |
| *tenant* | `str` |  | * * |  |
| *log_id* | `str` |  | * * |  |
| *id* | `str` |  | * * |  |
| *isMobile* | `bool` |  | * * |  |
| *description* | `str` |  | * * |  |
| *hostchain* | `str` |  | * * | **✓** |
| *tag* | `str` |  | * * | **✓** |
| *rawMessage* | `str` |  | * * | **✓** |