Statistic |
Description |
---|---|
Access Token Issued |
The total number of access tokens issued by the authorization server for different grant types. This number will also include the number of access tokens that gets generated after a successful SAML 2 token exchange. |
Authorization Code Issued |
The total number of authorization codes issued by the authorization server. |
ID Token Issued |
The total number of ID tokens issued by the authorization server. |
OIDC Logout Success |
The total number of successful OIDC front-channel logouts. |
Refresh Token Exchange to Access Token |
The total number of refresh tokens exchanged with the access token. |
Refresh Token Revocation |
The total number of refresh tokens that were revoked by the authorization server. |
Refresh Token Revocation Failure |
The total number of times the authorization server failed to revoke the refresh token. |
SAML2 Token Exchange to Access Token |
The total number of SAML2 assertion requests that is exchanged with the OAuth access token. The number of requests that are successfully exchanged with OAuth token gets added to the Access Token Issued statistics. Also, the number of failed requests gets added to the Token Issue Failure statistics. |
Token Verification Failure Requests |
The total number of token and code verification failure requests. |
Token Issue Failure |
The total number of token and code issue failures for different grant types. This number will also include the number of token failure for SAML 2 token exchange request. |