Could you let us know the different User Status and Credential status in Strong Auth product?
Release : 9.1
Component : AuthMinder(Arcot WebFort) Strong Authentication
Please see below the status of the users, this is only applicable if user base is in DB and not coming from some external repository like AD or LDAP, in that case the user status in maintained in AD or LDAP and not in database.
USER_STATUS_INITIAL = 0,
USER_STATUS_ACTIVE = 1,
USER_STATUS_DISABLED = 2,
USER_STATUS_DELETED = 3
The below one is related to credentials and applicable to all the credentials.
ACTIVE =1
LOCKED =2
DISABLED =3
DELETED =4
EXPIRED =5
VERIFIED =50 ( Only for OTP)
UNKNOWN =-1