This topic tells you how to use AuthServer audit logs in Application Single Sign-On (commonly called AppSSO).
AuthServers perform the following tasks:
id_token and access_tokenEach audit event contains the following information:
ts - date/time of the eventremoteIpAddress - the IP of the user-authentication or if not attainable, the IP of the last proxyAuthServer produce the following authentication events:
AUTHENTICATION_SUCCESS
AUTHENTICATION_LOGOUT
AUTHENTICATION_FAILURE
internalUnsafe or ldap identity providerINVALID_IDENTITY_PROVIDER_CONFIGURATION
openId or saml identity provider"logger": "appsso.help"AuthServer produce the following authorization_code and token events:
AUTHORIZATION_CODE_ISSUED
authorization_code grant type, successful call to /oauth2/authorizeAUTHORIZATION_CODE_REQUEST_REJECTED
authorization_code grant type, unsuccessful call to /oauth2/authorize, for example invalid Client ID, invalid Redirect URI, …invalid_scope), Client ID, Scopes requested Redirect URI, Username (may be anonymousUser), Provider ID and Provider Type if availableTOKEN_ISSUED
/oauth2/tokenauthorization_code or client_credentials), UsernameTOKEN_REQUEST_REJECTED
/oauth2/token, for example invalid Client Secret