Batch loading question set data
Normally, users enter their challenge-response data using the Update security questions . Alternatively, you can use the Bravura Security Fabric remote API to batch-load users’ question set data into the Bravura Security Fabric database.
A sample PSLang script, buildqa.psl
, is available in the samples directory. The script can be used to load answers into security question profiles from a tab-separated text file. It can load answers into internal, pre-defined, or user-defined question sets.
See the Bravura Security Fabric Remote API guide ( api.pdf ) for more information about the QSetQuestionsGet() and UserAnswerSet() functions.