Authentications

Statistic

Description

Provided Authentications

The number, after Identity Server was started, of successful provided authentications given out to external entities.

Consumed Authentications

The number, after Identity Server was started, of successful consumed authentications.

Provided Authentication Failures

The number, after Identity Server was started, of failed provided authentications given out to external entities.

Consumed Authentication Failures

The number, after Identity Server was started, of failed consumed authentications.

NOTE:The statistics does not show the number of invalid password attempt failures of Identity Server in the statistics page.

Historical Maximum Logins Served

The maximum number of logins served during an interval and displayed after completion of the interval.

Logins in Last Interval

The number of active user sessions during the last interval.

Logouts

The number of explicit logouts performed by users. This does not include logouts where an inactive session was destroyed.

Cached Sessions

The number of currently active cached user sessions. This represents the number of users currently logged into the system with the following caveat: If a single person has two browser windows open on the same client and if that person performed two distinct authentications, then that person has two user sessions.

Click Graphs to view the number of cached sessions for a specific unit of time (1 hour, 1 day, 1 week, 1 month, 6 months, or 12 months). The Value axis displays the number of cached sessions. If no sessions have been cached, the value axis is not meaningful.

Cached Ancestral Sessions

The number of cached ancestral session IDs. An ancestral session ID is created during the failover process. When failover occurs, a new session is created to represent the previous session. The ID of the previous session is termed an “ancestral session ID,” and it is persisted for subsequent failover operations.

Cached Subjects

The number of current cached subject objects. Conceptually, the cached subjects are identical to the cached principals.

Cached Principals

The number of current cached principal objects. A principal can be thought of as a single directory user object. Multiple users can log in using a single directory user object, in which case multiple cached sessions would exist sharing a single cached principal.

Cached Artifacts

The number of current cached artifact objects. During authentication, an artifact is generated that maps to an assertion. This cache holds the artifact to assertion mapping until the artifact resolution request is received. Under normal operations, artifacts are resolved within milliseconds of being placed in this cache.