Table Description
Configuration Profile: Stores the help text that is to be displayed on the Authentication Factors screen in Citizen Self Service. Authentication factors are used to authenticate a person when they log into Citizen Self Service. It is necessary to display text on this screen to advise the user on why they are being asked for the information. This text can be used to remind a user how they can get the information requested by the authentication factor.

Example

James Smith logs into the Citizen Self Service. He is asked to enter his user name and password. Once specified and validated, he is directed to the Authentication Factors screen. The text at the top of the screen reads: "Please enter your date of birth and the code specified. The code can be found on the code card that the agency issued to you. If you do not have this card please contact us at 555-1234567." This entity is used to store this text.
Model Details
Location in Model: Logical View::MetaModel::Curam::CitizenWorkspaceAdmin::Entity::Configuration::ConfigurationProfile::ConfigurationProfile
Controlling File: CitizenWorkspaceAdmin\model\Packages\Entity\Configuration_cat.efx
Attributes (3)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
configProfileIDkeynoUnique reference number of this configuration profile record.INTERNAL_ID SVR_INT64
authFactorHelpdetails The text that is to be displayed on the Authentication Factors screen.LOCALIZABLE_TEXT_ID SVR_INT64
recordStatusdetails Status of the configuration profile i.e. active or cancelled.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
Operations (3)
OperationStereotypeOptionsDescriptionSQL
readread Standard Operation 
searchByRecordStatusreadmulti Returns a list of Configuration Profiles for a specified status. Should always contain one entry. 
modifymodify Standard Operation 
Related Pages (2)