Skip to main content

Reports

The reports function allows you to generate and download reports based on the data held within your Authentication Cloud instance. This gives you a simple way to extract relevant data in a structured format.

You can access reports on the Management Console under the Reports sidebar item, then choose from the available Report types. You can then set the time period to include, and download the report in a .csv file format.

info

CSV exports are protected from code injection through a full escaping solution. See How are the logs and reports functions protected from code injection for details.

You can find a detailed description of each available report type in the following sections of this page.

User authentications report

User authentications reports show the details of all authentication events within the defined time period. The report contains the following fields for each authentication event:

ColumnRequired/OptionalDetails
userIdoptionalThe ID of the user.
usernameoptionalThe name of the user.
registrationDaterequiredThe date when the user was registered in the UTC timezone. The format of the date is: YYYY-MM-DD HH24:MI:SS.ZZZ.
authenticationDaterequiredThe date of the authentication event in the UTC timezone. The format of the date is: YYYY-MM-DD HH24:MI:SS.ZZZ.
authenticatorIdoptionalThe ID of the authenticator.
authenticationChanneloptionalThe authentication channel according to the authentication method used.
authenticationDeviceoptionalThe name of the authenticator used.
authenticationSdkVersionoptionalThe version of the SDK used. It can be used to check if the minimum required version is satisfied.

Registered users report

Registered users reports show the details of all registration events within the defined time period. The report contains the following fields for each registration event:

ColumnRequired/OptionalDetails
userIdrequiredThe ID of the user.
usernameoptionalThe name of the user.
firstRegistrationDaterequiredThe date of the user's earliest registration event within the defined time period in the UTC timezone. The format of the date is: YYYY-MM-DD HH24:MI:SS.ZZZ.
lastAuthenticationDateoptionalThe date of the user's most recent authentication event in the UTC timezone. The format of the date is: YYYY-MM-DD HH24:MI:SS.ZZZ.
lastAuthenticationChanneloptionalThe authentication channel according to the authentication method used in the user's most recent authentication event.
lastAuthenticationDeviceNameoptionalThe name of the authenticator used in the user's most recent authentication event.
lastAuthenticationSdkVersionoptionalThe version of the SDK used in the user's most recent authentication event. It can be used to check if the minimum required version is satisfied.

Active users report

Active users reports list all active users in the system and the details of their last registration or authentication event between two defined dates. The report contains the following fields for each event:

ColumnRequired/OptionalDetails
userIdrequiredThe ID of the user.
usernameoptionalThe name of the user.
lastActivityTyperequiredThe type of the user's most recent activity within the defined time period.
lastActivityDateoptionalThe date of the user's most recent activity within the defined time period in the UTC timezone. The format of the date is: YYYY-MM-DD HH24:MI:SS.ZZZ.
lastActivityChanneloptionalThe authentication channel according to the authentication method used for the user's most recent activity.
lastActivityDeviceNameoptionalThe name of the authenticator used for the user's most recent activity.
lastActivitySdkVersionoptionalThe version of the SDK used for the user's most recent activity. It can be used to check if the minimum required version is satisfied.