Smile CDR v2024.08.PRE
On this page:
   46.33    DTR 46.35    Email Configuration   

46.34.1EasyShare SMART Health Links

 

The EasyShare SMART Health Links configuration category includes the following configurable options:

  • Passcode Case Sensitive

  • Passcode Encoding Scheme

  • Lock After Failed Passcode Attempts

  • Public Base URL

46.34.2Property: Passcode Case Sensitive

 
Property Name Passcode Case Sensitive
Property Key
Property Type BOOLEAN
Description If enabled, passcodes associated with individual SMART Health Links will be case sensitive.
Applies to Modules
  • EasyShare SHL Endpoint (Public)
Default Value false
Example Property
module.[MODULE_ID].config.shl.passcode.case_sensitive = false

46.34.3Property: Passcode Encoding Scheme

 
Property Name Passcode Encoding Scheme
Property Key
Property Type ENUM
Values
  • SHA256_1000_ROUND
  • SHA256_10000_ROUND
  • SHA256_100000_ROUND
  • PBKDF2_256_1000_RND
  • PBKDF2_256_10000_RND
  • PBKDF2_256_100000_RND
  • BCRYPT_10_ROUND
  • BCRYPT_12_ROUND
  • BCRYPT_14_ROUND
  • BCRYPT_16_ROUND
Description Specify the scheme that will be used to store passcodes in the database. Note that changing this value will only affect newly created and updated passwords. Existing passwords will remain encoded using the scheme that was selected at the time that they were saved. See Password Hashing Algorithms for more information.
Applies to Modules
  • EasyShare SHL Endpoint (Public)
Default Value BCRYPT_12_ROUND
Example Property
module.[MODULE_ID].config.shl.passcode.database_encoding = BCRYPT_12_ROUND

46.34.4Property: Lock After Failed Passcode Attempts

 
Property Name Lock After Failed Passcode Attempts
Property Key
Property Type POSITIVE_INTEGER
Description SMART Health Links will be locked if this number of incorrect passcode attempts are made.
Applies to Modules
  • EasyShare SHL Endpoint (Public)
Default Value 5
Example Property
module.[MODULE_ID].config.shl.passcode.lock_after_failed_attempt_count = 5

46.34.5Property: Public Base URL

 
Property Name Public Base URL
Property Key
Property Type STRING
Description This is the internet-facing address that Smart Health Link consumers and API clients will use to access this module endpoint.
Applies to Modules
  • EasyShare SHL Endpoint (Public)
Default Value (no default)
Example Property
module.[MODULE_ID].config.shl.public.base_url = 
   46.33    DTR 46.35    Email Configuration