Token Auth Summary Report

The Token Auth Summary report contains a pie chart that provides a quick overview on whether requested assets were protected by Token-Based Authentication. Protected assets are displayed in the chart according to the results of their attempted authentication. The available Token-Based Authentication status codes are described below.

Status Code Description

AUTH_ALLOW

This status code is used to keep track of all requested assets that were successfully authenticated through Token-Based Authentication.

AUTH_DENY_CLIENTIP

This status code is used to keep track of all requested assets for which access was denied as a result of the ec_clientip parameter.

AUTH_DENY_COUNTRY

This status code is used to keep track of all requested assets for which access was denied as a result of the ec_country parameter.

AUTH_DENY_COUNTRY_ALLOW

This status code is used to keep track of all requested assets for which access was denied as a result of the ec_country_allow parameter.

AUTH_DENY_COUNTRY_DENY

This status code is used to keep track of all requested assets for which access was denied as a result of the ec_country_deny parameter.

AUTH_DENY_EXPIRE

This status code is used to keep track of all requested assets for which access was denied as a result of the ec_expire parameter.

AUTH_DENY_NO_KEY

This status code is used to keep track of all requested assets for which access was denied because a primary or backup key was not defined.

AUTH_DENY_NO_TOKEN

This status code is used to keep track of all requested assets for which access was denied because a token was not specified as a query string in the URL.

AUTH_DENY_PROTO_ALLOW

This status code is used to keep track of all requested assets for which access was denied as a result of the ec_proto_allow parameter.

AUTH_DENY_PROTO_DENY

This status code is used to keep track of all requested assets for which access was denied as a result of the ec_proto_deny parameter.

AUTH_DENY_REF

This status code is used to keep track of all requested assets for which access was denied as a result of the ec_ref parameter.

AUTH_DENY_REF_ALLOW

This status code is used to keep track of all requested assets for which access was denied as a result of the ec_ref_allow parameter.

AUTH_DENY_REF_DENY

This status code is used to keep track of all requested assets for which access was denied as a result of the ec_ref_deny parameter.

AUTH_DENY_SECURE_MISMATCH

This status code is used to keep track of all requested assets for which access was denied because the value in ec_secure didn't match the length of the actual decrypted token string.

AUTH_DENY_SECURE_MISSING

This status code is used to keep track of all requested assets for which access was denied because ec_secure was not found in the decrypted token string

AUTH_DENY_URL_ALLOW

This status code is used to keep track of all requested assets for which access was denied as a result of the ec_url_allow parameter.

AUTH_DENY_URL_ALLOW_EMPTY

This status code is used to keep track of all requested assets for which access was denied due to an empty value being specified for the ec_url_allow parameter.

AUTH_NONE

This status code is used to keep track of all requested assets that were not protected by Token-Based Authentication.

Additional information is provided directly below the pie chart.

View a description for each of these metrics.