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 Both sides next revision
devel:documentation:application_configuration:dev:backend [2020/11/23 10:00]
tomiskar [Application/ Server]
devel:documentation:application_configuration:dev:backend [2020/12/02 12:22]
tomiskar [Authentication]
Line 800: Line 800:
 This authentication filter reuses SSO authentication filter behavior above (''uid-suffixes'', ''forbidden-uids''), but application administrator can be logged by this filter (identity with ''APP_ADMIN'' authority). This authentication filter reuses SSO authentication filter behavior above (''uid-suffixes'', ''forbidden-uids''), but application administrator can be logged by this filter (identity with ''APP_ADMIN'' authority).
  
 +=== Two-factor authentication ===
 +
 +[[..:..:security:dev:security#two-factor_authentication|Two-factor authentication]] can be configured in the application profile (application.properties) with following properties:
 +
 +<code properties>
 +# Secret Length
 +# Set the totp.secret.length property to the desired number of characters.
 +totp.secret.length=32
 +# Time Period
 +# Set the totp.time.period property to the desired number of characters.
 +totp.time.period=30
 +# Time Discrepancy
 +# Set the totp.time.discrepancy property to the desired number of characters.
 +totp.time.discrepancy=1
 +
 +</code>
 ==== Backup ==== ==== Backup ====
 If you want to use redeploy and backup for example in agenda (notification templates, scripts), you must define default backup folder. If you want to use redeploy and backup for example in agenda (notification templates, scripts), you must define default backup folder.
  • by chalupat