What are the numeric values indicating different credential status in CA Strong Authentication?
I would like to know how many users currently have active CA AuthID PKI(ArcotID) credentials. In ARWFARCOTID table I can see CREDSTATUS column which indicates different credential status in numeric value. How to find mappings of the numeric values corresponding to the different CA AuthID PKI status?
Release: 9.x
Component: Strong Authentication
The Credential Status is defined in CA Strong Authentication as below
ACTIVE= 1
LOCKED= 2
DISABLED= 3
DELETED= 4
EXPIRED= 5
VERIFIED= 50
UNKNOWN = -1
These status values are applicable for all types of credentials(User-Password,CA Auth ID/ArcotID,QNA,OTP,AOTP). VERIFIED status is only applicable to OTP credential.