Would anyone know where to obtain the full list of...
# suiteanalytics
s
Would anyone know where to obtain the full list of values for the Detail column in the Login Audit Trail? The only documentation I found was for the logout types. Moreover, would anyone know what it means when the Detail is empty?
j
the complete list will be dependent on your own NS instance, but here are all the ones we have in our trail that are not user-dependent
Copy code
ConsumerKeyUnknown
EntityOrRoleDisabled
ExplicitLogout
InsufficientPermissions
InvalidSignature
InvalidTimestamp
LockedOut
LockedOutSecondFactor
MissingRequiredParameter
MissingTokenPassportRequiredFields
NonceUsed
RoleSwitchLogout
SECURITY_QUESTIONS
SignatureValidation
TokenRejected
UnknownAlgorithm
WrongEmail
WrongPassword
WrongSecondFactor
consumer_key_refused
passed 2fa
token_rejected
token_revoked
trusted 2fa
trusted sq
our integrations & restlet calls appear to have detail blank
login/out/changerole/2fa have something in detail
s
Thanks for your replies Jen