What are the different User status and Credential status in Strong Authentication component of Advanced Authentication
search cancel

What are the different User status and Credential status in Strong Authentication component of Advanced Authentication

book

Article ID: 206424

calendar_today

Updated On:

Products

CA Strong Authentication CA Advanced Authentication CA Advanced Authentication - Strong Authentication (AuthMinder / WebFort)

Issue/Introduction

Could you let us know the different User Status and Credential status in Strong Auth product?

Environment

Release : 9.1

Component : AuthMinder(Arcot WebFort) Strong Authentication

Resolution

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:

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.

Credential Status:

ACTIVE =1
LOCKED =2
DISABLED =3
DELETED =4
EXPIRED =5
VERIFIED =50 ( Only for OTP)
UNKNOWN =-1