Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
devel:documentation:application_configuration:dev:backend [2020/12/02 12:22]
tomiskar [Authentication]
devel:documentation:application_configuration:dev:backend [2021/02/08 08:29]
tomiskar [Connector server]
Line 805: Line 805:
  
 <code properties> <code properties>
-Secret Length +Verification secret length
-# Set the totp.secret.length property to the desired number of characters.+
 totp.secret.length=32 totp.secret.length=32
-# Time Period +# Time Period period to generate new authentication code
-# Set the totp.time.period property to the desired number of characters.+
 totp.time.period=30 totp.time.period=30
-# Time Discrepancy +# Time Discrepancy - number of past (but still valid) authentication codes (e.g. when code is sent by notification, then user could need more time to fill it into CzechIdM)
-# Set the totp.time.discrepancy property to the desired number of characters.+
 totp.time.discrepancy=1 totp.time.discrepancy=1
  
Line 862: Line 859:
  
 You can disable long polling for all types of entites with use value `false`. You can disable long polling for all types of entites with use value `false`.
 +
 +
  
 ==== Provisioning ==== ==== Provisioning ====
  • by chalupat